]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Fix starting a domain with corrupted managed save file
authorJiri Denemark <jdenemar@redhat.com>
Tue, 13 Jun 2017 11:25:07 +0000 (13:25 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 13 Jun 2017 11:46:40 +0000 (13:46 +0200)
commit16e31fb38da3c2b9a35faff9ac626d947199cf13
tree103b6f189904019628737c6e7d304f95e7c19462
parent2502a0fadea18410d69fdf9c99c96a1f1b02fa1a
qemu: Fix starting a domain with corrupted managed save file

Commit v3.4.0-44-gac793bd71 fixed a memory leak, but failed to return
the special -3 value. Thus an attempt to start a domain with corrupted
managed save file would removed the corrupted file and report
"An error occurred, but the cause is unknown" instead of starting the
domain from scratch.

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