Re: [PATCH v5 05/18] mcdstub: memory helper functions added

2024-03-05 Thread nicolas.e...@lauterbach.com
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

Re: [PATCH v5 05/18] mcdstub: memory helper functions added

2024-02-29 Thread Alex Bennée
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

[PATCH v5 05/18] mcdstub: memory helper functions added

2023-12-20 Thread Nicolas Eder
--- 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