qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>
Subject: [PULL 0/3] pc,virtio: regression fixes
Date: Thu, 10 Nov 2022 16:06:34 -0500	[thread overview]
Message-ID: <20221110210428.137015-1-mst@redhat.com> (raw)

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



             reply	other threads:[~2022-11-10 21:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-10 21:06 Michael S. Tsirkin [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221110210428.137015-1-mst@redhat.com \
    --to=mst@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).