]> Git Repo - linux.git/commit
KVM: PPC: e500mc support
authorScott Wood <[email protected]>
Tue, 20 Dec 2011 15:34:47 +0000 (15:34 +0000)
committerAvi Kivity <[email protected]>
Sun, 8 Apr 2012 09:54:33 +0000 (12:54 +0300)
commit73196cd364a2d972d73fa08da9d81ca3215bed68
tree058b8487bb512b5cde4e827d8aa2525680e6519b
parent8fae845f4956de0becc115e926d33eff46722e94
KVM: PPC: e500mc support

Add processor support for e500mc, using hardware virtualization support
(GS-mode).

Current issues include:
 - No support for external proxy (coreint) interrupt mode in the guest.

Includes work by Ashish Kalra <[email protected]>,
Varun Sethi <[email protected]>, and
Liu Yu <[email protected]>.

Signed-off-by: Scott Wood <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>
arch/powerpc/include/asm/cputable.h
arch/powerpc/include/asm/kvm.h
arch/powerpc/kernel/cpu_setup_fsl_booke.S
arch/powerpc/kernel/head_fsl_booke.S
arch/powerpc/kvm/Kconfig
arch/powerpc/kvm/Makefile
arch/powerpc/kvm/e500.h
arch/powerpc/kvm/e500_emulate.c
arch/powerpc/kvm/e500_tlb.c
arch/powerpc/kvm/e500mc.c [new file with mode: 0644]
arch/powerpc/kvm/powerpc.c
This page took 0.0565870000000001 seconds and 4 git commands to generate.