Date: Sun, 8 Mar 2009 17:09:43 +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 pkg-message pkg-plist ports/emulators/qemu/files patch-90_security patch-CVE-2008-0928 patch-CVE-2008-2004 patch-CVE-2008-4539 patch-Makefile patch-Makefile.target patch-audio-4 patch-bc ... Message-ID: <200903081709.n28H9hCW088026@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nox 2009-03-08 17:09:43 UTC
FreeBSD ports repository
Modified files:
emulators/qemu Makefile distinfo pkg-message pkg-plist
emulators/qemu/files patch-90_security patch-Makefile patch-bg
patch-bt patch-fbsd patch-hw-vmware_vga.c
patch-libmath2 patch-vl.c
patch-vl.c-serial
Added files:
emulators/qemu/files patch-cpu-exec.c patch-dynticks
patch-exec-all.h patch-iopl-workaround
patch-libmath_FreeBSD-version pcap-patch
Removed files:
emulators/qemu/files patch-CVE-2008-0928 patch-CVE-2008-2004
patch-CVE-2008-4539 patch-Makefile.target
patch-audio-4 patch-bc patch-be
patch-block.c patch-bsdusb.patch
patch-fpu-softfloat-native.c
patch-libmath4 patch-osdep.c
patch-qemu-img.c patch-qemu-img.texi
patch-target-mips-cpu.h
patch-vl.c-nographic patch-vl.c-ppbus
Log:
Update to 0.10.0 - from the official changelog:
- TCG support (No longer requires GCC 3.x)
- Kernel Virtual Machine acceleration support [kernel bits not ported
to FreeBSD yet]
- BSD userspace emulation [untested on FreeBSD, probably doesn't work
at least for i386 hosts]
- Bluetooth emulation and host passthrough support [not ported to
FreeBSD yet]
- GDB XML register description support
- Intel e1000 emulation
- HPET emulation
- VirtIO paravirtual device support
- Marvell 88w8618 / MusicPal emulation
- Nokia N-series tablet emulation / OMAP2 processor emulation
- PCI hotplug support
- Live migration and new save/restore formats
- Curses display support
- qemu-nbd utility to mount supported block formats [not ported to
FreeBSD yet]
- Altivec support in PPC emulation and new firmware (OpenBIOS)
- Multiple VNC clients are now supported
- TLS encryption is now supported in VNC
- MIPS Magnum R4000 machine (Herve Poussineau)
- Braille support (Samuel Thibault)
- Freecom MusicPal system emulation (Jan Kiszka)
- OMAP242x and Nokia N800, N810 machines (Andrzej Zaborowski)
- EsounD audio driver (Frederick Reeve)
- Gravis Ultrasound GF1 sound card (Tibor "TS" Schuetz)
- Many, many, bug fixes and new features
Revision Changes Path
1.94 +28 -15 ports/emulators/qemu/Makefile
1.43 +3 -6 ports/emulators/qemu/distinfo
1.3 +21 -254 ports/emulators/qemu/files/patch-90_security
1.3 +0 -260 ports/emulators/qemu/files/patch-CVE-2008-0928 (dead)
1.2 +0 -56 ports/emulators/qemu/files/patch-CVE-2008-2004 (dead)
1.2 +0 -27 ports/emulators/qemu/files/patch-CVE-2008-4539 (dead)
1.4 +10 -12 ports/emulators/qemu/files/patch-Makefile
1.4 +0 -37 ports/emulators/qemu/files/patch-Makefile.target (dead)
1.2 +0 -24 ports/emulators/qemu/files/patch-audio-4 (dead)
1.2 +0 -12 ports/emulators/qemu/files/patch-bc (dead)
1.6 +0 -19 ports/emulators/qemu/files/patch-be (dead)
1.8 +16 -4 ports/emulators/qemu/files/patch-bg
1.5 +0 -10 ports/emulators/qemu/files/patch-block.c (dead)
1.9 +0 -691 ports/emulators/qemu/files/patch-bsdusb.patch (dead)
1.5 +2 -2 ports/emulators/qemu/files/patch-bt
1.4 +66 -0 ports/emulators/qemu/files/patch-cpu-exec.c (new)
1.1 +99 -0 ports/emulators/qemu/files/patch-dynticks (new)
1.1 +10 -0 ports/emulators/qemu/files/patch-exec-all.h (new)
1.10 +68 -29 ports/emulators/qemu/files/patch-fbsd
1.3 +0 -17 ports/emulators/qemu/files/patch-fpu-softfloat-native.c (dead)
1.2 +74 -2 ports/emulators/qemu/files/patch-hw-vmware_vga.c
1.1 +64 -0 ports/emulators/qemu/files/patch-iopl-workaround (new)
1.2 +0 -10 ports/emulators/qemu/files/patch-libmath2
1.2 +0 -45 ports/emulators/qemu/files/patch-libmath4 (dead)
1.1 +150 -0 ports/emulators/qemu/files/patch-libmath_FreeBSD-version (new)
1.3 +0 -40 ports/emulators/qemu/files/patch-osdep.c (dead)
1.3 +0 -10 ports/emulators/qemu/files/patch-qemu-img.c (dead)
1.3 +0 -19 ports/emulators/qemu/files/patch-qemu-img.texi (dead)
1.2 +0 -15 ports/emulators/qemu/files/patch-target-mips-cpu.h (dead)
1.8 +23 -50 ports/emulators/qemu/files/patch-vl.c
1.3 +0 -9 ports/emulators/qemu/files/patch-vl.c-nographic (dead)
1.4 +0 -92 ports/emulators/qemu/files/patch-vl.c-ppbus (dead)
1.2 +1 -1 ports/emulators/qemu/files/patch-vl.c-serial
1.1 +298 -0 ports/emulators/qemu/files/pcap-patch (new)
1.27 +32 -20 ports/emulators/qemu/pkg-message
1.21 +18 -13 ports/emulators/qemu/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903081709.n28H9hCW088026>
