On 10/6/25 17:18, Stefan Kober wrote:
This patch set adds support for attaching and detaching network interfaces to Cloud Hypervisor domains at runtime.
Stefan Kober (5): ch: pass virCHDriver to chDomainAttachDeviceLice ch: add net device alias assignment ch: implement network device hot attach ch: implement network device hot detach NEWS: ch: announce network hotplug feature
NEWS.rst | 5 ++ src/ch/ch_alias.c | 47 +++++++++++++ src/ch/ch_alias.h | 3 + src/ch/ch_hotplug.c | 83 ++++++++++++++++++++-- src/ch/ch_monitor.c | 5 +- src/ch/ch_monitor.h | 1 - src/ch/ch_process.c | 163 +++++++++++++++++++++++++------------------- src/ch/ch_process.h | 8 +++ 8 files changed, 234 insertions(+), 81 deletions(-)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> and merged. As discussed earlier, I'll post some cleanups later. Michal