[libvirt] [PATCH 8/9] qemu: Update domain status to paused while suspend event is emitted

Paolo Bonzini pbonzini at redhat.com
Sun Mar 11 14:37:47 UTC 2012


Il 05/03/2012 11:25, Osier Yang ha scritto:
> This introduces a new paused reason VIR_DOMAIN_PAUSED_SUSPEND,
> and new suspend event type VIR_DOMAIN_EVENT_SUSPENDED_SUSPEND.
> 
> While a SUSPEND event occurs, the running domain status will be
> transferred to "paused" with reason "VIR_DOMAIN_PAUSED_SUSPEND",
> and a new domain lifecycle event emitted with type
> VIR_DOMAIN_EVENT_SUSPENDED_SUSPEND.
> ---

Does "virsh resume" correctly wakeup such a domain?  If not, perhaps a
different state should be added so that "virsh resume" can look at the
state and issue the appropriate monitor command (or alternatively, it
could be considered a QEMU bug).

Paolo




More information about the libvir-list mailing list