Date: Sat, 3 Feb 2007 22:15:28 +0000 (UTC) From: Juergen Lock <nox@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/qemu Makefile distinfo ports/emulators/qemu/files patch-block.c patch-bsdusb.patch patch-cpu-exec.c patch-osdep.c patch-sdl.c patch-slirp-udp.c patch-vl.c-ppbus patch-vl.h patch-x_keymap.c Message-ID: <200702032215.l13MFSBQ085013@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nox 2007-02-03 22:15:28 UTC
FreeBSD ports repository
Modified files:
emulators/qemu Makefile distinfo
emulators/qemu/files patch-bsdusb.patch patch-cpu-exec.c
patch-osdep.c patch-vl.c-ppbus
Added files:
emulators/qemu/files patch-block.c patch-x_keymap.c
Removed files:
emulators/qemu/files patch-sdl.c patch-slirp-udp.c patch-vl.h
Log:
Update to 2007-02-03 snapshot:
- 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)
Revision Changes Path
1.68 +7 -5 ports/emulators/qemu/Makefile
1.40 +6 -3 ports/emulators/qemu/distinfo
1.4 +10 -0 ports/emulators/qemu/files/patch-block.c (new)
1.7 +4 -4 ports/emulators/qemu/files/patch-bsdusb.patch
1.2 +5 -6 ports/emulators/qemu/files/patch-cpu-exec.c
1.2 +7 -7 ports/emulators/qemu/files/patch-osdep.c
1.6 +0 -14 ports/emulators/qemu/files/patch-sdl.c (dead)
1.2 +0 -26 ports/emulators/qemu/files/patch-slirp-udp.c (dead)
1.2 +1 -2 ports/emulators/qemu/files/patch-vl.c-ppbus
1.2 +0 -12 ports/emulators/qemu/files/patch-vl.h (dead)
1.1 +14 -0 ports/emulators/qemu/files/patch-x_keymap.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702032215.l13MFSBQ085013>
