From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34049 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvvY5-0006Nu-Nk for qemu-devel@nongnu.org; Wed, 15 Sep 2010 13:13:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvvY0-0008Lx-FB for qemu-devel@nongnu.org; Wed, 15 Sep 2010 13:13:33 -0400 Received: from hobi.com ([130.94.185.247]:2543) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvvY0-0008Lo-4P for qemu-devel@nongnu.org; Wed, 15 Sep 2010 13:13:28 -0400 Received: from unknown (HELO rick.localnet) ([99.40.178.1]) (envelope-sender ) by 130.94.185.247 (qmail-ldap-1.03) with SMTP for ; 15 Sep 2010 17:13:26 -0000 From: Rick Vernam Subject: Re: [Qemu-devel] Guest moved used index from 0 to 1796 Date: Wed, 15 Sep 2010 12:13:26 -0500 References: <201009151016.29380.rickv@hobi.com> In-Reply-To: <201009151016.29380.rickv@hobi.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201009151213.26407.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: qemu-devel@nongnu.org On Wednesday 15 September 2010 10:16:29 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: > Guest moved used index from 0 to 1796 Seabios patch fixed this. Thanks...