From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47217 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ovur0-0004Nc-4I for qemu-devel@nongnu.org; Wed, 15 Sep 2010 12:29:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ovuqt-0000Rn-Ml for qemu-devel@nongnu.org; Wed, 15 Sep 2010 12:29:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47392) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ovuqt-0000Rc-Fy for qemu-devel@nongnu.org; Wed, 15 Sep 2010 12:28:55 -0400 Date: Wed, 15 Sep 2010 18:28:51 +0200 From: Gleb Natapov Subject: Re: [Qemu-devel] Guest moved used index from 0 to 1796 Message-ID: <20100915162851.GL3008@redhat.com> References: <201009151016.29380.rickv@hobi.com> <201009151050.15736.rickv@hobi.com> <20100915155710.GJ3008@redhat.com> <201009151126.21186.rickv@hobi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201009151126.21186.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 11:26:20AM -0500, Rick Vernam wrote: > > So how do you know it works with SDL? Also does the same happens with > > linux guest + virtio disk? > okay, linux guest started like so, this time on my laptop: > qemu-system-x86_64 -cpu host -enable-kvm -drive > file=/home/rick/qemu/hds/linux.raw,if=virtio,media=disk,aio=native -m 1368 -net > nic,model=virtio -net user -localtime -usb -name "32-bit Linux" -vnc :25581 > > Fails just like other, both during guest initiated and system_reset: > Guest moved used index from 0 to 147 > OK, thanks. Already found the problem in the bios. Will post patch shortly. -- Gleb.