On Wed, Jan 08, 2025 at 19:42:40 +0000, Daniel P. Berrangé wrote:
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.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
src/hypervisor/domain_driver.c | 48 ++++++++++++++++++++++++++++++++++
src/hypervisor/domain_driver.h | 8 +++++-
src/libvirt_private.syms | 1 +
src/qemu/qemu_driver.c | 47 ++++-----------------------------
4 files changed, 61 insertions(+), 43 deletions(-)
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>