From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58027 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfZkV-0004ZX-2x for qemu-devel@nongnu.org; Wed, 19 Jan 2011 10:15:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfZkP-0000bo-Uz for qemu-devel@nongnu.org; Wed, 19 Jan 2011 10:15:02 -0500 Received: from verein.lst.de ([213.95.11.210]:54500) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfZkP-0000aQ-Gh for qemu-devel@nongnu.org; Wed, 19 Jan 2011 10:14:57 -0500 Date: Wed, 19 Jan 2011 16:14:48 +0100 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PULL] piix, pci, qdev Message-ID: <20110119151448.GA6121@lst.de> References: <20101227172140.GA18898@redhat.com> <4D2B3CB6.1060802@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D2B3CB6.1060802@codemonkey.ws> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, "Michael S. Tsirkin" > > 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 btw, I can't find a patch for that commit anywhere in the qemu-devel archives. Did it get reviewed anywhere at all?