qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [QEMU-PPC] [PATCH 0/3] target/ppc: Rework spapr_caps
@ 2018-01-12  5:33 Suraj Jitindar Singh
  2018-01-12  5:33 ` [Qemu-devel] [QEMU-PPC] [PATCH 1/3] hw/ppc/spapr_caps: Rework spapr_caps to use uint8 internal representation Suraj Jitindar Singh
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Suraj Jitindar Singh @ 2018-01-12  5:33 UTC (permalink / raw)
  To: qemu-ppc; +Cc: qemu-devel, david, paulus, sjitindarsingh

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.

Applies on top of David's series - spapr: Add optional capabilities
Based on ppc-for-2.12

The patches could be split up more, but in the interest of getting
them out there they are as they are.

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            |  51 ++++-
 hw/ppc/spapr_caps.c       | 483 ++++++++++++++++++++++++++++++++--------------
 hw/ppc/spapr_hcall.c      |  78 ++++++++
 include/hw/ppc/spapr.h    |  61 +++---
 linux-headers/linux/kvm.h |   3 +
 target/ppc/kvm.c          |  28 +++
 target/ppc/kvm_ppc.h      |  18 ++
 7 files changed, 544 insertions(+), 178 deletions(-)

-- 
2.13.6

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-01-15  2:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-12  5:33 [Qemu-devel] [QEMU-PPC] [PATCH 0/3] target/ppc: Rework spapr_caps Suraj Jitindar Singh
2018-01-12  5:33 ` [Qemu-devel] [QEMU-PPC] [PATCH 1/3] hw/ppc/spapr_caps: Rework spapr_caps to use uint8 internal representation Suraj Jitindar Singh
2018-01-12  5:33 ` [Qemu-devel] [QEMU-PPC] [PATCH 2/3] hw/spapr/spapr_caps: Add new caps safe_[cache/bounds_check/indirect_branch] Suraj Jitindar Singh
2018-01-15  0:34   ` [Qemu-devel] [QEMU-PPC] [PATCH V2 " Suraj Jitindar Singh
2018-01-12  5:33 ` [Qemu-devel] [QEMU-PPC] [PATCH 3/3] target/ppc: Add H-Call H_GET_CPU_CHARACTERISTICS Suraj Jitindar Singh
2018-01-15  2:46 ` [Qemu-devel] [QEMU-PPC] [PATCH 0/3] target/ppc: Rework spapr_caps David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).