mbox series

[QEMU-PPC,0/2] Enable mitigations by default for pseries-4.0 machine type

Message ID 20190301044609.9626-1-sjitindarsingh@gmail.com (mailing list archive)
Headers show
Series Enable mitigations by default for pseries-4.0 machine type | expand

Message

Suraj Jitindar Singh March 1, 2019, 4:46 a.m. UTC
This series is based on the ppc-for-4.0 branch with my large-decrementer
and count-cache-flush series applied.

Suraj Jitindar Singh (2):
  target/ppc/tcg: make spapr_caps apply cap-[cfpc/sbbc/ibs] non-fatal
    for tcg
  target/ppc/spapr: Enable mitigations by default for pseries-4.0
    machine type

 hw/ppc/spapr.c      |  9 ++++++---
 hw/ppc/spapr_caps.c | 33 ++++++++++++++++++++++++---------
 2 files changed, 30 insertions(+), 12 deletions(-)

Comments

David Gibson March 4, 2019, 1:27 a.m. UTC | #1
On Fri, Mar 01, 2019 at 03:46:07PM +1100, Suraj Jitindar Singh wrote:
> This series is based on the ppc-for-4.0 branch with my large-decrementer
> and count-cache-flush series applied.
> 
> Suraj Jitindar Singh (2):
>   target/ppc/tcg: make spapr_caps apply cap-[cfpc/sbbc/ibs] non-fatal
>     for tcg
>   target/ppc/spapr: Enable mitigations by default for pseries-4.0
>     machine type

Applied to ppc-for-4.0, thanks.

> 
>  hw/ppc/spapr.c      |  9 ++++++---
>  hw/ppc/spapr_caps.c | 33 ++++++++++++++++++++++++---------
>  2 files changed, 30 insertions(+), 12 deletions(-)
>