Re: [Qemu-devel] [PATCH v5 46/46] bsd-user: Use the IEC binary prefix definitions

2018-06-27 Thread Richard Henderson
On 06/25/2018 05:42 AM, Philippe Mathieu-Daudé wrote: > It eases code review, unit is explicit. > > Patch generated using: > > $ git grep -n '[<>][<>]= ?[1-5]0' > > and modified manually. > > Suggested-by: Eric Blake > Signed-off-by: Philippe Mathieu-Daudé > --- > bsd-user/main.c | 5 +++--

[Qemu-devel] [PATCH v5 46/46] bsd-user: Use the IEC binary prefix definitions

2018-06-25 Thread Philippe Mathieu-Daudé
It eases code review, unit is explicit. Patch generated using: $ git grep -n '[<>][<>]= ?[1-5]0' and modified manually. Suggested-by: Eric Blake Signed-off-by: Philippe Mathieu-Daudé --- bsd-user/main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bsd-user/main.