From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NozvB-0005ZS-LA for qemu-devel@nongnu.org; Tue, 09 Mar 2010 08:56:29 -0500 Received: from [199.232.76.173] (port=39051 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NozvB-0005Yb-48 for qemu-devel@nongnu.org; Tue, 09 Mar 2010 08:56:29 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nozv9-0003tE-7s for qemu-devel@nongnu.org; Tue, 09 Mar 2010 08:56:28 -0500 Received: from e31.co.us.ibm.com ([32.97.110.149]:46982) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nozv8-0003sd-SW for qemu-devel@nongnu.org; Tue, 09 Mar 2010 08:56:27 -0500 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e31.co.us.ibm.com (8.14.3/8.13.1) with ESMTP id o29DlTRn016162 for ; Tue, 9 Mar 2010 06:47:29 -0700 Received: from d03av05.boulder.ibm.com (d03av05.boulder.ibm.com [9.17.195.85]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id o29DuAxc252388 for ; Tue, 9 Mar 2010 06:56:11 -0700 Received: from d03av05.boulder.ibm.com (loopback [127.0.0.1]) by d03av05.boulder.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id o29Du3hZ008932 for ; Tue, 9 Mar 2010 06:56:03 -0700 Message-ID: <4B965370.8090009@linux.vnet.ibm.com> Date: Tue, 09 Mar 2010 07:56:00 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <2257cac7474705fc35d74fcdff0566fb7dc0770e.1267467030.git.jan.kiszka@siemens.com> <20100302001415.GA22627@amt.cnet> <4B8CC584.1060106@web.de> <20100302115531.GA19713@amt.cnet> <4B8D3D4D.8080601@siemens.com> <20100303022910.GA21054@amt.cnet> <20100304042112.GA16029@amt.cnet> <20100304055858.GA16770@morn.localdomain> <20100304183552.GA31423@amt.cnet> <20100306023726.GA750@morn.localdomain> <20100308203341.GA14679@amt.cnet> In-Reply-To: <20100308203341.GA14679@amt.cnet> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 2/4] KVM: Rework VCPU state writeback API List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcelo Tosatti Cc: Anthony Liguori , kvm@vger.kernel.org, Jan Kiszka , seabios@seabios.org, qemu-devel@nongnu.org, Kevin O'Connor , Avi Kivity On 03/08/2010 02:33 PM, Marcelo Tosatti wrote: > On Fri, Mar 05, 2010 at 09:37:26PM -0500, Kevin O'Connor wrote: > >> On Thu, Mar 04, 2010 at 03:35:52PM -0300, Marcelo Tosatti wrote: >> >>> On Thu, Mar 04, 2010 at 12:58:58AM -0500, Kevin O'Connor wrote: >>> >>>> On Thu, Mar 04, 2010 at 01:21:12AM -0300, Marcelo Tosatti wrote: >>>> >>>>> The regression seems to be caused by seabios commit d7e998f. Kevin, the >>>>> failure can be seen on the attached screenshot, which happens on the >>>>> first reboot of WinXP 32 installation (after copying files etc). >>>>> >>>> Sorry - I also noticed a bug in that commit recently. I pushed the >>>> fix I had in my local tree. >>>> >>> Thanks, it does fix the issue here. Anthony can you please update >>> seabios? >>> >> Neither commit d7e998f nor the fix 8f469b96 are on the SeaBIOS stable >> branch. Is qemu ready to pull in bigger changes now? >> > Anthony pulls in seabios master into qemu.git master periodically. > We should be up to date now FWIW. Regards, Anthony Liguori