Re: [PATCH] physmem: allow cpu_memory_rw_debug to write to MMIO devices

2024-12-20 Thread David Hildenbrand
On 18.12.24 20:31, Stefan Zabka wrote: Resolves: https://gitlab.com/qemu-project/qemu/-/issues/213 Signed-off-by: Stefan Zabka --- system/physmem.c | 22 ++ 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/system/physmem.c b/system/physmem.c index dc1db3a384.

[PATCH] physmem: allow cpu_memory_rw_debug to write to MMIO devices

2024-12-18 Thread Stefan Zabka
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/213 Signed-off-by: Stefan Zabka --- system/physmem.c | 22 ++ 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/system/physmem.c b/system/physmem.c index dc1db3a384..53cdccefcb 100644 --- a/system/physmem.c +

Re: [PATCH] physmem: allow cpu_memory_rw_debug to write to MMIO devices

2024-12-18 Thread vringar
Sorry, I forgot to add the following comments: 1. This is my first time contributing via e-mail. Please lmk if I got anything wrong. 2. This is a minimally adapted version of the change proposed by andreas-rasmusson in the linked bug. Do I need to credit them in the patch?