From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36263 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ovtyn-0001Jh-0n for qemu-devel@nongnu.org; Wed, 15 Sep 2010 11:33:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ovtyi-00078y-IA for qemu-devel@nongnu.org; Wed, 15 Sep 2010 11:33:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11284) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ovtyi-00078l-BG for qemu-devel@nongnu.org; Wed, 15 Sep 2010 11:32:56 -0400 Date: Wed, 15 Sep 2010 17:32:51 +0200 From: Gleb Natapov Subject: Re: [Qemu-devel] Guest moved used index from 0 to 1796 Message-ID: <20100915153251.GI3008@redhat.com> References: <201009151016.29380.rickv@hobi.com> <20100915152429.GH3008@redhat.com> <201009151030.38234.rickv@hobi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201009151030.38234.rickv@hobi.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Rick Vernam Cc: qemu-devel@nongnu.org On Wed, Sep 15, 2010 at 10:30:38AM -0500, Rick Vernam wrote: > 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. > > > > > > 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=/root/qemu/w2k3_server.raw,if=virtio,aio=native -net > > > nic,model=virtio,macaddr=52:54:00:12:34:56 -net tap,ifname=tap0 > > > -localtime - usb -usbdevice tablet -vga std -vnc :25581 -monitor stdio > > > -m 512 -runas rick > > > > > > When I reboot the guest OS, Qemu will quit during guest POST with the > > > > > following message: > > How do you reboot it? From inside the guest or by system_reset in > > monitor? > From inside the guest. > And if you do system_reset? > Also forgot to mention that this only happens when using -vnc > You mean with SDL it works? Doesn't make sense to me :( -- Gleb.