On Wed, Oct 01, 2025 at 05:05:26PM +0200, Philippe Mathieu-Daudé wrote: > Date: Wed, 1 Oct 2025 17:05:26 +0200 > From: Philippe Mathieu-Daudé <[email protected]> > Subject: [PATCH 21/22] exec/cpu: Declare cpu_memory_rw_debug() in > 'hw/core/cpu.h' and document > X-Mailer: git-send-email 2.51.0 > > cpu_memory_rw_debug() dispatches to CPUClass::memory_rw_debug(), > move its declaration closer to the CPU API. Document. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > include/exec/cpu-common.h | 4 ---- > include/hw/core/cpu.h | 20 ++++++++++++++++++++ > 2 files changed, 20 insertions(+), 4 deletions(-)
Reviewed-by: Zhao Liu <[email protected]>
