On 9/30/25 01:21, Philippe Mathieu-Daudé wrote:
In order to remove cpu_physical_memory_rw() in a pair of commits,
and due to a cyclic dependency between "exec/cpu-common.h" and
"system/memory.h", un-inline cpu_physical_memory_read() and
cpu_physical_memory_write() as a prerequired step.
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
include/exec/cpu-common.h | 12 ++----------
system/physmem.c | 10 ++++++++++
2 files changed, 12 insertions(+), 10 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~