• J
    Fix locking in qemudDomainCoreDump · 96ac1859
    Jiri Denemark 提交于
    The hang fix in d376b7d6 was incomplete
    since it left quite a few {Enter,Exit}Monitor calls which require driver
    to be unlocked. Since the driver is locked throughout the whole
    function, {Enter,Exit}MonitorWithDriver need to be used instead to
    ensure driver is not locked when issuing monitor commands.
    96ac1859
qemu_driver.c 345.6 KB