qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/3] pc,virtio: regression fixes
@ 2022-11-10 21:06 Michael S. Tsirkin
  2022-11-10 21:06 ` [PULL 1/3] checkpatch: typo fix Michael S. Tsirkin
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Michael S. Tsirkin @ 2022-11-10 21:06 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell

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 <mst@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(-)



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-11-12 14:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-10 21:06 [PULL 0/3] pc,virtio: regression fixes Michael S. Tsirkin
2022-11-10 21:06 ` [PULL 1/3] checkpatch: typo fix Michael S. Tsirkin
2022-11-10 21:06 ` [PULL 2/3] display: include dependencies explicitly Michael S. Tsirkin
2022-11-10 21:06 ` [PULL 3/3] virtio-net: fix for heap-buffer-overflow Michael S. Tsirkin
2022-11-12  2:32 ` [PULL 0/3] pc,virtio: regression fixes Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).