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