mirror of
https://gitlab.com/qemu-project/qemu.git
synced 2026-08-26 22:23:12 -04:00
The following cpu_physical_memory_*() methods do not involve any vCPU but only access physical memory: - cpu_physical_memory_read() - cpu_physical_memory_write() - cpu_physical_memory_map() - cpu_physical_memory_unmap() Rename them removing the 'cpu_' prefix, and move then to the "system/physmem.h" header with the other methods involved in global physical address space. Mechanical change using sed, then adding missing headers manually. No logical change intended. Signed-off-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20260616020839.19104-7-philmd@oss.qualcomm.com> |
||
|---|---|---|
| .. | ||
| cpu-reset.cocci | ||
| cpu_restore_state.cocci | ||
| device-reset.cocci | ||
| err-bad-newline.cocci | ||
| error-use-after-free.cocci | ||
| error_propagate_null.cocci | ||
| errp-guard.cocci | ||
| exec_rw_const.cocci | ||
| inplace-byteswaps.cocci | ||
| memory-region-housekeeping.cocci | ||
| overflow_muldiv64.cocci | ||
| qobject.cocci | ||
| qom-parent-type.cocci | ||
| remove_local_err.cocci | ||
| remove_muldiv64.cocci | ||
| reset-type.cocci | ||
| return_directly.cocci | ||
| round.cocci | ||
| simplify_muldiv64.cocci | ||
| swap_muldiv64.cocci | ||
| tcg_gen_extract.cocci | ||
| timer-del-timer-free.cocci | ||
| typecast.cocci | ||
| use-error_fatal.cocci | ||
| use-g_new-etc.cocci | ||