I intended to do this ever since I changed the API of virDomainUndefine
to reject undefine of persistent guests with snapshots, but am only
now getting around to it. This missed 0.9.5, but I think it is worth
including in 0.9.6 even if we have a short release cycle to work
around the qemu shutdown issue.
Eric Blake (3):
snapshot: fix logic bug in qemu undefine
snapshot: prepare to remove transient snapshot metadata
snapshot: remove snapshot metadata on transient exit
src/conf/domain_conf.c | 4 +-
src/qemu/qemu_domain.c | 260 ++++++++++++++++++++++++++++++++++++++++
src/qemu/qemu_domain.h | 36 ++++++
src/qemu/qemu_driver.c | 291 +++-----------------------------------------
src/qemu/qemu_migration.c | 8 +-
src/qemu/qemu_process.c | 10 +-
6 files changed, 327 insertions(+), 282 deletions(-)
--
1.7.4.4