qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/9] spapr: Enable ibm, client-architecture-support
@ 2014-05-21  8:27 Alexey Kardashevskiy
  2014-05-21  8:27 ` [Qemu-devel] [PATCH v2 1/9] target-ppc: Add "compat" CPU option Alexey Kardashevskiy
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Alexey Kardashevskiy @ 2014-05-21  8:27 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alexey Kardashevskiy, qemu-ppc, Alexander Graf

This enables a ibm,client-architecture-support RTAS call.

This allows older distros (such as SLES11 or RHEL6) to work on modern
POWERPC hardware (such as POWER8) in "architected" mode.

There is no change log as the changes are mostly about readbility, code
design style and commit logs.

Please comment. Thank you.

Alexey Kardashevskiy (9):
  target-ppc: Add "compat" CPU option
  spapr: Move SMT-related properties out of skeleton fdt
  target-ppc: Implement "compat" CPU option
  target-ppc: Define Processor Compatibility Masks
  spapr: Add ibm,client-architecture-support call
  spapr: Rework spapr_fixup_cpu_dt()
  spapr: Limit threads per core according to current compatibility mode
  spapr: Implement processor compatibility in
    ibm,client-architecture-support
  KVM: PPC: Enable compatibility mode

 hw/ppc/spapr.c              | 131 ++++++++++++++++++++++++++++++++--------
 hw/ppc/spapr_hcall.c        | 106 ++++++++++++++++++++++++++++++++
 include/hw/ppc/spapr.h      |   9 ++-
 target-ppc/cpu-models.h     |  10 +++
 target-ppc/cpu-qom.h        |   5 ++
 target-ppc/cpu.h            |  12 ++++
 target-ppc/kvm.c            |   5 ++
 target-ppc/kvm_ppc.h        |   6 ++
 target-ppc/translate_init.c | 144 ++++++++++++++++++++++++++++++++++++++++++++
 trace-events                |   8 +++
 10 files changed, 410 insertions(+), 26 deletions(-)

-- 
1.9.rc0

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

end of thread, other threads:[~2014-05-21  9:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-21  8:27 [Qemu-devel] [PATCH v2 0/9] spapr: Enable ibm, client-architecture-support Alexey Kardashevskiy
2014-05-21  8:27 ` [Qemu-devel] [PATCH v2 1/9] target-ppc: Add "compat" CPU option Alexey Kardashevskiy
2014-05-21  8:27 ` [Qemu-devel] [PATCH v2 2/9] spapr: Move SMT-related properties out of skeleton fdt Alexey Kardashevskiy
2014-05-21  8:27 ` [Qemu-devel] [PATCH v2 3/9] target-ppc: Implement "compat" CPU option Alexey Kardashevskiy
2014-05-21  8:27 ` [Qemu-devel] [PATCH v2 4/9] target-ppc: Define Processor Compatibility Masks Alexey Kardashevskiy
2014-05-21  8:27 ` [Qemu-devel] [PATCH v2 5/9] spapr: Add ibm, client-architecture-support call Alexey Kardashevskiy
2014-05-21  8:27 ` [Qemu-devel] [PATCH v2 6/9] spapr: Rework spapr_fixup_cpu_dt() Alexey Kardashevskiy
2014-05-21  8:27 ` [Qemu-devel] [PATCH v2 7/9] spapr: Limit threads per core according to current compatibility mode Alexey Kardashevskiy
2014-05-21  8:27 ` [Qemu-devel] [PATCH v2 8/9] spapr: Implement processor compatibility in ibm, client-architecture-support Alexey Kardashevskiy
2014-05-21  9:21   ` Alexander Graf
2014-05-21  9:36     ` Alexey Kardashevskiy
2014-05-21  9:57       ` Alexander Graf
2014-05-21  8:27 ` [Qemu-devel] [PATCH v2 9/9] KVM: PPC: Enable compatibility mode Alexey Kardashevskiy
2014-05-21  8:44 ` [Qemu-devel] [PATCH v2 0/9] spapr: Enable ibm, client-architecture-support Alexander Graf

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).