Re: [Qemu-devel] [PATCH 1/3] elf-loader: warn about invalid endianess

2017-06-27 Thread Michael Tokarev
23.06.2017 19:45, Philippe Mathieu-Daudé wrote: > fprintf(stderr) is how errors are reported in this file. Applied to -trivial (with typo fix), thanks! /mjt

[Qemu-devel] [PATCH 1/3] elf-loader: warn about invalid endianess

2017-06-23 Thread Philippe Mathieu-Daudé
fprintf(stderr) is how errors are reported in this file. Signed-off-by: Philippe Mathieu-Daudé --- hw/core/loader.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/core/loader.c b/hw/core/loader.c index f72930ca4a..094f24627f 100644 --- a/hw/core/loader.c +++ b/hw/core/loader.c @@ -478,6

Re: [Qemu-devel] [PATCH 1/3] elf-loader: warn about invalid endianess

2017-06-23 Thread Peter Maydell
On 23 June 2017 at 17:45, Philippe Mathieu-Daudé wrote: > fprintf(stderr) is how errors are reported in this file. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/core/loader.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/hw/core/loader.c b/hw/core/loader.c > index f72930ca4a..0