]> git.ipfire.org Git - thirdparty/libvirt.git/commit
ch: Implement VIR_DOMAIN_DESTROY_GRACEFUL flag support
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 9 Sep 2025 11:39:46 +0000 (13:39 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 10 Sep 2025 06:35:25 +0000 (08:35 +0200)
commitf35a1def9d7543e10f60ba3af847321d2a218b3e
tree984d41655a090778972b71abc3ca848883d194f3
parente635b6a6f72be019d793c52e2b0ebf221c9914a1
ch: Implement VIR_DOMAIN_DESTROY_GRACEFUL flag support

The virDomainDestroyFlags() API has several flags, including
VIR_DOMAIN_DESTROY_GRACEFUL which is documented to send only
SIGTERM to the emulator process. Implement its support into CH
driver.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/ch/ch_driver.c