Re: [PATCH 09/11] i386/hvf: Print hex pairs for each opcode byte in decode error

2024-12-10 Thread Phil Dennis-Jordan
On Mon, 9 Dec 2024 at 21:54, Philippe Mathieu-Daudé wrote: > On 9/12/24 21:36, p...@philjordan.eu wrote: > > From: Phil Dennis-Jordan > > > > Printing a sequence of bytes as hex with leading zeroes omitted just > looks odd. > > Reviewed-by: Philippe Mathieu-Daudé > > > > > Signed-off-by: Phil D

Re: [PATCH 09/11] i386/hvf: Print hex pairs for each opcode byte in decode error

2024-12-09 Thread Philippe Mathieu-Daudé
On 9/12/24 21:36, p...@philjordan.eu wrote: From: Phil Dennis-Jordan Printing a sequence of bytes as hex with leading zeroes omitted just looks odd. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Phil Dennis-Jordan --- target/i386/hvf/x86_decode.c | 2 +- 1 file changed, 1 inserti

[PATCH 09/11] i386/hvf: Print hex pairs for each opcode byte in decode error

2024-12-09 Thread phil
From: Phil Dennis-Jordan Printing a sequence of bytes as hex with leading zeroes omitted just looks odd. Signed-off-by: Phil Dennis-Jordan --- target/i386/hvf/x86_decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/i386/hvf/x86_decode.c b/target/i386/hvf/x86_dec