Re: [PATCH v6 36/39] accel: Pass AccelState argument to gdbstub_supported_sstep_flags()

2025-07-04 Thread Zhao Liu
On Thu, Jul 03, 2025 at 07:32:42PM +0200, Philippe Mathieu-Daudé wrote: > Date: Thu, 3 Jul 2025 19:32:42 +0200 > From: Philippe Mathieu-Daudé > Subject: [PATCH v6 36/39] accel: Pass AccelState argument to > gdbstub_supported_sstep_flags() > X-Mailer: git-send-email 2.49.0 >

[PATCH v6 36/39] accel: Pass AccelState argument to gdbstub_supported_sstep_flags()

2025-07-03 Thread Philippe Mathieu-Daudé
In order to have AccelClass methods instrospect their state, we need to pass AccelState by argument. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson --- include/qemu/accel.h | 2 +- accel/accel-common.c | 2 +- accel/hvf/hvf-all.c | 2 +- accel/kvm/kvm-all.c | 2 +- accel