• J
    qemu: Fix shutoff reason when domain crashes · 3acb664c
    Jiri Denemark 提交于
    Commit 4454a9ef changed shutoff reason
    from VIR_DOMAIN_SHUTOFF_CRASHED to VIR_DOMAIN_SHUTOFF_FAILED in case we
    see an unexpected EOF on monitor connection. But FAILED reason is
    dedicated for domains that fail to start. CRASHED reason is the right
    one to use in this situation.
    3acb664c
qemu_process.c 113.9 KB