]> git.ipfire.org Git - thirdparty/libvirt.git/commit
New domain state pmsuspended
authorOsier Yang <jyang@redhat.com>
Wed, 14 Mar 2012 15:26:53 +0000 (23:26 +0800)
committerOsier Yang <jyang@redhat.com>
Fri, 23 Mar 2012 15:12:22 +0000 (23:12 +0800)
commit54d9026a2ca1338970c310e4faa7c671b511e1f9
treeeb96604afa7ae186dda1c198f0dc53e6357ac757
parent487c0633819b52590baa0084bf14769a3beebfaf
New domain state pmsuspended

This introduces a new domain state pmsuspended to represent
the domain which has been suspended by guest power management,
e.g. (entered itno s3 state). Because a "running" state could
be confused in this case, one will see the guest is paused
actually while playing. And state "paused" is for the domain
which was paused by virDomainSuspend.
include/libvirt/libvirt.h.in
src/conf/domain_conf.c
tools/virsh.c
tools/virsh.pod