]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Catch stderr of image decompression binary
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 17 Jan 2013 10:42:00 +0000 (11:42 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 5 Feb 2013 14:45:21 +0000 (15:45 +0100)
commitcc6c425f94f4285261d4d12534f1944372f533a6
tree726c17b2d0e2552a624fef768bb8bac1e751bf66
parent1f25194ad1e044d2fe192e871081dd570102a62a
qemu: Catch stderr of image decompression binary

If a decompression 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_driver.c