Re: [PATCH v2 0/7] physmem: teach cpu_memory_rw_debug() to write to more memory regions

2025-02-04 Thread David Hildenbrand
On 04.02.25 15:46, Peter Xu wrote: On Fri, Jan 24, 2025 at 04:45:25PM +0100, David Hildenbrand wrote: This is a follow-up to [1], implementing it by avoiding the use of address_space_write_rom() in cpu_memory_rw_debug() completely, and teaching address_space_write() about debug access instead, t

Re: [PATCH v2 0/7] physmem: teach cpu_memory_rw_debug() to write to more memory regions

2025-02-04 Thread David Hildenbrand
On 03.02.25 17:49, Peter Xu wrote: On Fri, Jan 24, 2025 at 04:45:25PM +0100, David Hildenbrand wrote: This is a follow-up to [1], implementing it by avoiding the use of address_space_write_rom() in cpu_memory_rw_debug() completely, and teaching address_space_write() about debug access instead, t

Re: [PATCH v2 0/7] physmem: teach cpu_memory_rw_debug() to write to more memory regions

2025-02-04 Thread Peter Xu
On Fri, Jan 24, 2025 at 04:45:25PM +0100, David Hildenbrand wrote: > This is a follow-up to [1], implementing it by avoiding the use of > address_space_write_rom() in cpu_memory_rw_debug() completely, and > teaching address_space_write() about debug access instead, the can also > write to ROM. > >

Re: [PATCH v2 0/7] physmem: teach cpu_memory_rw_debug() to write to more memory regions

2025-02-03 Thread Peter Xu
On Fri, Jan 24, 2025 at 04:45:25PM +0100, David Hildenbrand wrote: > This is a follow-up to [1], implementing it by avoiding the use of > address_space_write_rom() in cpu_memory_rw_debug() completely, and > teaching address_space_write() about debug access instead, the can also > write to ROM. > >

[PATCH v2 0/7] physmem: teach cpu_memory_rw_debug() to write to more memory regions

2025-01-24 Thread David Hildenbrand
This is a follow-up to [1], implementing it by avoiding the use of address_space_write_rom() in cpu_memory_rw_debug() completely, and teaching address_space_write() about debug access instead, the can also write to ROM. The goal is to let GDB via cpu_memory_rw_debug() to also properly write to MMI