• M
    qemu: Run lzop with '--ignore-warn' · 0eeedf52
    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.
    0eeedf52
qemu_driver.c 473.6 KB