From d76d16501ef27fdf3ac8c1f9b7cf59b59a661ec3 Mon Sep 17 00:00:00 2001 From: aurel32 Date: Tue, 16 Dec 2008 10:43:58 +0000 Subject: 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 Acked-by: Anthony Liguori Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6065 c046a42c-6fe2-441c-8c8c-71466251a162 --- Makefile.target | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.target') diff --git a/Makefile.target b/Makefile.target index d80ce2cd3..cbff56204 100644 --- a/Makefile.target +++ b/Makefile.target @@ -659,6 +659,9 @@ ifdef FDT_LIBS OBJS+= device_tree.o LIBS+= $(FDT_LIBS) endif +ifdef CONFIG_KVM +OBJS+= kvm_ppc.o +endif # virtio support OBJS+= virtio.o virtio-blk.o virtio-balloon.o endif -- cgit v1.2.3