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.ga23...@redhat.com 20101224084529.ga23...@redhat.com -- MST