
27 Nov
2012
27 Nov
'12
7:48 p.m.
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 | 2 ++ src/libvirt.c | 18 ++++++++++++++++++ src/libvirt_daemon.syms | 1 + src/libvirt_internal.h | 1 + 4 files changed, 22 insertions(+)
ACK.