]> git.ipfire.org Git - thirdparty/libvirt.git/commit
hypervisor: move support for auto-shutdown out of QEMU driver
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 17 Dec 2024 10:04:35 +0000 (10:04 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 20 Mar 2025 14:55:17 +0000 (14:55 +0000)
commit991a20a938fdd14498efc73faa871bf3e337bfe9
tree070698e2c8312dff5489be839e12d050966fba11
parentf48fb17d72456afbd3ac858cdf6f54092932f7a3
hypervisor: move support for auto-shutdown out of QEMU driver

This is a move of the code that currently exists in the QEMU
driver, into the common layer that can be used by multiple
drivers.

The code currently supports performing managed save of all
running guests, ignoring any failures.

Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/hypervisor/domain_driver.c
src/hypervisor/domain_driver.h
src/libvirt_private.syms
src/qemu/qemu_driver.c