From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35808 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ovtws-0000DW-VW for qemu-devel@nongnu.org; Wed, 15 Sep 2010 11:31:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvtwZ-0006kf-I3 for qemu-devel@nongnu.org; Wed, 15 Sep 2010 11:31:02 -0400 Received: from hobi.com ([130.94.185.247]:4092) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvtwZ-0006kN-8o for qemu-devel@nongnu.org; Wed, 15 Sep 2010 11:30:43 -0400 From: Rick Vernam Subject: Re: [Qemu-devel] Guest moved used index from 0 to 1796 Date: Wed, 15 Sep 2010 10:30:38 -0500 References: <201009151016.29380.rickv@hobi.com> <20100915152429.GH3008@redhat.com> In-Reply-To: <20100915152429.GH3008@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <201009151030.38234.rickv@hobi.com> Reply-To: rickv@hobi.com List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gleb Natapov Cc: qemu-devel@nongnu.org On Wednesday 15 September 2010 10:24:29 Gleb Natapov wrote: > On Wed, Sep 15, 2010 at 10:16:29AM -0500, Rick Vernam wrote: > > I don't have nearly enough info to file a proper bug report. > >=20 > > I am running qemu-kvm-0.13.0 rc1 > > starting qemu like so: > > /root/qemu/bin/qemu-system-x86_64 -cpu host -enable-kvm -drive > > file=3D/root/qemu/w2k3_server.raw,if=3Dvirtio,aio=3Dnative -net > > nic,model=3Dvirtio,macaddr=3D52:54:00:12:34:56 -net tap,ifname=3Dtap0 > > -localtime - usb -usbdevice tablet -vga std -vnc :25581 -monitor stdio > > -m 512 -runas rick > >=20 > > When I reboot the guest OS, Qemu will quit during guest POST with the >=20 > > following message: > How do you reboot it? From inside the guest or by system_reset in > monitor? =46rom inside the guest. Also forgot to mention that this only happens when using -vnc Thanks, =2DRick >=20 > -- > Gleb.