On 5/26/21 9:10 PM, Richard Henderson wrote: > On 5/17/21 4:55 AM, Philippe Mathieu-Daudé wrote: >> qmp_memsave() and qmp_pmemsave() call cpu_memory_rw_debug() >> and cpu_physical_memory_read(), which are target specific >> prototypes. > > Is there any reason they should be?
They use target_ulong. Should they use hwaddr instead? > In the short-term though, > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > > > r~ >