From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rnx30-00084i-5t for qemu-devel@nongnu.org; Thu, 19 Jan 2012 13:49:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rnx2z-0000qM-0K for qemu-devel@nongnu.org; Thu, 19 Jan 2012 13:49:18 -0500 Received: from e33.co.us.ibm.com ([32.97.110.151]:38992) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rnx2y-0000qC-Nr for qemu-devel@nongnu.org; Thu, 19 Jan 2012 13:49:16 -0500 Received: from /spool/local by e33.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 19 Jan 2012 11:49:15 -0700 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by d03dlp02.boulder.ibm.com (Postfix) with ESMTP id 57EA63E40054 for ; Thu, 19 Jan 2012 11:48:49 -0700 (MST) Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q0JImjIw343260 for ; Thu, 19 Jan 2012 13:48:46 -0500 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q0JImWUs016943 for ; Thu, 19 Jan 2012 11:48:32 -0700 Message-ID: <4F18657C.3060905@us.ibm.com> Date: Thu, 19 Jan 2012 12:48:28 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <4F1306A5.8050700@web.de> In-Reply-To: <4F1306A5.8050700@web.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] (not only) isapc related updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel On 01/15/2012 11:02 AM, Jan Kiszka wrote: > The following changes since commit 3fbffb628c001bd540dc9c1805bdf7aa8591da4d: > > kvm: flush the dirty log when unregistering a slot (2012-01-15 16:13:59 +0200) > > are available in the git repository at: > git://git.kiszka.org/qemu.git queues/isapc Pulled. Thanks. Regards, Anthony Liguori > > This contains the already posted segfault fix and the requested seabios > update. > > Jan Kiszka (2): > isapc: Fix segfault during initialization > seabios: Update to release 1.6.3.1 > > hw/pc_piix.c | 22 +++++++++++----------- > pc-bios/bios.bin | Bin 131072 -> 131072 bytes > roms/seabios | 2 +- > 3 files changed, 12 insertions(+), 12 deletions(-) > > --- > > [PATCH 2/2] seabios: Update to release 1.6.3.1 > > User visible changes in seabios: > - Probe HPET existence (fix for -no-hpet) > - Probe PCI existence (fix for -machine isapc) > - usb: fix boot paths > > Signed-off-by: Jan Kiszka > --- > pc-bios/bios.bin | Bin 131072 -> 131072 bytes > roms/seabios | 2 +- > 2 files changed, 1 insertions(+), 1 deletions(-) > > [ body left out ] >