On Thu, 7 Mar 2024 at 10:21, Akihiko Odaki <akihiko.od...@daynix.com> wrote: > > include/qapi/error.h says: > > We recommend > > * bool-valued functions return true on success / false on failure, > > ... > > Signed-off-by: Akihiko Odaki <akihiko.od...@daynix.com> > --- > contrib/elf2dmp/pdb.h | 2 +- > contrib/elf2dmp/main.c | 2 +- > contrib/elf2dmp/pdb.c | 50 > +++++++++++++++++++++++++------------------------- > 3 files changed, 27 insertions(+), 27 deletions(-) >
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM