• J
    qemu: Ignore shutdown event from destroyed domain · 97652044
    Jiri Denemark 提交于
    During virDomainDestroy, QEMU may emit SHUTDOWN event as a response to
    SIGTERM and since domain object is still locked, the event is processed
    after the domain is destroyed. We need to ignore this event in such case
    to avoid changing domain state from shutoff to shutdown.
    97652044
qemu_process.c 117.9 KB