On 9/30/25 01:21, Philippe Mathieu-Daudé wrote:
The legacy cpu_physical_memory_rw() method is no more used, remove it.Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- docs/devel/loads-stores.rst | 4 +--- scripts/coccinelle/exec_rw_const.cocci | 10 ---------- include/exec/cpu-common.h | 2 -- system/physmem.c | 7 ------- 4 files changed, 1 insertion(+), 22 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
