From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>
Subject: [PULL 0/4] pc,virtio,pci: bug fixes
Date: Tue, 2 Mar 2021 09:21:08 -0500 [thread overview]
Message-ID: <20210302142014.141135-1-mst@redhat.com> (raw)
A very small pull but there are a couple of fixes here for
bugs that have been biting us in the field.
The following changes since commit 51db2d7cf26d05a961ec0ee0eb773594b32cc4a1:
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2021-02-25 14:02:16 +0000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream
for you to fetch changes up to 1d8d014e936a49795de95a35a2a1ab8000ab2e5b:
vhost: simplify vhost_dev_init() fail_busyloop label (2021-03-02 09:16:18 -0500)
----------------------------------------------------------------
pc,virtio,pci: bug fixes
Fixes all over the place. Specifically this fixes
a bug which made windows guests lose device config
(such as the configured fixed IP) after upgrading
to the new QEMU.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
----------------------------------------------------------------
Cindy Lu (1):
virtio-net: handle zero mac for a vdpa peer
Philippe Mathieu-Daudé (1):
hw/pci: Have safer pcie_bus_realize() by checking error path
Stefan Hajnoczi (1):
vhost: simplify vhost_dev_init() fail_busyloop label
Vitaly Cheptsov (1):
i386/acpi: restore device paths for pre-5.1 vms
include/hw/i386/pc.h | 1 +
hw/i386/acpi-build.c | 4 ++--
hw/i386/pc_piix.c | 2 ++
hw/i386/pc_q35.c | 2 ++
hw/net/virtio-net.c | 12 ++++++++++++
hw/pci/pci.c | 7 ++++++-
hw/virtio/vhost.c | 12 +++++-------
7 files changed, 30 insertions(+), 10 deletions(-)
next reply other threads:[~2021-03-02 14:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-02 14:21 Michael S. Tsirkin [this message]
2021-03-02 14:21 ` [PULL 1/4] i386/acpi: restore device paths for pre-5.1 vms Michael S. Tsirkin
2021-03-02 14:21 ` [PULL 2/4] virtio-net: handle zero mac for a vdpa peer Michael S. Tsirkin
2021-03-02 14:21 ` [PULL 3/4] hw/pci: Have safer pcie_bus_realize() by checking error path Michael S. Tsirkin
2021-03-02 14:21 ` [PULL 4/4] vhost: simplify vhost_dev_init() fail_busyloop label Michael S. Tsirkin
2021-03-03 18:10 ` [PULL 0/4] pc,virtio,pci: bug fixes Peter Maydell
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=20210302142014.141135-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).