Re: [libvirt PATCH] hypervisor: Move interface mgmt methods to hypervisor

2023-10-16 Thread Praveen Paladugu
On Sun, Oct 15, 2023 at 03:03:40PM -0400, Laine Stump wrote: > On 10/12/23 3:37 PM, Praveen K Paladugu wrote: > >Move guest interface management methods from qemu to hypervisor. These > >methods will be shared by networking support in ch driver. > > > >Signed-off-by: Praveen K Paladugu > >--- > >

Re: [libvirt PATCH] hypervisor: Move interface mgmt methods to hypervisor

2023-10-16 Thread Daniel P . Berrangé
On Sun, Oct 15, 2023 at 03:03:40PM -0400, Laine Stump wrote: > On 10/12/23 3:37 PM, Praveen K Paladugu wrote: > > Move guest interface management methods from qemu to hypervisor. These > > methods will be shared by networking support in ch driver. > > > > Signed-off-by: Praveen K Paladugu > >

Re: [libvirt PATCH] hypervisor: Move interface mgmt methods to hypervisor

2023-10-15 Thread Laine Stump
On 10/12/23 3:37 PM, Praveen K Paladugu wrote: Move guest interface management methods from qemu to hypervisor. These methods will be shared by networking support in ch driver. Signed-off-by: Praveen K Paladugu --- po/POTFILES | 1 + src/hypervisor/domain_interface.c

[libvirt PATCH] hypervisor: Move interface mgmt methods to hypervisor

2023-10-12 Thread Praveen K Paladugu
Move guest interface management methods from qemu to hypervisor. These methods will be shared by networking support in ch driver. Signed-off-by: Praveen K Paladugu --- po/POTFILES | 1 + src/hypervisor/domain_interface.c | 279 ++