• D
    Fix crash when cleaning up from failed save attempt · d7e0fe6e
    Daniel P. Berrange 提交于
    If a transient QEMU crashes during save attempt, then the virDomainPtr
    object may be freed. If a persistent QEMU crashes during save, then
    the 'priv->mon' field is no longer valid since it will be inactive.
    
    * src/qemu/qemu_driver.c: Fix two crashes when QEMU exits
      during a save attempt
    d7e0fe6e
qemu_driver.c 346.9 KB