]> git.ipfire.org Git - thirdparty/qemu.git/commit
contrib/elf2dmp: Fix error reporting style in download.c
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Thu, 7 Mar 2024 10:20:49 +0000 (19:20 +0900)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 11 Mar 2024 17:06:06 +0000 (17:06 +0000)
commit1b806c36bc88a975cc10af219f1a397942f43e8d
tree890fce02d08199712f45f72a2f879687aaeef64d
parenta15f9749490e8d813b8929c69a7365e3edc6ab8c
contrib/elf2dmp: Fix error reporting style in download.c

include/qapi/error.h says:
> We recommend
> * bool-valued functions return true on success / false on failure,
> ...

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Tested-by: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20240307-elf2dmp-v4-6-4f324ad4d99d@daynix.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
contrib/elf2dmp/download.c
contrib/elf2dmp/download.h
contrib/elf2dmp/main.c