Re: [PATCH v17 13/16] disas: Allow monitor_disas to read from ram_addr_t

2023-10-15 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > On 3/10/23 20:30, Richard Henderson wrote: >> From: "Vanderson M. do Rosario" >> Introduce a MonitorDisasSpace to replace the current is_physical >> boolean argument to monitor_disas. Generate an error if we attempt >> to read past the end of a single RAMBlock

Re: [PATCH v17 13/16] disas: Allow monitor_disas to read from ram_addr_t

2023-10-10 Thread Philippe Mathieu-Daudé
On 3/10/23 20:30, Richard Henderson wrote: From: "Vanderson M. do Rosario" Introduce a MonitorDisasSpace to replace the current is_physical boolean argument to monitor_disas. Generate an error if we attempt to read past the end of a single RAMBlock. Signed-off-by: Vanderson M. do Rosario Sig

[PATCH v17 13/16] disas: Allow monitor_disas to read from ram_addr_t

2023-10-03 Thread Richard Henderson
From: "Vanderson M. do Rosario" Introduce a MonitorDisasSpace to replace the current is_physical boolean argument to monitor_disas. Generate an error if we attempt to read past the end of a single RAMBlock. Signed-off-by: Vanderson M. do Rosario Signed-off-by: Alex Bennée Signed-off-by: Fei W