[PULL 0/3] Display 20250718 patches

Gerd Hoffmann posted 3 patches 3 months, 4 weeks ago
Failed in applying to current master (apply log)
hw/vfio/pci.h                 | 11 ++---------
hw/vfio/types.h               | 21 +++++++++++++++++++++
include/hw/display/ramfb.h    |  2 +-
hw/core/machine.c             |  2 ++
hw/display/ramfb-standalone.c |  5 ++++-
hw/display/ramfb-stubs.c      |  2 +-
hw/display/ramfb.c            |  6 ++++--
hw/i386/microvm.c             |  3 +++
hw/i386/pc_piix.c             | 10 ++++++++++
hw/i386/pc_q35.c              |  3 +++
hw/vfio/display.c             |  4 ++--
hw/vfio/pci.c                 |  2 ++
12 files changed, 55 insertions(+), 16 deletions(-)
create mode 100644 hw/vfio/types.h
[PULL 0/3] Display 20250718 patches
Posted by Gerd Hoffmann 3 months, 4 weeks ago
The following changes since commit c079d3a31e45093286c65f8ca5350beb3a4404a9:

  Merge tag 'pull-10.1-rc0-maintainer-140725-1' of https://gitlab.com/stsquad/qemu into staging (2025-07-15 00:12:07 -0400)

are available in the Git repository at:

  https://gitlab.com/kraxel/qemu.git tags/display-20250718-pull-request

for you to fetch changes up to d5fcf0d960d893b1765e6388cefca9c690839267:

  hw/i386: Add the ramfb romfile compatibility (2025-07-18 21:41:57 +0200)

----------------------------------------------------------------
Load ramfb vgabios on x86 only.

----------------------------------------------------------------

Shaoqin Huang (3):
  ramfb: Add property to control if load the romfile
  vfio: Move the TYPE_* to hw/vfio/types.h
  hw/i386: Add the ramfb romfile compatibility

 hw/vfio/pci.h                 | 11 ++---------
 hw/vfio/types.h               | 21 +++++++++++++++++++++
 include/hw/display/ramfb.h    |  2 +-
 hw/core/machine.c             |  2 ++
 hw/display/ramfb-standalone.c |  5 ++++-
 hw/display/ramfb-stubs.c      |  2 +-
 hw/display/ramfb.c            |  6 ++++--
 hw/i386/microvm.c             |  3 +++
 hw/i386/pc_piix.c             | 10 ++++++++++
 hw/i386/pc_q35.c              |  3 +++
 hw/vfio/display.c             |  4 ++--
 hw/vfio/pci.c                 |  2 ++
 12 files changed, 55 insertions(+), 16 deletions(-)
 create mode 100644 hw/vfio/types.h

-- 
2.50.1
Re: [PULL 0/3] Display 20250718 patches
Posted by Stefan Hajnoczi 3 months, 3 weeks ago
Applied, thanks.

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