From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNR0o-000805-CN for qemu-devel@nongnu.org; Mon, 07 Nov 2011 10:21:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNR0k-0005na-0Q for qemu-devel@nongnu.org; Mon, 07 Nov 2011 10:21:25 -0500 Received: from lo.gmane.org ([80.91.229.12]:54400) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNR0j-0005nJ-QL for qemu-devel@nongnu.org; Mon, 07 Nov 2011 10:21:21 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RNR0i-0003we-4o for qemu-devel@nongnu.org; Mon, 07 Nov 2011 16:21:20 +0100 Received: from 93-34-178-161.ip50.fastwebnet.it ([93.34.178.161]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Nov 2011 16:21:20 +0100 Received: from pbonzini by 93-34-178-161.ip50.fastwebnet.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Nov 2011 16:21:20 +0100 From: Paolo Bonzini Date: Mon, 07 Nov 2011 16:21:06 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: Subject: Re: [Qemu-devel] Guest hangs on reboot with Windows Server 2003 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 11/07/2011 02:52 PM, Stefan Hajnoczi wrote: > For QEMU 1.0 Test Day I'm hitting a guest hang with Windows Server > 2003 whenever it tries to reboot. The QEMU monitor is available and > working. I'm using a qcow2 image over IDE, but this may not be > qcow2/block related. > > This is a regression and does not occur under Debian 0.14.1+dfsg-3. I > am bisecting against v0.15.0 now and will report back. Just wanted to > let you know so we don't duplicate work. Fixed by https://github.com/aliguori/qemu/commit/3f8aeaa Paolo