
On 8/2/24 00:25, Praveen K Paladugu wrote:
Move additional domain interface management methods to hypervisor and enable NAT mode network support for ch guests.
Praveen K Paladugu (2): hypervisor: Move domain interface mgmt methods ch: Enable NAT Network mode support
src/ch/ch_interface.c | 57 ++++++-- src/hypervisor/domain_interface.c | 228 ++++++++++++++++++++++++++++++ src/hypervisor/domain_interface.h | 10 ++ src/libvirt_private.syms | 1 + src/qemu/qemu_command.c | 9 +- src/qemu/qemu_interface.c | 219 +--------------------------- 6 files changed, 289 insertions(+), 235 deletions(-)
I'm fixing all the small nits I've found and merging. Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal