diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-09-29 13:58:03 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-10-07 05:03:56 +0200 |
| commit | 8bf3a883088b65430f58aeb3d2d1db87f01eabec (patch) | |
| tree | 7e9452a90b8b0ccdc64e257da4e131599d5e1312 /docs/devel/submitting-a-pull-request.rst | |
| parent | 1085a44ebb55346b30888ce1b7b18565a719f78b (diff) | |
| download | focaccia-qemu-8bf3a883088b65430f58aeb3d2d1db87f01eabec.tar.gz focaccia-qemu-8bf3a883088b65430f58aeb3d2d1db87f01eabec.zip | |
system/physmem: Reduce cpu_physical_memory_sync_dirty_bitmap() scope
cpu_physical_memory_sync_dirty_bitmap() is now only called within system/physmem.c, by ramblock_sync_dirty_bitmap(). Reduce its scope by making it internal to this file. Since it doesn't involve any CPU, remove the 'cpu_' prefix. Remove the now unneeded "qemu/rcu.h" and "system/memory.h" headers. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20251001175448.18933-17-philmd@linaro.org>
Diffstat (limited to 'docs/devel/submitting-a-pull-request.rst')
0 files changed, 0 insertions, 0 deletions