All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] memory: Remove most _nomigrate variants
@ 2026-01-29 16:20 BALATON Zoltan
  2026-01-29 16:20 ` [PATCH 1/4] memory: Remove memory_region_init_rom_device_nomigrate() BALATON Zoltan
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: BALATON Zoltan @ 2026-01-29 16:20 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Xu, Akihiko Odaki, Paolo Bonzini, Mark Cave-Ayland,
	Gerd Hoffmann, Max Filippov, Philippe Mathieu-Daudé

OK, let's start with some clean up to simplify memory region API. The
_nomigrate variants are rarely needed, some of them are already unused
so remove them standardising on memory_region_init_ram_flags_nomigrate()
for the few cases where this is really needed.

BALATON Zoltan (4):
  memory: Remove memory_region_init_rom_device_nomigrate()
  hw/display/{cg3.tcx}: Do not use memory_region_init_rom_nomigrate()
  memory: Remove memory_region_init_rom_nomigrate()
  memory: Remove memory_region_init_ram_nomigrate()

 docs/devel/memory.rst                         | 10 +--
 hw/display/cg3.c                              |  5 +-
 hw/display/tcx.c                              | 10 +--
 hw/display/vga.c                              |  4 +-
 hw/sparc/sun4m.c                              | 15 ++--
 hw/sparc64/sun4u.c                            |  9 ++-
 hw/xtensa/xtfpga.c                            |  4 +-
 include/system/memory.h                       | 76 -------------------
 .../memory-region-housekeeping.cocci          | 42 +---------
 system/memory.c                               | 73 +++++-------------
 10 files changed, 47 insertions(+), 201 deletions(-)

-- 
2.41.3



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

end of thread, other threads:[~2026-01-30 21:14 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-29 16:20 [PATCH 0/4] memory: Remove most _nomigrate variants BALATON Zoltan
2026-01-29 16:20 ` [PATCH 1/4] memory: Remove memory_region_init_rom_device_nomigrate() BALATON Zoltan
2026-01-29 23:29   ` Philippe Mathieu-Daudé
2026-01-29 16:20 ` [PATCH 2/4] hw/display/{cg3.tcx}: Do not use memory_region_init_rom_nomigrate() BALATON Zoltan
2026-01-29 16:30   ` Peter Maydell
2026-01-29 17:20     ` BALATON Zoltan
2026-01-29 18:19       ` Peter Maydell
2026-01-29 19:08         ` BALATON Zoltan
2026-01-29 20:22           ` Peter Maydell
2026-01-29 22:28             ` BALATON Zoltan
2026-01-30 19:24             ` Mark Cave-Ayland
2026-01-30 21:14               ` BALATON Zoltan
2026-01-29 16:20 ` [PATCH 3/4] memory: Remove memory_region_init_rom_nomigrate() BALATON Zoltan
2026-01-29 16:20 ` [PATCH 4/4] memory: Remove memory_region_init_ram_nomigrate() BALATON Zoltan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.