Statistics
| Branch: | Revision:

root / target-ppc / kvm_ppc.h @ caa5af0f

History | View | Annotate | Download (434 Bytes)

# Date Author Comment
ea23bc20 01/24/2009 06:35 pm aurel32

kvm/powerpc: extern one function for MPC85xx code use

Signed-off-by: Liu Yu <>
Signed-off-by: Aurelien Jarno <>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6427 c046a42c-6fe2-441c-8c8c-71466251a162

d76d1650 12/16/2008 12:43 pm aurel32

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