diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-09-29 15:58:17 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-10-07 05:03:56 +0200 |
| commit | e98ae807c42e5c9f5089c947f7c6ef444248a946 (patch) | |
| tree | 45dc14830cebd652fdb22a442312b2dfe0af78ba /docs/devel | |
| parent | 5b7502234c7ede51ab6e684b6abc64d5fee3c1a1 (diff) | |
| download | focaccia-qemu-e98ae807c42e5c9f5089c947f7c6ef444248a946.tar.gz focaccia-qemu-e98ae807c42e5c9f5089c947f7c6ef444248a946.zip | |
system/physmem: Remove legacy cpu_physical_memory_rw()
The legacy cpu_physical_memory_rw() method is no more used, remove it. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20251002084203.63899-16-philmd@linaro.org>
Diffstat (limited to 'docs/devel')
| -rw-r--r-- | docs/devel/loads-stores.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/devel/loads-stores.rst b/docs/devel/loads-stores.rst index f9b565da57..c906c6509e 100644 --- a/docs/devel/loads-stores.rst +++ b/docs/devel/loads-stores.rst @@ -460,10 +460,8 @@ For new code they are better avoided: ``cpu_physical_memory_write`` -``cpu_physical_memory_rw`` - Regexes for git grep: - - ``\<cpu_physical_memory_\(read\|write\|rw\)\>`` + - ``\<cpu_physical_memory_\(read\|write\)\>`` ``cpu_memory_rw_debug`` ~~~~~~~~~~~~~~~~~~~~~~~ |