From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40089 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfZxZ-0003J1-7v for qemu-devel@nongnu.org; Wed, 19 Jan 2011 10:28:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfZxP-0005Ia-4V for qemu-devel@nongnu.org; Wed, 19 Jan 2011 10:28:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:28261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfZxO-0005Hu-Tx for qemu-devel@nongnu.org; Wed, 19 Jan 2011 10:28:23 -0500 Date: Wed, 19 Jan 2011 17:27:59 +0200 From: "Michael S. Tsirkin" Subject: Re: [Qemu-devel] [PULL] piix, pci, qdev Message-ID: <20110119152759.GA6029@redhat.com> References: <20101227172140.GA18898@redhat.com> <4D2B3CB6.1060802@codemonkey.ws> <20110119151448.GA6121@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110119151448.GA6121@lst.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig Cc: qemu-devel@nongnu.org On Wed, Jan 19, 2011 at 04:14:48PM +0100, Christoph Hellwig wrote: > > > pci: fix migration path for devices behind bridges > > This patch breaks starting qemu for me on 32-bit x86 with the following assert: > > qemu-system-x86_64: savevm.c:1129: register_savevm_live: Assertion > `!se->compat || se->instance_id == 0' failed. > > my qemu command line is: > > /opt/qemu/bin/qemu-system-x86_64 \ > -m 1500 \ > -enable-kvm \ > -drive if=none,file=/dev/vg01/qemu-root,cache=none,aio=threads,id=root \ > -drive if=none,file=/dev/vg01/qemu-data,cache=none,aio=threads,id=test \ > -drive if=none,file=/home/test1.img,cache=none,id=scratch \ > -device virtio-blk-pci,drive=root \ > -device virtio-blk-pci,drive=test \ > -device virtio-blk-pci,drive=scratch \ > -append "root=/dev/vda console=tty0 console=ttyS0,38400n8" \ > -monitor tcp:127.0.0.1:31337,server,nowait \ > -kernel arch/x86/boot/bzImage \ > -nographic I'll try that. generally qemu works on 32 bit for me but I only used 2 virtio devices: block and net. will try with 3. > > btw, I can't find a patch for that commit anywhere in the qemu-devel > archives. Did it get reviewed anywhere at all? message ids: 20101113211054.GA23517@redhat.com 20101224084529.GA23180@redhat.com -- MST