Re: [PATCH] physmem: allow debug writes to MMIO regions

2024-05-20 Thread Perry Hung
? -perry On 5/20/24 10:22 AM, Peter Maydell wrote: On Wed, 15 May 2024 at 13:49, Philippe Mathieu-Daudé wrote: Hi Perry, On 14/5/24 01:33, Perry Hung wrote: Writes from GDB to memory-mapped IO regions are currently silently dropped. cpu_memory_rw_debug() calls address_space_write_rom(), which

[PATCH] physmem: allow debug writes to MMIO regions

2024-05-13 Thread Perry Hung
. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/213 Signed-off-by: Perry Hung --- system/physmem.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/system/physmem.c b/system/physmem.c index 342b7a8fd4..013cdd2ab1 100644 --- a/system/physmem.c +++ b/system/physmem.c