On 29/02/2024 17:56, Alex Bennée wrote:
I think there is some scope to re-factor some code that is shared with
cpu_memory_rw_debug. In fact rather than using this to feed
mcd_read_write_memory() maybe you really just want a
cpu_physical_memory_rw_debug()?
Although as you are going from vaddr an
Nicolas Eder writes:
> ---
> include/exec/cpu-common.h | 3 +++
> include/exec/memory.h | 9 +
> system/memory.c | 11 +++
> system/physmem.c | 26 ++
> 4 files changed, 49 insertions(+)
>
> diff --git a/include/exec/cpu-common.h b
---
include/exec/cpu-common.h | 3 +++
include/exec/memory.h | 9 +
system/memory.c | 11 +++
system/physmem.c | 26 ++
4 files changed, 49 insertions(+)
diff --git a/include/exec/cpu-common.h b/include/exec/cpu-common.h
index 41115