[PATCH] Fix reboot command for LXC containers

2021-12-01 Thread Joachim Falk
The virNetDaemonQuit(dmn) command in virLXCControllerSignalChildIO triggers an early close of all clients of lxc_controller. Here, libvirtd itself is a client of this controller, and the client connection is used to notify libvirtd if a reboot of the container is required. However, the client conne

Re: [PATCH] util: fix erroneous requirement for phys_port_id to get ifname of a VF

2021-12-01 Thread Ján Tomko
On a Tuesday in 2021, Laine Stump wrote: Commit 795e9e05c3 (libvirt-7.7.0) refactored the code in virpci.c and virnetdev.c that gathered lists of the Virtual Functions (VF) of an SRIOV Physical Function (PF) to simplify the code. Unfortunately the simplification made the assumption that a VF's n

Re: [PATCH] qemu_domainjob: move jobs_queued to struct qemuDomainJobObj

2021-12-01 Thread Ján Tomko
On a Wednesday in 2021, Kristina Hanicova wrote: I think it makes more sense for the variable about jobs to be in the job object. I also renamed it to be consistent with the rest of the struct. Signed-off-by: Kristina Hanicova --- Not gonna lie, it will make my planned generalization of jobs

Release of libvirt-7.10.0

2021-12-01 Thread Jiri Denemark
The 7.10.0 release of both libvirt and libvirt-python is tagged and signed tarballs and source RPMs are available at https://libvirt.org/sources/ https://libvirt.org/sources/python/ Thanks everybody who helped with this release by sending patches, reviewing, testing, or providing feedback

[PATCH] qemu_domainjob: move jobs_queued to struct qemuDomainJobObj

2021-12-01 Thread Kristina Hanicova
I think it makes more sense for the variable about jobs to be in the job object. I also renamed it to be consistent with the rest of the struct. Signed-off-by: Kristina Hanicova --- Not gonna lie, it will make my planned generalization of jobs much easier as well. src/qemu/qemu_domain.h|