Re: [PATCH v1 21/22] target/i386: use CPU_LOG_INT for IRQ servicing

2022-01-26 Thread Richard Henderson
On 1/25/22 7:16 AM, Alex Bennée wrote: I think these have been wrong since f193c7979c (do not depend on thunk.h - more log items). Fix them so as not to confuse other debugging. Signed-off-by: Alex Bennée --- target/i386/tcg/sysemu/seg_helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 del

Re: [PATCH v1 21/22] target/i386: use CPU_LOG_INT for IRQ servicing

2022-01-24 Thread Philippe Mathieu-Daudé via
On 1/24/22 21:16, Alex Bennée wrote: > I think these have been wrong since f193c7979c (do not depend on > thunk.h - more log items). Fix them so as not to confuse other > debugging. > > Signed-off-by: Alex Bennée > --- > target/i386/tcg/sysemu/seg_helper.c | 4 ++-- > 1 file changed, 2 insertion

[PATCH v1 21/22] target/i386: use CPU_LOG_INT for IRQ servicing

2022-01-24 Thread Alex Bennée
I think these have been wrong since f193c7979c (do not depend on thunk.h - more log items). Fix them so as not to confuse other debugging. Signed-off-by: Alex Bennée --- target/i386/tcg/sysemu/seg_helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/i386/tcg/sy