[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 1/4] spapr: Register and handle HCALL to rece
From: |
David Gibson |
Subject: |
Re: [Qemu-devel] [PATCH v2 1/4] spapr: Register and handle HCALL to receive updated RTAS region |
Date: |
Thu, 17 Dec 2015 14:25:01 +1100 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
On Wed, Dec 16, 2015 at 11:38:13AM +0530, Aravinda Prasad wrote:
> Receive updates from SLOF about the updated rtas-base.
> A separate patch for SLOF [1] adds functionality to invoke
> a private HCALL whenever OS issues instantiate-rtas with
> a new rtas-base.
>
> This is required as QEMU needs to know the updated rtas-base
> as it allocates error reporting structure in RTAS space upon
> a machine check exception.
>
> [1] https://lists.ozlabs.org/pipermail/linuxppc-dev/2014-August/120386.html
>
> Signed-off-by: Aravinda Prasad <address@hidden>
Reviewed-by: David Gibson <address@hidden>
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
signature.asc
Description: PGP signature
- [Qemu-devel] [PATCH v2 0/4] target-ppc/spapr: Add FWNMI support in QEMU for PowerKVM guests, Aravinda Prasad, 2015/12/16
- [Qemu-devel] [PATCH v2 1/4] spapr: Register and handle HCALL to receive updated RTAS region, Aravinda Prasad, 2015/12/16
- Re: [Qemu-devel] [PATCH v2 1/4] spapr: Register and handle HCALL to receive updated RTAS region,
David Gibson <=
- [Qemu-devel] [PATCH v2 2/4] spapr: Handle "ibm, nmi-register" and "ibm, nmi-interlock" RTAS calls, Aravinda Prasad, 2015/12/16
- [Qemu-devel] [PATCH v2 3/4] target-ppc: Handle NMI guest exit, Aravinda Prasad, 2015/12/16
- [Qemu-devel] [PATCH v2 4/4] spapr: Introduce FWNMI KVM capability, Aravinda Prasad, 2015/12/16