aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/patch-bsdusb.patch
Commit message (Collapse)AuthorAgeFilesLines
* Finally bring qemu 0.12.1 into ports as the new emulators/qemu-devel,Juergen Lock2010-01-171-691/+0
| | | | | | | | | | | | | | | | | | | | release announcement is here: http://lists.gnu.org/archive/html/qemu-devel/2009-12/msg02151.html Quoting from pkg-message: - kqemu is no longer supported in qemu upstream after the 0.11 branch was created, which means also not in this version. (Linux has moved on to kvm now for qemu(-like) virtualization needs, so if you want qemu to go faster and don't want to switch to virtualbox or stick to the older emulators/qemu port which is at 0.11.1 atm and as such still supports kqemu you should help getting the FreeBSD kvm port updated and completed: http://wiki.freebsd.org/FabioChecconi/PortingLinuxKVMToFreeBSD ) Notes: svn path=/head/; revision=248018
* - Update to 2008-03-02 snapshot [1]Juergen Lock2008-03-111-11/+12
| | | | | | | | | | | - Fix unchecked block read/write vulnerability [2] Submitted by: nox [1] Obtained from: qemu cvs [2] Security: http://www.vuxml.org/freebsd/9cfbca7f-efb7-11dc-be01-0211060005df.html Notes: svn path=/head/; revision=208861
* - Update to 20070702 snapshotJuergen Lock2007-07-101-3/+3
| | | | | | | | | (longer) log is at: http://people.freebsd.org/~nox/qemu/qemu-devel-log-20070702.txt - Point WWW back at fabrice.bellard.free.fr, qemu.org still seems to be down Notes: svn path=/head/; revision=195380
* Update to 2007-02-03 snapshot:Juergen Lock2007-02-031-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix `could not open hard disk image '/dev/ad0'' (e.g.) when open(2) fails with EPERM instead of EACCES for ro devices. - PIIX4 support, by Aurelien Jarno. - Gallileo GT64xxx support, by Aurelien Jarno. - MIPS Malta system and devices support, by Aurelien Jarno and Stefan Weil. - ARM ELF loader. - Improved console handling, thanks Stefan Weil. - Disable Malta floppy controller for now, by Aurelien Jarno. - Big endian support for Gallileo, by Aurelien Jarno. - Add more ATAPI CDROM DMA support, by Juergen Keil. - Add ARM Angel semihosting to system emulation. - Don't resume guest when gdb connection terminates and -S specified. - mips: Implementing dmfc/dmtc. - Fix DMA timeouts on FreeBSD, by Carlo Marcelo Arenas Belon. - New multiple snapshot support for VMDK, by Igor Lvovsky. - Add support for 82371FB (Step A1) and Improved support for 82371SB (Function 1), by Carlo Marcelo Arenas Belon. - Accept -help. - Accept --foo as an alias for -foo. - Add nodelay option for TCP character devices. - Use standard character device interface for gdbstub. - GDB hosted syscalls. - Upgrade the apic version_id, by Don Laor. - Save some vm space for the regular program loading zone, by Pierre d'Herbemont - script=no for the TUN/TAP net option, by Jean-Christian de Rivaz - Sparc arm/mips/sparc register patch, by Martin Bochnig. - PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk. - sem* and msg* for qemu, by Kirill Shutemov. - And some more bugfixes. Approved by: miwi (mentor, implicit) Notes: svn path=/head/; revision=184058
* - Update to 20061216Martin Wilke2006-12-171-10/+7
| | | | | | | | | | - Fix usb host support PR: ports/106820 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) Notes: svn path=/head/; revision=179990
* Update to 0.8.2.Norikatsu Shigemura2006-08-071-98/+44
| | | | | | | | PR: ports/101381 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) Notes: svn path=/head/; revision=170008
* - Update to 2006-04-26 snapshotPav Lucistnik2006-04-291-4/+4
| | | | | | | | PR: ports/96426 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) Notes: svn path=/head/; revision=160721
* Update to 2006-04-14 snapshot.Norikatsu Shigemura2006-04-161-2/+7
| | | | | | | | | | | | | | | | | | | | o no longer needs 3-wire configs when using the emulated serial port. o update patch-libmath to match this commit: [1] http://docs.freebsd.org/cgi/mid.cgi?200512021345.jB2Dj6D3057000 o Allow multiple graphics devices. o ARM Versatile Platform Baseboard emulation. o Thumb prefetch abort fix. o simulate a null modem cable. o 64 bit disassembly. o USB tablet support (Brad Campbell, Anthony Liguori). o mouse API changes. Suggested by: jkim [1] PR: ports/95826 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) Notes: svn path=/head/; revision=159675
* Update to 2006-04-08 snapshot.Norikatsu Shigemura2006-04-091-1/+2
| | | | | | | Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) Notes: svn path=/head/; revision=159220
* - Add Lonnie's usb host support patches and a bunch of other fixes mostly fromPav Lucistnik2006-03-181-0/+741
cvs, including a workaround for the -nographic crash. PR: ports/94654 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) Notes: svn path=/head/; revision=157608