Re: [PATCH] accel: kvm: clarify that extra exit data is hexadecimal

2021-04-30 Thread Laurent Vivier
Le 28/04/2021 à 16:24, David Edmondson a écrit : > When dumping the extra exit data provided by KVM, make it clear that > the data is hexadecimal. > > At the same time, zero-pad the output. > > Signed-off-by: David Edmondson > --- > accel/kvm/kvm-all.c | 2 +- > 1 file changed, 1 insertion(+),

Re: [PATCH] accel: kvm: clarify that extra exit data is hexadecimal

2021-04-28 Thread Philippe Mathieu-Daudé
On 4/28/21 4:24 PM, David Edmondson wrote: > When dumping the extra exit data provided by KVM, make it clear that > the data is hexadecimal. > > At the same time, zero-pad the output. > > Signed-off-by: David Edmondson > --- > accel/kvm/kvm-all.c | 2 +- > 1 file changed, 1 insertion(+), 1 dele

[PATCH] accel: kvm: clarify that extra exit data is hexadecimal

2021-04-28 Thread David Edmondson
When dumping the extra exit data provided by KVM, make it clear that the data is hexadecimal. At the same time, zero-pad the output. Signed-off-by: David Edmondson --- accel/kvm/kvm-all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accel/kvm/kvm-all.c b/accel/kvm/kvm-all