]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: snapshot: Correctly report qemu error on 'savevm'
authorPeter Krempa <pkrempa@redhat.com>
Fri, 15 Jan 2016 12:01:30 +0000 (13:01 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 25 Jan 2016 06:21:25 +0000 (07:21 +0100)
commit4ac14cde9ae925515009400c2186d7eec5478b05
treeb70109a48599e9fec5090b458dc8757760fddb57
parent0c1b0d83bb4c41123068a9efdb6daac0f326e707
qemu: snapshot: Correctly report qemu error on 'savevm'

Since 'savevm' was not converted to QMP libvirt has to parse for error
strings in the text monitor output. One of the unhandled errors is
produced when qemu treats a device as unmigratable.

As current qemu actually does support AHCI migration this bug is
applicable only to older versions of qemu.

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