]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: Destroy domain on decompression binary error
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 28 Jan 2013 14:13:27 +0000 (15:13 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 29 Jan 2013 08:51:47 +0000 (09:51 +0100)
commit93e5a1432d1304fafde4b2186cef63692f171c57
tree858b106b6425a308ea828e92c181885c287e7037
parent46532e3e8ed5f5a736a02f67d6c805492f9ca720
qemu: Destroy domain on decompression binary error

https://bugzilla.redhat.com/show_bug.cgi?id=894723

Currently, if qemuProcessStart() succeeds, but it's decompression
binary that returns nonzero status, we don't kill the qemu process,
but remove it from internal domain list, leaving the qemu process
hanging around totally uncontrolled.
src/qemu/qemu_driver.c