linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/15] Hypervisor-mode KVM on POWER7 and PPC970
@ 2011-06-18  8:27 Paul Mackerras
  2011-06-18  8:28 ` [PATCH 01/15] KVM: PPC: Move fields between struct kvm_vcpu_arch and kvmppc_vcpu_book3s Paul Mackerras
                   ` (16 more replies)
  0 siblings, 17 replies; 26+ messages in thread
From: Paul Mackerras @ 2011-06-18  8:27 UTC (permalink / raw)
  To: linuxppc-dev, kvm, kvm-ppc

The following series of patches enable KVM to exploit the hardware
hypervisor mode on 64-bit Power ISA Book3S machines.  At present,
POWER7 and PPC970 processors are supported.  (Note that the PPC970
processors in Apple G5 machines don't have a usable hypervisor mode
and are not supported by these patches.)

Running the KVM host in hypervisor mode means that the guest can use
both supervisor mode and user mode.  That means that the guest can
execute supervisor-privilege instructions and access supervisor-
privilege registers.  In addition the hardware directs most exceptions
to the guest.  Thus we don't need to emulate any instructions in the
host.  Generally, the only times we need to exit the guest are when it
does a hypercall or when an external interrupt or host timer
(decrementer) interrupt occurs.

The focus of this KVM implementation is to run guests that use the
PAPR (Power Architecture Platform Requirements) paravirtualization
interface, which is the interface supplied by PowerVM on IBM pSeries
machines.  Currently the "pseries" machine type in qemu is only
supported by book3s_hv KVM, and book3s_hv KVM only supports the
"pseries" machine type.  That will hopefully change in future.

These patches are against Alex Graf's kvm-ppc-next branch.

Paul.

^ permalink raw reply	[flat|nested] 26+ messages in thread
[parent not found: <20110618082705.GA28413__14973.6630417921$1308385948$gmane$org@bloggs.ozlabs.ibm.com>]

end of thread, other threads:[~2011-06-22  8:17 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-18  8:27 [PATCH 0/15] Hypervisor-mode KVM on POWER7 and PPC970 Paul Mackerras
2011-06-18  8:28 ` [PATCH 01/15] KVM: PPC: Move fields between struct kvm_vcpu_arch and kvmppc_vcpu_book3s Paul Mackerras
2011-06-18  8:31 ` [PATCH 02/15] KVM: PPC: Split out code from book3s.c into book3s_pr.c Paul Mackerras
2011-06-18  8:32 ` [PATCH 03/15] powerpc, KVM: Rework KVM checks in first-level interrupt handlers Paul Mackerras
2011-06-18  8:32 ` [PATCH 04/15] KVM: PPC: Deliver program interrupts right away instead of queueing them Paul Mackerras
2011-06-18  8:33 ` [PATCH 05/15] KVM: PPC: Pass init/destroy vm and prepare/commit memory region ops down Paul Mackerras
2011-06-18  8:34 ` [PATCH 06/15] KVM: PPC: Move guest enter/exit down into subarch-specific code Paul Mackerras
2011-06-18  8:34 ` [PATCH 07/15] powerpc: Set up LPCR for running guest partitions Paul Mackerras
2011-06-18  8:35 ` [PATCH 08/15] KVM: PPC: Split host-state fields out of kvmppc_book3s_shadow_vcpu Paul Mackerras
2011-06-19  1:03   ` [PATCH 08/15 revised] " Paul Mackerras
2011-06-18  8:35 ` [PATCH 09/15] KVM: PPC: Add support for Book3S processors in hypervisor mode Paul Mackerras
2011-06-19  1:04   ` [PATCH 09/15 revised] " Paul Mackerras
2011-06-21  8:55   ` [PATCH 09/15] " Alexander Graf
2011-06-18  8:36 ` [PATCH 10/15] KVM: PPC: Handle some PAPR hcalls in the kernel Paul Mackerras
2011-06-18  8:37 ` [PATCH 11/15] KVM: PPC: Accelerate H_PUT_TCE by implementing it in real mode Paul Mackerras
2011-06-18  8:37 ` [PATCH 12/15] KVM: PPC: Allow book3s_hv guests to use SMT processor modes Paul Mackerras
2011-06-18  8:38 ` [PATCH 13/15] KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guests Paul Mackerras
2011-06-18  8:38 ` [PATCH 14/15] powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architecture bits Paul Mackerras
2011-06-18  8:39 ` [PATCH 15/15] KVM: PPC: book3s_hv: Add support for PPC970-family processors Paul Mackerras
2011-06-18 14:34 ` [PATCH 0/15] Hypervisor-mode KVM on POWER7 and PPC970 Alexander Graf
2011-06-19  1:01   ` Paul Mackerras
2011-06-21  9:53 ` Alexander Graf
     [not found] <20110618082705.GA28413__14973.6630417921$1308385948$gmane$org@bloggs.ozlabs.ibm.com>
2011-06-21 14:18 ` Dmitry Eremin-Solenikov
2011-06-22  3:20   ` Paul Mackerras
2011-06-22  6:17     ` Benjamin Herrenschmidt
2011-06-22  8:17     ` Dmitry Eremin-Solenikov

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