• J
    qemu: Introduce shutdown reason for paused state · d2d67763
    Jiri Denemark 提交于
    Qemu sends STOP event as part of the shutdown process. Detect such STOP
    event and consider shutdown to be reason of emitting such event. That's
    the best we can do until qemu provides us the reason directly in STOP
    event. This allows us to report shutdown reason for paused state so that
    apps can detect domains that failed to finish the shutdown process
    (e.g., because qemu is buggy and doesn't exit on SIGTERM or it is
    blocked in flushing disk buffers).
    d2d67763
qemu_process.c 114.5 KB