]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Catch stderr of image compression binary
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 17 Jan 2013 10:59:23 +0000 (11:59 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 5 Feb 2013 14:45:21 +0000 (15:45 +0100)
commit137229bf4aec7647f3f04033ad390bcc872bd7e1
tree20d722acd23bf1fe7dab9e865b365eed25169311
parentcc6c425f94f4285261d4d12534f1944372f533a6
qemu: Catch stderr of image compression binary

If a compression binary prints something to stderr, currently
it is discarded. However, it can contain useful data from
debugging POV, so we should catch it.
src/qemu/qemu_migration.c