Re: [Qemu-devel] [PATCH] linux-user, trivial: display "0x%x" instead of "0x%d"

2016-07-26 Thread Michael Tokarev
20.06.2016 12:51, Laurent Vivier wrote: > Display an exception number, generally defined as an hexadecimal > number (for instance, EXCP_HLT is 0x10001). Applied to -trivial, thanks! /mjt

Re: [Qemu-devel] [PATCH] linux-user, trivial: display "0x%x" instead of "0x%d"

2016-06-21 Thread Riku Voipio
On Mon, Jun 20, 2016 at 11:51:32AM +0200, Laurent Vivier wrote: > Display an exception number, generally defined as an hexadecimal > number (for instance, EXCP_HLT is 0x10001). Acked-by: Riku Voipio > Signed-off-by: Laurent Vivier > --- > Resent to

Re: [Qemu-devel] [PATCH] linux-user, trivial: display "0x%x" instead of "0x%d"

2016-06-20 Thread Laurent Vivier
Le 20/06/2016 à 18:49, Eric Blake a écrit : > On 06/20/2016 03:51 AM, Laurent Vivier wrote: >> Display an exception number, generally defined as an hexadecimal >> number (for instance, EXCP_HLT is 0x10001). >> >> Signed-off-by: Laurent Vivier >> --- >> Resent to fix

Re: [Qemu-devel] [PATCH] linux-user, trivial: display "0x%x" instead of "0x%d"

2016-06-20 Thread Eric Blake
On 06/20/2016 03:51 AM, Laurent Vivier wrote: > Display an exception number, generally defined as an hexadecimal > number (for instance, EXCP_HLT is 0x10001). > > Signed-off-by: Laurent Vivier > --- > Resent to fix qemu-trivial email address. > > linux-user/main.c | 2 +- >

[Qemu-devel] [PATCH] linux-user, trivial: display "0x%x" instead of "0x%d"

2016-06-20 Thread Laurent Vivier
Display an exception number, generally defined as an hexadecimal number (for instance, EXCP_HLT is 0x10001). Signed-off-by: Laurent Vivier --- Resent to fix qemu-trivial email address. linux-user/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git