All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] memory: Remove most _nomigrate variants
@ 2026-02-03 16:22 BALATON Zoltan
  2026-02-03 16:22 ` [PATCH v3 1/7] hw/display/{cg3,tcx}: Do not use memory_region_init_rom_nomigrate() BALATON Zoltan
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: BALATON Zoltan @ 2026-02-03 16:22 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Xu, Akihiko Odaki, Paolo Bonzini, Mark Cave-Ayland,
	Gerd Hoffmann, Max Filippov, Peter Maydell,
	Philippe Mathieu-Daudé

v3:
- rebased on master after some patches were merged
- drop some more line from memory-region-housekeeping.cocci
- added comment to explain what factored out helper does
- some more clean ups included

BALATON Zoltan (7):
  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()
  memory: Factor out common ram region initialization
  memory: Add internal memory_region_register_ram function
  memory: Shorten memory_region_init_rom_device
  memory: Factor out more common ram region initialization

 docs/devel/memory.rst                         |   9 +-
 hw/display/cg3.c                              |   6 +-
 hw/display/tcx.c                              |  11 +-
 hw/display/vga.c                              |   4 +-
 hw/sparc/sun4m.c                              |  15 +-
 hw/sparc64/sun4u.c                            |   9 +-
 hw/xtensa/xtfpga.c                            |   4 +-
 include/system/memory.h                       |  49 ----
 .../memory-region-housekeeping.cocci          |  47 ----
 system/memory.c                               | 265 ++++++------------
 10 files changed, 117 insertions(+), 302 deletions(-)

-- 
2.41.3



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

end of thread, other threads:[~2026-02-03 16:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-03 16:22 [PATCH v3 0/7] memory: Remove most _nomigrate variants BALATON Zoltan
2026-02-03 16:22 ` [PATCH v3 1/7] hw/display/{cg3,tcx}: Do not use memory_region_init_rom_nomigrate() BALATON Zoltan
2026-02-03 16:22 ` [PATCH v3 2/7] memory: Remove memory_region_init_rom_nomigrate() BALATON Zoltan
2026-02-03 16:22 ` [PATCH v3 3/7] memory: Remove memory_region_init_ram_nomigrate() BALATON Zoltan
2026-02-03 16:22 ` [PATCH v3 4/7] memory: Factor out common ram region initialization BALATON Zoltan
2026-02-03 16:22 ` [PATCH v3 5/7] memory: Add internal memory_region_register_ram function BALATON Zoltan
2026-02-03 16:22 ` [PATCH v3 6/7] memory: Shorten memory_region_init_rom_device BALATON Zoltan
2026-02-03 16:22 ` [PATCH v3 7/7] memory: Factor out more common ram region initialization 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.