[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [QEMU-PPC] [RFC 0/3] target/ppc: Rework spapr_caps
From: |
Suraj Jitindar Singh |
Subject: |
[Qemu-ppc] [QEMU-PPC] [RFC 0/3] target/ppc: Rework spapr_caps |
Date: |
Tue, 9 Jan 2018 20:21:00 +1100 |
The following patch series reworks the implementation of spapr_caps
to allow for a increased number of possible values in the internal
representation.
It also adds 3 new tristate capabilities.
A new H-Call is implemented which a guest will use to query the
requirement for and availability of workarounds for certain cpu
behaviours.
Suraj Jitindar Singh (3):
hw/ppc/spapr_caps: Rework spapr_caps to use uint8 internal
representation
hw/spapr/spapr_caps: Add new caps
safe_[cache/bounds_check/indirect_branch]
target/ppc: Add H-Call H_GET_CPU_CHARACTERISTICS
hw/ppc/spapr.c | 25 ++-
hw/ppc/spapr_caps.c | 555 ++++++++++++++++++++++++++++++++++------------
hw/ppc/spapr_hcall.c | 81 +++++++
include/hw/ppc/spapr.h | 57 +++--
linux-headers/linux/kvm.h | 3 +
target/ppc/kvm.c | 28 +++
target/ppc/kvm_ppc.h | 18 ++
7 files changed, 595 insertions(+), 172 deletions(-)
--
2.13.6
- [Qemu-ppc] [QEMU-PPC] [RFC 0/3] target/ppc: Rework spapr_caps,
Suraj Jitindar Singh <=