]> git.ipfire.org Git - thirdparty/libvirt.git/commit
ch: support restore with net devices
authorPurna Pavan Chandra <paekkaladevi@linux.microsoft.com>
Mon, 5 Aug 2024 14:40:59 +0000 (14:40 +0000)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 9 Aug 2024 13:03:07 +0000 (15:03 +0200)
commit0587ee2aab6d191dbceeff7b27ea2b10683c0ad9
tree2d61162bbf160dd3dbe6cbdeb3c45893e7f86026
parent4ae70b7c2d12e73461ec33fac71d4834f29c9f89
ch: support restore with net devices

Cloud-hypervisor now supports restoring with new net fds.
Ref: https://github.com/cloud-hypervisor/cloud-hypervisor/pull/6402
So, pass new tap fds via SCM_RIGHTS to CH's restore api.

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_capabilities.c
src/ch/ch_capabilities.h
src/ch/ch_driver.c
src/ch/ch_monitor.c
src/ch/ch_monitor.h
src/ch/ch_process.c