On 06/25/2018 05:41 AM, Philippe Mathieu-Daudé wrote: > Code change produced with: > > $ git ls-files | egrep '\.[ch]$' | \ > xargs sed -i -e 's/\(\W[KMGTPE]\)_BYTE/\1iB/g' > > Suggested-by: Stefan Weil <s...@weilnetz.de> > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > Acked-by: David Gibson <da...@gibson.dropbear.id.au> (ppc parts) > --- > include/qemu/cutils.h | 8 +------- > hw/arm/msf2-soc.c | 4 ++-- > hw/arm/msf2-som.c | 6 +++--- > hw/core/loader-fit.c | 3 ++- > hw/core/machine.c | 2 +- > hw/display/sm501.c | 14 +++++++------- > hw/hppa/machine.c | 2 +- > hw/mips/boston.c | 28 ++++++++++++++-------------- > hw/ppc/pnv.c | 4 ++-- > hw/ppc/ppc440_uc.c | 26 +++++++++++++------------- > hw/ppc/prep.c | 2 +- > hw/ppc/sam460ex.c | 2 +- > hw/ppc/spapr.c | 10 +++++----- > hw/ppc/spapr_rtas.c | 2 +- > hw/sd/sd.c | 4 ++-- > hw/sd/sdhci.c | 2 +- > tests/test-cutils.c | 18 +++++++++--------- > tests/test-keyval.c | 6 +++--- > tests/test-qemu-opts.c | 7 +++---- > 19 files changed, 72 insertions(+), 78 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~