qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/9] Misc HW patches for 2025-07-29
@ 2025-07-29 11:57 Philippe Mathieu-Daudé
  2025-07-29 11:57 ` [PULL 1/9] target/mips: Only update MVPControl.EVP bit if executed by master VPE Philippe Mathieu-Daudé
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-07-29 11:57 UTC (permalink / raw)
  To: qemu-devel; +Cc: Philippe Mathieu-Daudé

The following changes since commit c017386f28c03a03b8f14444f8671d3d8f7180fe:

  Merge tag 'pull-target-arm-20250725' of https://gitlab.com/pm215/qemu into staging (2025-07-25 08:24:52 -0400)

are available in the Git repository at:

  https://github.com/philmd/qemu.git tags/hw-misc-20250729

for you to fetch changes up to 67e4808403471427b73c8d2c3f4273d64908f480:

  hw/display/sm501: fix missing error-report.h (2025-07-29 13:56:39 +0200)

----------------------------------------------------------------
Misc HW patches

- Fix MIPS MVPControl.EVP update
- Fix qxl_unpack_chunks() chunk size calculation
- Fix Cadence GEM register mask initialization
- Fix AddressSpaceDispatch use after free
- Fix building npcm7xx/npcm8xx bootroms
- Include missing headers

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

Adam Williamson (1):
  hw/xen/passthrough: add missing error-report include

Clément Chigot (1):
  hw/display/sm501: fix missing error-report.h

Luc Michel (1):
  hw/net/cadence_gem: fix register mask initialization

Michael Tokarev (2):
  hw/display/qxl-render: fix qxl_unpack_chunks() chunk size calculation
  roms/Makefile: fix npcmNxx_bootrom build rules

Philippe Mathieu-Daudé (2):
  target/mips: Only update MVPControl.EVP bit if executed by master VPE
  hw/vfio/vfio-migration: Remove unnecessary 'qemu/typedefs.h' include

Pierrick Bouvier (2):
  migration: rename target.c to vfio.c
  system/physmem: fix use-after-free with dispatch

 hw/vfio/vfio-migration-internal.h   |  1 -
 hw/display/qxl-render.c             | 11 +++++++++-
 hw/display/sm501.c                  |  1 +
 hw/net/cadence_gem.c                |  2 +-
 hw/xen/xen_pt.c                     |  1 +
 migration/{target.c => vfio.c}      |  2 +-
 system/physmem.c                    | 15 +++-----------
 target/mips/tcg/system/cp0_helper.c | 32 ++++++++++++++++-------------
 migration/meson.build               |  2 +-
 roms/Makefile                       |  8 ++++----
 10 files changed, 40 insertions(+), 35 deletions(-)
 rename migration/{target.c => vfio.c} (90%)

-- 
2.49.0



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-07-29 18:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-29 11:57 [PULL 0/9] Misc HW patches for 2025-07-29 Philippe Mathieu-Daudé
2025-07-29 11:57 ` [PULL 1/9] target/mips: Only update MVPControl.EVP bit if executed by master VPE Philippe Mathieu-Daudé
2025-07-29 11:57 ` [PULL 2/9] hw/display/qxl-render: fix qxl_unpack_chunks() chunk size calculation Philippe Mathieu-Daudé
2025-07-29 11:57 ` [PULL 3/9] hw/vfio/vfio-migration: Remove unnecessary 'qemu/typedefs.h' include Philippe Mathieu-Daudé
2025-07-29 11:57 ` [PULL 4/9] migration: rename target.c to vfio.c Philippe Mathieu-Daudé
2025-07-29 11:57 ` [PULL 5/9] hw/net/cadence_gem: fix register mask initialization Philippe Mathieu-Daudé
2025-07-29 11:57 ` [PULL 6/9] hw/xen/passthrough: add missing error-report include Philippe Mathieu-Daudé
2025-07-29 11:57 ` [PULL 7/9] system/physmem: fix use-after-free with dispatch Philippe Mathieu-Daudé
2025-07-29 11:57 ` [PULL 8/9] roms/Makefile: fix npcmNxx_bootrom build rules Philippe Mathieu-Daudé
2025-07-29 11:57 ` [PULL 9/9] hw/display/sm501: fix missing error-report.h Philippe Mathieu-Daudé
2025-07-29 16:59 ` [PULL 0/9] Misc HW patches for 2025-07-29 Stefan Hajnoczi

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