[Qemu-devel] [PATCH 0/3] spapr: XIVE and CAS fixes

Cédric Le Goater posted 3 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170908143344.12960-1-clg@kaod.org
Test checkpatch passed
Test docker passed
Test s390x passed
hw/ppc/spapr.c              |  8 ++++++--
hw/ppc/spapr_hcall.c        | 13 +++++++++++++
include/hw/ppc/spapr_ovec.h |  3 ++-
3 files changed, 21 insertions(+), 3 deletions(-)
[Qemu-devel] [PATCH 0/3] spapr: XIVE and CAS fixes
Posted by Cédric Le Goater 6 years, 7 months ago
Hello,

Here are a couple of fixes, one for the XIVE exploitation mode option
bit which is clearly specified now and for one for the CAS generated
resets.

Last is a proposal to handle the rebuild of the device tree using a
reset when the XIVE exploitation mode is negotiated with CAS. 

The full tree is here:

  https://github.com/legoater/qemu/commits/xive

XIVE support for Linux is now merged in 4.14.

Thanks,

C.

Cédric Le Goater (3):
  ppc/xive: fix OV5_XIVE_EXPLOIT bits
  spapr: fix CAS-generated reset
  spapr: generate a CAS reset for XIVE exploitation mode

 hw/ppc/spapr.c              |  8 ++++++--
 hw/ppc/spapr_hcall.c        | 13 +++++++++++++
 include/hw/ppc/spapr_ovec.h |  3 ++-
 3 files changed, 21 insertions(+), 3 deletions(-)

-- 
2.13.5


Re: [Qemu-devel] [Qemu-ppc] [PATCH 0/3] spapr: XIVE and CAS fixes
Posted by Cédric Le Goater 6 years, 7 months ago
On 09/08/2017 04:33 PM, Cédric Le Goater wrote:
> Hello,
> 
> Here are a couple of fixes, one for the XIVE exploitation mode option
> bit which is clearly specified now and for one for the CAS generated
> resets.
> 
> Last is a proposal to handle the rebuild of the device tree using a
> reset when the XIVE exploitation mode is negotiated with CAS. 

I should have copied Sam on this topic for some insights. 

Thanks,

C. 


> The full tree is here:
> 
>   https://github.com/legoater/qemu/commits/xive
> 
> XIVE support for Linux is now merged in 4.14.
> 
> Thanks,
> 
> C.
> 
> Cédric Le Goater (3):
>   ppc/xive: fix OV5_XIVE_EXPLOIT bits
>   spapr: fix CAS-generated reset
>   spapr: generate a CAS reset for XIVE exploitation mode
> 
>  hw/ppc/spapr.c              |  8 ++++++--
>  hw/ppc/spapr_hcall.c        | 13 +++++++++++++
>  include/hw/ppc/spapr_ovec.h |  3 ++-
>  3 files changed, 21 insertions(+), 3 deletions(-)
>