]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Run lzop with '--ignore-warn'
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 19 Feb 2013 17:07:58 +0000 (18:07 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 20 Feb 2013 17:10:01 +0000 (18:10 +0100)
commit0eeedf52e7cb6a1794796856ac077d17a7d7def4
tree32b1b4c8d7d413182521f6fe08dbf25cd7e62c3c
parent1d8193ee8a7c9b6355468bd58e483d84fe1ed40b
qemu: Run lzop with '--ignore-warn'

Currently, if lzop decompression binary produces a warning, it
doesn't exit with zero status but 2 instead. Terrifying, but
true. However, warnings may be ignored using '--ignore-warn'
command line argument.  Moreover, in which case, the exit status
will be zero.
src/qemu/qemu_driver.c