Re: [PATCH 07/10] accel/tcg: use QEMU_IOTHREAD_LOCK_GUARD to cover the exit
On 3/20/23 03:10, Alex Bennée wrote: This avoids us having to make sure each exit path does an unlock. Signed-off-by: Alex Bennée --- accel/tcg/cpu-exec.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) Reviewed-by: Richard Henderson r~
Re: [PATCH 07/10] accel/tcg: use QEMU_IOTHREAD_LOCK_GUARD to cover the exit
On 20/3/23 11:10, Alex Bennée wrote: This avoids us having to make sure each exit path does an unlock. Signed-off-by: Alex Bennée --- accel/tcg/cpu-exec.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) Reviewed-by: Philippe Mathieu-Daudé