Il 08/05/2014 17:57, Chris Friesen ha scritto:
The fact remains that qemu crashes when I apply the patch. I also tried patching it as below in virtio_pci_vmstate_change(). That would allow the VM to boot, but it would crash when I tried to do a live migration.Can you give us your command line and a backtrace?For the backtrace, you mean with a core file? Or is there a better way?
You can attach gdb to the qemu process, and run "thread apply all bt" when QEMU crashes.
Paolo