]> git.ipfire.org Git - thirdparty/libvirt.git/commit
ch: use monitor socket fd to send restore request
authorPurna Pavan Chandra <paekkaladevi@linux.microsoft.com>
Mon, 5 Aug 2024 14:40:57 +0000 (14:40 +0000)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 9 Aug 2024 13:03:07 +0000 (15:03 +0200)
commitfd34fbed79b49462c68a260bb3b780e934454443
tree494169d914deeb6fe9dc3fb1ca0065df9a9a1470
parent4919f3a120e78c568b56814e9520de6992f3e12a
ch: use monitor socket fd to send restore request

Instead of curl, use low-level socket connections to make restore api
request to CH. This will enable passing new net FDs to CH while
restoring domains with network configuration.

Signed-off-by: Purna Pavan Chandra <paekkaladevi@linux.microsoft.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/ch/ch_monitor.c
src/ch/ch_monitor.h
src/ch/ch_process.c