Hi, This the last round I had on my queue for 5.2. Basically ensuring that meaningful negative errnos get propagated to VMState, with some fairly simple cleanups on the way.
--- Greg Kurz (4): spapr: qemu_memalign() doesn't return NULL spapr: Use error_append_hint() in spapr_reallocate_hpt() target/ppc: Fix kvmppc_load_htab_chunk() error reporting spapr: Improve spapr_reallocate_hpt() error reporting hw/ppc/spapr.c | 36 ++++++++++++++++++------------------ hw/ppc/spapr_hcall.c | 8 ++------ include/hw/ppc/spapr.h | 3 +-- target/ppc/kvm.c | 11 +++++------ target/ppc/kvm_ppc.h | 5 +++-- 5 files changed, 29 insertions(+), 34 deletions(-) -- Greg