From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49066 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ovtir-0008Ic-39 for qemu-devel@nongnu.org; Wed, 15 Sep 2010 11:16:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ovtiq-0004P4-1q for qemu-devel@nongnu.org; Wed, 15 Sep 2010 11:16:32 -0400 Received: from hobi.com ([130.94.185.247]:3873) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ovtip-0004Ow-NP for qemu-devel@nongnu.org; Wed, 15 Sep 2010 11:16:32 -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 15:16:30 -0000 From: Rick Vernam Date: Wed, 15 Sep 2010 10:16:29 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201009151016.29380.rickv@hobi.com> Subject: [Qemu-devel] Guest moved used index from 0 to 1796 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 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 I've tried a few different scenarios, ie maintain or close VNC connection, vary some command line arguments, etc. The failure mode is the same. I noticed this failure with qemu-0.13.0-rc0, qemu-0.13.0-rc1 & qemu- kvm-0.13.0-rc1 I haven't put this into production yet, so I can still afford downtime & re- compiles...etc. thanks.. host machine is: 2.6.32-gentoo-r7 x86_64 Intel(R) Xeon(R) CPU E5450 @ 3.00GHz GenuineIntel GNU/Linux guest os is Windows Server 2003, Standard Edition. Service Pack 2. Red Het VirtIO Ethernet Adapter Driver Version: 5.1.209.605 Red Hat VirtIO SCSI Controller Driver Version: 6.0.0.10 here is how I ran configure: ./configure --prefix=/root/qemu --target-list=x86_64-softmmu --extra-cflags="- march=native -O2 -pipe" --extra-ldflags="-march=native -O2 -pipe" --audio-drv- list= --audio-card-list= --disable-curses --disable-curl --enable-vnc-tls -- enable-vnc-sasl --enable-vnc-jpeg --enable-vnc-png --enable-vnc-thread