]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: PPC: Implement hypervisor interface
authorAlexander Graf <agraf@suse.de>
Thu, 29 Jul 2010 12:47:48 +0000 (14:47 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:50:45 +0000 (10:50 +0200)
commit761b84ee0e626539f0beb01fdc555dab5e7b284c
treebb3f1d707916bc53f48919ace0d0f757c7e2083b
parent245c8789582eee112dcfebf77b77aa0882f0a0d2
KVM: PPC: Implement hypervisor interface

To communicate with KVM directly we need to plumb some sort of interface
between the guest and KVM. Usually those interfaces use hypercalls.

This hypercall implementation is described in the last patch of the series
in a special documentation file. Please read that for further information.

This patch implements stubs to handle KVM PPC hypercalls on the host and
guest side alike.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/powerpc/include/asm/kvm_para.h
arch/powerpc/include/asm/kvm_ppc.h
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/kvm.c [new file with mode: 0644]
arch/powerpc/kvm/book3s.c
arch/powerpc/kvm/booke.c
arch/powerpc/kvm/powerpc.c
include/linux/kvm_para.h