There's one other bugfix I'm tracking for 7.2, dealing with reconnect for vhost-user, let's see whether it's ready in time. Other than that, this release seems mostly done to me.
The following changes since commit 60ab36907ded2918d33683f2b66f603b7400d8f3: Update VERSION for v7.2.0-rc0 (2022-11-08 15:53:41 -0500) are available in the Git repository at: https://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream for you to fetch changes up to f47af0af0db5933664c621b8af8067ebbcbe66cd: virtio-net: fix for heap-buffer-overflow (2022-11-10 10:18:55 -0500) ---------------------------------------------------------------- pc,virtio: regression fixes fixes issues from the last pull request: unresolved symbols for taargets without acpi typo in a comment in checkpatch virtio buffer overflow Signed-off-by: Michael S. Tsirkin <m...@redhat.com> ---------------------------------------------------------------- Michael S. Tsirkin (2): checkpatch: typo fix display: include dependencies explicitly Xuan Zhuo (1): virtio-net: fix for heap-buffer-overflow hw/display/vga_int.h | 1 - include/hw/virtio/virtio.h | 2 ++ include/qemu/typedefs.h | 2 ++ hw/display/ati_2d.c | 1 + hw/display/cirrus_vga.c | 1 + hw/display/cirrus_vga_isa.c | 1 + hw/display/vga-isa.c | 1 + hw/display/vga-mmio.c | 1 + hw/display/vga-pci.c | 1 + hw/display/vga.c | 1 + hw/display/vmware_vga.c | 1 + hw/net/virtio-net.c | 18 ++++++++++++++++-- scripts/checkpatch.pl | 2 +- 13 files changed, 29 insertions(+), 4 deletions(-)