Re: [PATCH] target/i386: Fix OUTL debug output

2020-05-21 Thread Paolo Bonzini
On 19/05/20 14:23, Philippe Mathieu-Daudé wrote: > On 5/19/20 5:39 AM, Richard Henderson wrote: >> On 5/17/20 4:01 AM, Philippe Mathieu-Daudé wrote: >>> Fix OUTL instructions incorrectly displayed as OUTW. >>> >>> Signed-off-by: Philippe Mathieu-Daudé >>> --- >>>   target/i386/misc_helper.c | 2 +-

Re: [PATCH] target/i386: Fix OUTL debug output

2020-05-19 Thread Philippe Mathieu-Daudé
On 5/19/20 5:39 AM, Richard Henderson wrote: On 5/17/20 4:01 AM, Philippe Mathieu-Daudé wrote: Fix OUTL instructions incorrectly displayed as OUTW. Signed-off-by: Philippe Mathieu-Daudé --- target/i386/misc_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Richar

Re: [PATCH] target/i386: Fix OUTL debug output

2020-05-18 Thread Richard Henderson
On 5/17/20 4:01 AM, Philippe Mathieu-Daudé wrote: > Fix OUTL instructions incorrectly displayed as OUTW. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/i386/misc_helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Richard Henderson as far as it goes. We sh

[PATCH] target/i386: Fix OUTL debug output

2020-05-17 Thread Philippe Mathieu-Daudé
Fix OUTL instructions incorrectly displayed as OUTW. Signed-off-by: Philippe Mathieu-Daudé --- target/i386/misc_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/i386/misc_helper.c b/target/i386/misc_helper.c index 7d61221024..b6b1d41b14 100644 --- a/target/i386