From: "Cédric Le Goater" <clg@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Alex Williamson" <alex.williamson@redhat.com>,
"Cédric Le Goater" <clg@redhat.com>
Subject: [PULL 0/5] vfio queue
Date: Tue, 29 Jul 2025 08:26:28 +0200 [thread overview]
Message-ID: <20250729062633.452522-1-clg@redhat.com> (raw)
The following changes since commit 92c05be4dfb59a71033d4c57dac944b29f7dabf0:
Merge tag 'pull-qga-2025-07-28' of https://repo.or.cz/qemu/armbru into staging (2025-07-28 09:31:19 -0400)
are available in the Git repository at:
https://github.com/legoater/qemu/ tags/pull-vfio-20250729
for you to fetch changes up to 0db7e4cb62026196f06755c77f943294d9879e5a:
vfio/igd: Fix VGA regions are not exposed in legacy mode (2025-07-28 17:52:34 +0200)
----------------------------------------------------------------
vfio queue:
* Fixed regression introduced by the `use-legacy-x86-rom` property
* Fixed regressions on IGD passthrough in legacy mode
* Fixed region mappings of sub-page BARs after CPR
* Removed build of SEV on 32-bit hosts
----------------------------------------------------------------
Cédric Le Goater (2):
hw/i386: Fix 'use-legacy-x86-rom' property compatibility
i386: Build SEV only for 64-bit target
Steve Sistare (1):
vfio: fix sub-page bar after cpr
Tomita Moeko (2):
vfio/igd: Require host VGA decode for legacy mode
vfio/igd: Fix VGA regions are not exposed in legacy mode
docs/igd-assign.txt | 1 +
hw/vfio/pci.h | 2 ++
hw/vfio/types.h | 2 ++
hw/core/machine.c | 2 +-
hw/i386/microvm.c | 2 +-
hw/i386/pc_piix.c | 2 +-
hw/i386/pc_q35.c | 2 +-
hw/vfio/cpr.c | 2 ++
hw/vfio/igd.c | 19 ++++++++++++-------
hw/vfio/pci.c | 29 ++++++++++++++++++++++++-----
hw/i386/Kconfig | 2 +-
11 files changed, 48 insertions(+), 17 deletions(-)
next reply other threads:[~2025-07-29 6:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-29 6:26 Cédric Le Goater [this message]
2025-07-29 6:26 ` [PULL 1/5] hw/i386: Fix 'use-legacy-x86-rom' property compatibility Cédric Le Goater
2025-07-29 6:26 ` [PULL 2/5] i386: Build SEV only for 64-bit target Cédric Le Goater
2025-07-29 6:26 ` [PULL 3/5] vfio: fix sub-page bar after cpr Cédric Le Goater
2025-07-29 6:26 ` [PULL 4/5] vfio/igd: Require host VGA decode for legacy mode Cédric Le Goater
2025-07-29 6:26 ` [PULL 5/5] vfio/igd: Fix VGA regions are not exposed in " Cédric Le Goater
2025-07-29 16:59 ` [PULL 0/5] vfio queue 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=20250729062633.452522-1-clg@redhat.com \
--to=clg@redhat.com \
--cc=alex.williamson@redhat.com \
--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).