From owner-cvs-ports@FreeBSD.ORG Fri May 1 18:47:11 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A5251065672; Fri, 1 May 2009 18:47:11 +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 EDC828FC12; Fri, 1 May 2009 18:47:10 +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 n41IlAvU098075; Fri, 1 May 2009 18:47:10 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n41IlAI5098074; Fri, 1 May 2009 18:47:10 GMT (envelope-from nox) Message-Id: <200905011847.n41IlAI5098074@repoman.freebsd.org> From: Juergen Lock Date: Fri, 1 May 2009 18:47:10 +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 ports/emulators/qemu/files pcap-patch X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2009 18:47:11 -0000 nox 2009-05-01 18:47:10 UTC FreeBSD ports repository Modified files: emulators/qemu Makefile distinfo emulators/qemu/files pcap-patch Log: Update to 0.10.3 - from the official changelog: - fix AIO cancellations (Avi Kivity) - fix live migration error path on incoming - avoid SEGV on pci hotplug failure (Chris Wright) - fix serial option in -drive - support DDIM for option roms (Glauber Costa) - avoid fork/exec on pre-2.6.27 kernels with KVM (Jan Kiszka) - block-vpc: don't silently create smaller images than requested (Kevin Wolf) - Fix non-ACPI timer interrupt routing (Beth Kon) - hpet: fix emulation of HPET_TN_SETVAL (Jan Kiszka) - kvm: fix cpuid initialization (Jan Kiszka) - qcow2: fix corruption on little endian hosts (Kevin Wolf) - avoid leaing memory on hot unplug (Mark McLoughlin) - fix savevm/migration after hot unplug (Mark McLoughlin) - Fix keyboard mapping on newer Xords with non-default keymaps (balrog) - Make PCI config status register read-only (Anthony Liguori) - Fix crash on resolution change -> screen dump -> vga redraw (Avi Kivity) Revision Changes Path 1.99 +1 -1 ports/emulators/qemu/Makefile 1.46 +3 -3 ports/emulators/qemu/distinfo 1.2 +11 -3 ports/emulators/qemu/files/pcap-patch