]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: dump: Report better error when dumping VM with passthrough devices
authorPeter Krempa <pkrempa@redhat.com>
Mon, 7 Jul 2014 08:00:46 +0000 (10:00 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 7 Jul 2014 08:44:34 +0000 (10:44 +0200)
commit315fba9c60082589cdf8a2b417c9a576c79d2800
tree53370a8c50cea23ec284f07f21574a2eaa94c295
parent3d41eb310ed7dacd73113008975a2166230c4eae
qemu: dump: Report better error when dumping VM with passthrough devices

For the regular dump operation we migrate the VM to a file. This won't
work when the VM has passthrough devices assigned. Rather than reporting
a cryptic error from qemu run our check whether it can be migrated.

This does not influence the memory-only dump that is allowed with
passthrough devices.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=874418
src/qemu/qemu_driver.c