[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/4] spapr: Error handling fixes and cleanups (round 5)
From: |
Greg Kurz |
Subject: |
Re: [PATCH 0/4] spapr: Error handling fixes and cleanups (round 5) |
Date: |
Mon, 26 Oct 2020 13:53:57 +0100 |
Heh... this is round 4 actually :)
On Mon, 26 Oct 2020 13:40:26 +0100
Greg Kurz <groug@kaod.org> wrote:
> 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
>
>
- [PATCH 2/4] spapr: Use error_append_hint() in spapr_reallocate_hpt(), (continued)
- Re: [PATCH 0/4] spapr: Error handling fixes and cleanups (round 5),
Greg Kurz <=