[PULL 0/5] vfio queue

Cédric Le Goater posted 5 patches 3 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250729062633.452522-1-clg@redhat.com
Maintainers: Alex Williamson <alex.williamson@redhat.com>, "Cédric Le Goater" <clg@redhat.com>, Tomita Moeko <tomitamoeko@gmail.com>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Zhao Liu <zhao1.liu@intel.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, "Michael S. Tsirkin" <mst@redhat.com>, Sergio Lopez <slp@redhat.com>, Steve Sistare <steven.sistare@oracle.com>
There is a newer version of this series
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(-)
[PULL 0/5] vfio queue
Posted by Cédric Le Goater 3 months, 2 weeks ago
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(-)


Re: [PULL 0/5] vfio queue
Posted by Stefan Hajnoczi 3 months, 2 weeks ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/10.1 for any user-visible changes.