
4 Jul
2025
4 Jul
'25
2:38 p.m.
On Thu, Jul 03, 2025 at 02:50:31PM +0200, Peter Krempa via Devel wrote:
From: Peter Krempa <pkrempa@redhat.com>
'virDomainDriverAutoShutdown' grew into an unwieldy function. Extract the code for each of the save/shutdown/poweroff steps into helpers and call them.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/hypervisor/domain_driver.c | 285 +++++++++++++++++++-------------- 1 file changed, 161 insertions(+), 124 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>