From: BALATON Zoltan <balaton@eik.bme.hu>
To: qemu-devel@nongnu.org
Cc: "Peter Xu" <peterx@redhat.com>,
"Akihiko Odaki" <odaki@rsg.ci.i.u-tokyo.ac.jp>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Mark Cave-Ayland" <mark.cave-ayland@ilande.co.uk>,
"Gerd Hoffmann" <kraxel@redhat.com>,
"Max Filippov" <jcmvbkbc@gmail.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>
Subject: [PATCH 0/4] memory: Remove most _nomigrate variants
Date: Thu, 29 Jan 2026 17:20:12 +0100 (CET) [thread overview]
Message-ID: <cover.1769703287.git.balaton@eik.bme.hu> (raw)
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
next reply other threads:[~2026-01-29 16:21 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-29 16:20 BALATON Zoltan [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1769703287.git.balaton@eik.bme.hu \
--to=balaton@eik.bme.hu \
--cc=jcmvbkbc@gmail.com \
--cc=kraxel@redhat.com \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=odaki@rsg.ci.i.u-tokyo.ac.jp \
--cc=pbonzini@redhat.com \
--cc=peterx@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.