From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNR30-0002ov-DX for qemu-devel@nongnu.org; Mon, 07 Nov 2011 10:23:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNR2r-00069D-4c for qemu-devel@nongnu.org; Mon, 07 Nov 2011 10:23:37 -0500 Received: from mail-yw0-f45.google.com ([209.85.213.45]:63698) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNR2r-000698-0j for qemu-devel@nongnu.org; Mon, 07 Nov 2011 10:23:33 -0500 Received: by ywb3 with SMTP id 3so6291891ywb.4 for ; Mon, 07 Nov 2011 07:23:32 -0800 (PST) Message-ID: <4EB7F7F1.2010105@codemonkey.ws> Date: Mon, 07 Nov 2011 09:23:29 -0600 From: Anthony Liguori MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Stefan Hajnoczi Cc: Paolo Bonzini , qemu-devel@nongnu.org On 11/07/2011 09:22 AM, Stefan Hajnoczi wrote: > On Mon, Nov 7, 2011 at 3:21 PM, Paolo Bonzini wrote: >> 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 > > Thanks! If anyone hits a hang on reboot, make sure to use v1.0-rc1 or later. I'll make sure to highlight this in the release notes. Regards, Anthony Liguori > > Stefan >