summaryrefslogtreecommitdiff
path: root/emulators/qemu/files/patch-tapclose (follow)
Commit message (Collapse)AuthorAgeFilesLines
* emulators/qemu: Update version 0.11.1=>2.4.1Muhammad Moinur Rahman2015-12-161-18/+0
| | | | | | | | | | | | | | - MASTER_SITES has been changed from SAVANNAH and local repo of nox@ to new wiki.qemu.org - Take MAINTAINERSHIP - Updated to maintain version release with UPSTREAM. qemu-devel will be updated to maintain with SNAPSHOTS - Some of the patches has been converted to OPTIONSNG with post-patch - Most of the patches are now makepatch compatible - Converted most of the LEGACY OPTIONS to OPTIONSNG Notes: svn path=/head/; revision=403864
* - Update to 0.11.1 - from the official announcement:Juergen Lock2009-12-061-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | - fix I2C slave addressing (Juha Riihimaki) - Revert "vga: do not resize the screen on hw_invalidate" (Aurelien Jarno) - slirp: fix use-after-free (Mark McLoughlin) - Fix sparc.ld (Blue Swirl) - ELF codedump build failures (Laurent Desnogues) - kvm: Move KVM mp_state accessors to i386-specific code (Hollis Blanchard) - fix configure script with armv4l cpu (Laurent Desnogues) - net: disable draining tap queue in one go (Mark McLoughlin) - pcnet: Restart poll timer on pcnet_start (Jan Kiszka) - Sparc32: Fix lance (Blue Swirl) - mac99: fix segmentation fault on startup (Aurelien Jarno) - usb-linux.c: fix buffer overflow (Jim Paris) - ARM host: fix generated blocks linking (Laurent Desnogues) - qemu serial: lost tx irqs (affecting FreeBSD's new uart(4) driver) (Juergen Lock) - exec-all.h: increase MAX_OP_PER_INSTR to 96 from 64 (Aurelien Jarno) - Added a cherry picked commit from stable branch that fixes qcow2. Notes: svn path=/head/; revision=245296
* - Remove the dynticks patch for now, it seems to cause even worse timingJuergen Lock2009-09-051-0/+16
behavoiur than the default -clock unix, see this post: http://lists.gnu.org/archive/html/qemu-devel/2009-09/msg00049.html - Add a patch to close the tap fd before invoking the ifdown script instead of after, this avoids triggering a KASSERT when doing things like `ifconfig tap0 destroy' from in there. Inspired by this post: http://lists.freebsd.org/pipermail/freebsd-emulation/2009-August/006700.html [1] - Updated version of the pcap patch. [2] - Bump PORTREVISION. Submitted by: gamato@users.sf.net (martinko) [1] Submitted by: jkim [2] Notes: svn path=/head/; revision=240923