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

2023-10-19 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 | 368 ++

Re: [PATCH libvirt v1 0/3] Ensure full early console access with libvirt

2023-10-19 Thread Marc Hartmayer
On Wed, Oct 11, 2023 at 10:05 AM +0200, "Marc Hartmayer" wrote: > On Thu, Sep 28, 2023 at 05:37 PM +0200, Marc Hartmayer > wrote: >> Currently, early console output may be lost, e.g. if starting a guest with >> `virsh start --console` guest, which can make debugging of early failures >> very

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

2023-10-19 Thread Praveen Paladugu
On Wed, Oct 18, 2023 at 03:36:47PM -0400, Laine Stump wrote: > On 10/16/23 3:34 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 > >--- > >

[PATCH] Send event on persistent config modification

2023-10-19 Thread Fima Shevrin
Currently, libvirt doesn't send events when devices are attached, detached or updated. Thus, any services that listen to events are unaware of the change to persistent config. Signed-off-by: Fima Shevrin --- src/qemu/qemu_driver.c | 25 - 1 file changed, 24

Plans for 9.9.0 release (freeze on Thursday 26 Oct)

2023-10-19 Thread Jiri Denemark
We are getting close to 9.9.0 release of libvirt. To aim for the release on Wednesday 01 Nov I suggest entering the freeze on Thursday 26 Oct and tagging RC2 on Monday 30 Oct. I hope this works for everyone. Jirka