Re: [PATCH v4 05/13] accel/tcg: Init TCG cflags in vCPU thread handler

2022-06-20 Thread Richard Henderson
On 3/23/22 10:17, Philippe Mathieu-Daudé wrote: From: Philippe Mathieu-Daudé Move TCG cflags initialization to thread handler. Remove the duplicated assert checks. Signed-off-by: Philippe Mathieu-Daudé --- accel/tcg/tcg-accel-ops-mttcg.c | 5 ++--- accel/tcg/tcg-accel-ops-rr.c| 7 +++--

Re: [PATCH v4 05/13] accel/tcg: Init TCG cflags in vCPU thread handler

2022-03-23 Thread Richard Henderson
On 3/23/22 10:17, Philippe Mathieu-Daudé wrote: From: Philippe Mathieu-Daudé Move TCG cflags initialization to thread handler. Remove the duplicated assert checks. Signed-off-by: Philippe Mathieu-Daudé --- accel/tcg/tcg-accel-ops-mttcg.c | 5 ++--- accel/tcg/tcg-accel-ops-rr.c| 7 +++

[PATCH v4 05/13] accel/tcg: Init TCG cflags in vCPU thread handler

2022-03-23 Thread Philippe Mathieu-Daudé
From: Philippe Mathieu-Daudé Move TCG cflags initialization to thread handler. Remove the duplicated assert checks. Signed-off-by: Philippe Mathieu-Daudé --- accel/tcg/tcg-accel-ops-mttcg.c | 5 ++--- accel/tcg/tcg-accel-ops-rr.c| 7 +++ 2 files changed, 5 insertions(+), 7 deletions(-)