target-ppc: Enable KVM for ppcemb.
commitd76d16501ef27fdf3ac8c1f9b7cf59b59a661ec3
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 16 Dec 2008 10:43:58 +0000 (16 10:43 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 16 Dec 2008 10:43:58 +0000 (16 10:43 +0000)
tree7ac820762695e1cb0022bc000c50b9c2f2172bae
parentf652e6af11c670da4bbd738a1bca8b4b31ed97b4
target-ppc: Enable KVM for ppcemb.

Implement hooks called by generic KVM code.

Also add code that will copy the host's CPU and timebase frequencies to the
guest, which is necessary on KVM because the guest can directly access the
timebase.

Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Acked-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6065 c046a42c-6fe2-441c-8c8c-71466251a162
Makefile.target
configure
target-ppc/helper.c
target-ppc/kvm.c [new file with mode: 0644]
target-ppc/kvm_ppc.c [new file with mode: 0644]
target-ppc/kvm_ppc.h [new file with mode: 0644]