-
Wed Oct 09 2024 Karl Heubaum <karl.heubaum@oracle.com> - 5.7.0-44.el8
- qemu: conf: Add configuration to tune vcpu unplug timeout (Partha Satapathy) [Orabug: 37111373]
-
Wed Oct 09 2024 Karl Heubaum <karl.heubaum@oracle.com> - 5.7.0-43.el8
- qemu_firmware: don't error out for unknown firmware features (Pavel Hrdina) [Orabug: 36931914]
- qemu_process: Postpone vcpu re-pinning after vcpuinfo refresh from qemu (Shaleen Bathla) [Orabug: 36588995]
-
Mon Apr 15 2024 Karl Heubaum <karl.heubaum@oracle.com> - 5.7.0-42.el8
- Document CVEs as fixed (Karl Heubaum) {CVE-2023-2700}
- Fix off-by-one error in udevListInterfacesByStatus (Martin Kletzander) [Orabug: 36364474] {CVE-2024-1441}
- libvirt-<module>: Check caller-provided buffers to be NULL with size > 0 (Erik Skultety) [Orabug: 36364474]
-
Tue Aug 22 2023 Karl Heubaum <karl.heubaum@oracle.com> - 5.7.0-41.el8
- qemu_monitor: Add defensive protection on mon->msg (Wim ten Have) [Orabug: 35699260]
- vircpi: Add PCIe 5.0 and 6.0 link speeds (Michal Privoznik) [Orabug: 35496776]
- qemuProcessSetupVcpusVnuma: add NULL check for def->cpu (Shaleen Bathla) [Orabug: 35332038]
-
Thu Apr 27 2023 Karl Heubaum <karl.heubaum@oracle.com> - 5.7.0-40.el8
- build: change dependency to allow post install erasing of /usr/bin/nc (Wim ten Have) [Orabug: 35289777]
- util: Make virFileClose() quiet on success (Andrea Bolognani) [Orabug: 35090886]
-
Fri Feb 10 2023 Karl Heubaum <karl.heubaum@oracle.com> - 5.7.0-39.el8
- exadata: update maxvcpus for vNUMA only (Shaleen Bathla) [Orabug: 34863357]
-
Thu Dec 01 2022 Karl Heubaum <karl.heubaum@oracle.com> - 5.7.0-38.el8
- qemu: Don't report spurious errors from vCPU tid validation on hotunplug timeout (Shaleen Bathla) [Orabug: 34826758]
- security: fix SELinux label generation logic (Daniel P. Berrangé) [Orabug: 34773029] {CVE-2021-3631}
- qemu: Set default qdisc before setting bandwidth (Michal Privoznik) [Orabug: 34724925]
- qemu: Taint cpu host-passthrough only after migration (Cole Robinson) [Orabug: 34724925]
-
Tue Oct 18 2022 Karl Heubaum <karl.heubaum@oracle.com> - 5.7.0-37.el8
- vNUMA: Auto adjust 'maxvcpus' for vCORE placement (Wim ten Have) [Orabug: 34670399]
- qemu: support kvm-poll-control performance hint (Tim Wiederhake) [Orabug: 34695476]
- qemu: fix EFI nvram removal on domain undefine (Pavel Mores) [Orabug: 34543837]
- util: keep the pidfile locked (Marc-André Lureau) [Orabug: 34500172]
- qemuProcessStartManagedPRDaemon: Don't pass -f pidfile to the daemon (Michal Privoznik) [Orbug: 34500172]
- virCommand: Actually acquire pidfile instead of just writing it (Michal Privoznik) [Orbug: 34500172]
- qemu: Don't explicitly remove pidfile after virPidFileForceCleanupPath() (Michal Privoznik) [Orbug: 34500172]
- virPipeImpl: Don't overwrite error (Peter Krempa) [Orbug: 34500172]
- src: introduce a wrapper for the pipe2() system call (Daniel P. Berrangé) [Orbug: 34500172]
-
Thu Aug 18 2022 Karl Heubaum <karl.heubaum@oracle.com> - 5.7.0-36.el8
- util: Netdev fixes for phys_port_id to get the ifname of a VF (Wim ten Have) [Orabug: 34417160]
- qemuProcessStop: Don't try to remove QoS on already removed TAP (Michal Privoznik) [Orabug: 34206752]
- virnetdevopenvswitch: Fix 'burst' value passed to ovs-vsctl (Michal Privoznik) [Orabug: 34206752]
- util: Avoid null pointer dereference when setting QoS on OVS (Jiri Denemark) [Orabug: 34206752]
- virnetdevopenvswitch: unify calculation of ovs and tc (Jinsheng Zhang) [Orabug: 34206752]
- virnetdevopenvswitch: Fix qos cleaning residual on multi interfaces (Jinsheng Zhang) [Orabug: 34206752]
- virnetdevopenvswitch: Introduce virNetDevOpenvswitchInterfaceClearTxQos and virNetDevOpenvswitchInterfaceClearRxQos (Jinsheng Zhang) [Orabug: 34206752]
- virnetdevopenvswitch: Extract common code block to a single function (Jinsheng Zhang) [Orabug: 34206752]
- virnetdevopenvswitch: Extract conversion parameters between virNetDevBandwidth and ovs (Jinsheng Zhang) [Orabug: 34206752]
- virnetdevopenvswitch: Add vmuuid notes on virNetDevOpenvswitchInterfaceSetQos (Jinsheng Zhang) [Orabug: 34206752]
- qemu: interface: check and use ovs command to set qos of ovs managed port (Jinsheng Zhang) [Orabug: 34206752]
- qemu: interface: remove setting noqueue for ovs port (Jinsheng Zhang) [Orabug: 34206752]
- virDomain: interface: add virNetDevOpenvswitchInterfaceSetQos and virNetDevOpenvswitchInterfaceClearQos (Jinsheng Zhang) [Orabug: 34206752]
- virDomain: interface: add virDomainNetDefIsOvsport (Jinsheng Zhang) [Orabug: 34206752]
- openvswitch: don't delete existing OVS port prior to recreating same port (Laine Stump) [Orabug: 34206752]
- virnetdev: move virNetDevSetRootQDisc to virnetdevbandwidth (Pavel Hrdina) [Orabug: 34206752]
- virnetdevbandwidth: Don't generate burst outside of boundaries (Michal Privoznik) [Orabug: 34206752]
- qemu_hotplug: Don't dereference NULL pointer @newb in qemuDomainChangeNet() (Michal Privoznik) [Orabug: 34206752]
- qemu: Restore default root qdisc when QoS is cleared out (Michal Privoznik) [Orabug: 34206752]
- virnetdevopenvswitch: Simplify OVS_VSCTL cmd creation (Michal Privoznik) [Orabug: 34206752]
- qemu: Set noqueue qdisc for TAP devices (Michal Privoznik) [Orabug: 34206752]
- virnetdev: Introduce virNetDevSetRootQDisc() (Michal Privoznik) [Orabug: 34206752]
- syntax-check: Don't forbid curly braces around single line condition body (Peter Krempa) [Orabug: 34206752]
- src: util: rename some program macros (Pavel Hrdina) [Orabug: 34206752]
- conf: rename virNetDevSupportBandwidth to virNetDevSupportsBandwidth (Ján Tomko) [Orabug: 34206752]
- qemu: do not revert to NULL bandwidth (Ján Tomko) [Orabug: 34206752]
- conf: return a const from virDomainNetGetActualVirtPortProfile (Laine Stump) [Orabug: 34206752]
- qemu: move runtime netdev validation into a separate function (Laine Stump) [Orabug: 34206752]
- conf: make arg to virDomainNetGetActualVirtPortProfile() a const (Laine Stump) [Orabug: 34206752]
-
Thu Jul 07 2022 Karl Heubaum <karl.heubaum@oracle.com> - 5.7.0-35.el8
- util: add virNetDevGetPhysPortName (Moshe Levi) [Orabug: 34329649]
- util: Add phys_port_name support on virPCIGetNetName (Dmytro Linkin) [Orabug: 34329649]