On 9/14/20 2:34 PM, Greg Kurz wrote: > As recommended in "qapi/error.h", return true on success and false on > failure. This allows to reduce error propagation overhead in the callers. > > Signed-off-by: Greg Kurz <[email protected]> > --- > include/hw/ppc/spapr_drc.h | 2 +- > hw/ppc/spapr.c | 15 +++------------ > hw/ppc/spapr_drc.c | 5 +++-- > hw/ppc/spapr_nvdimm.c | 5 +---- > hw/ppc/spapr_pci.c | 5 +---- > 5 files changed, 9 insertions(+), 23 deletions(-)
Good cleanup. Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
