• O
    qemu: Update domain status to running while wakeup event is emitted · 7c5a0c94
    Osier Yang 提交于
    This introduces a new running reason VIR_DOMAIN_RUNNING_WAKEUP,
    and new suspend event type VIR_DOMAIN_EVENT_STARTED_WAKEUP.
    
    While a wakeup event is emitted, the domain which entered into
    VIR_DOMAIN_PMSUSPENDED will be transferred to "running"
    with reason VIR_DOMAIN_RUNNING_WAKEUP, and a new domain lifecycle
    event emitted with type VIR_DOMAIN_EVENT_STARTED_WAKEUP.
    7c5a0c94
qemu_process.c 132.0 KB