From owner-cvs-all@FreeBSD.ORG Sun Mar 8 17:09:44 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AA6D106566C; Sun, 8 Mar 2009 17:09:44 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 05C928FC19; Sun, 8 Mar 2009 17:09:44 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n28H9hhx088027; Sun, 8 Mar 2009 17:09:43 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n28H9hCW088026; Sun, 8 Mar 2009 17:09:43 GMT (envelope-from nox) Message-Id: <200903081709.n28H9hCW088026@repoman.freebsd.org> From: Juergen Lock Date: Sun, 8 Mar 2009 17:09:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: 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 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Mar 2009 17:09:45 -0000 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