]> git.karo-electronics.de Git - mv-sheeva.git/commit
KVM: PPC: Generic KVM PV guest support
authorAlexander Graf <agraf@suse.de>
Thu, 29 Jul 2010 12:47:57 +0000 (14:47 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:50:50 +0000 (10:50 +0200)
commitd17051cb8d223dffd6bb847b0565ef1654f8e0e1
tree486a1b71ec2147de47a6a4c34c9b9ab88be039e7
parentba492962363a02c45836be205f339be48093e1be
KVM: PPC: Generic KVM PV guest support

We have all the hypervisor pieces in place now, but the guest parts are still
missing.

This patch implements basic awareness of KVM when running Linux as guest. It
doesn't do anything with it yet though.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/asm-offsets.c
arch/powerpc/kernel/kvm.c
arch/powerpc/kernel/kvm_emul.S [new file with mode: 0644]
arch/powerpc/platforms/Kconfig