]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Introduce a 'stop' method to virDriverState
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 31 Oct 2012 19:03:52 +0000 (19:03 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 29 Nov 2012 16:14:36 +0000 (16:14 +0000)
commitd442ee23bd2bb03d456d5de2a41ca07828d998ca
tree047800e59b57a7db0928fca85062c3ebdac9b4e2
parent992ed55fea86fbfd254f98f8a9525fd15539a4e4
Introduce a 'stop' method to virDriverState

To allow actions to be performed in libvirtd when the host
shuts down, or user session exits, introduce a 'stop'
method to virDriverState. This will do things like saving
the VM state to a file.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/driver.h
src/libvirt.c
src/libvirt_daemon.syms
src/libvirt_internal.h