diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-09-30 10:14:35 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-10-07 05:03:56 +0200 |
| commit | 5b7502234c7ede51ab6e684b6abc64d5fee3c1a1 (patch) | |
| tree | 09687fa19141282645fff5c969e4d3696768f1b2 /scripts/lib/kdoc/kdoc_parser.py | |
| parent | be481476bae495191c1184b368531401a5584904 (diff) | |
| download | qemu-5b7502234c7ede51ab6e684b6abc64d5fee3c1a1.zip qemu-5b7502234c7ede51ab6e684b6abc64d5fee3c1a1.tar.gz qemu-5b7502234c7ede51ab6e684b6abc64d5fee3c1a1.tar.bz2 | |
system/physmem: Avoid cpu_physical_memory_rw when is_write is constant
Following the mechanical changes of commit adeefe01671 ("Avoid
cpu_physical_memory_rw() with a constant is_write argument"),
replace:
- cpu_physical_memory_rw(, is_write=false) -> address_space_read()
- cpu_physical_memory_rw(, is_write=true) -> address_space_write()
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20251002084203.63899-15-philmd@linaro.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_parser.py')
0 files changed, 0 insertions, 0 deletions
