
12 Jun
2013
12 Jun
'13
12:12 p.m.
On 11.06.2013 15:15, Ján Tomko wrote:
Convert input XML to migratable before using it in qemuDomainSaveImageOpen.
XML in the save image is migratable, i.e. doesn't contain implicit controllers. If these controllers were in a non-default order in the input XML, the ABI check would fail. Removing and re-adding these controllers fixes it.
https://bugzilla.redhat.com/show_bug.cgi?id=834196 --- src/qemu/qemu_domain.c | 29 +++++++++++++++++++++++++++++ src/qemu/qemu_domain.h | 4 ++++ src/qemu/qemu_driver.c | 13 ++++++++++--- 3 files changed, 43 insertions(+), 3 deletions(-)
ACK Michal