Re: [PATCH] system/physmem: Fix cpu_memory_rw_debug for armv7m MPU

2024-11-24 Thread xndcn
Got it, thanks. It seems like there is still a lot of work surrounding the API, so I create a issue to track it https://gitlab.com/qemu-project/qemu/-/issues/2697 On Mon, Nov 25, 2024 at 5:23 AM Richard Henderson wrote: > > On 11/23/24 22:30, xndcn wrote: > > Thanks. This pa

Re: [PATCH] system/physmem: Fix cpu_memory_rw_debug for armv7m MPU

2024-11-23 Thread xndcn
Thanks. This patch at least guarantees normal read/write access to addresses with r/w flags, although there is still a risk of misidentifying accessible regions within continuous address spaces. Actually, initially I did write a patch with a modified page size as an argument, but I soon found that