• J
    qemu: Don't fail virDomainGetInfo if we can't update balloon info · fcd2bd55
    Jiri Denemark 提交于
    Qemu driver tries to update balloon data in virDomainGetInfo and if it
    can't do so because there is another monitor job running, it just
    reports what's known in domain def. However, if there was no job running
    but getting the data from qemu fails, we would fail the whole API. This
    doesn't make sense. Let's make the failure nonfatal.
    fcd2bd55
qemu_driver.c 331.1 KB