Re: [PATCH v3 36/39] accel: Introduce accel_cpu_unrealize() stub

2023-09-18 Thread Philippe Mathieu-Daudé
On 16/9/23 23:41, Richard Henderson wrote: From: Philippe Mathieu-Daudé Prepare the stub for parity with accel_cpu_realize(). Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20230915190009.68404-3-phi...@linaro.org> Signed-off-by: Richard Henderson --- include/qemu/accel.h | 6 ++

[PATCH v3 36/39] accel: Introduce accel_cpu_unrealize() stub

2023-09-16 Thread Richard Henderson
From: Philippe Mathieu-Daudé Prepare the stub for parity with accel_cpu_realize(). Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20230915190009.68404-3-phi...@linaro.org> Signed-off-by: Richard Henderson --- include/qemu/accel.h | 6 ++ accel/accel-target.c | 4 cpu-target.c