[libvirt] [PATCH v2] qemu: Run lzop with '--ignore-warn'

2013-02-20 Thread Michal Privoznik
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 | 62

Re: [libvirt] [PATCH v2] qemu: Run lzop with '--ignore-warn'

2013-02-20 Thread Jiri Denemark
On Wed, Feb 20, 2013 at 13:32:02 +0100, Michal Privoznik wrote: 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