Re: [PATCH 00/27] Add KVM support for Book3s_64 (PPC64) hosts v6
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2009-11-05 06:04:05
Also in:
kvm
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2009-11-05 06:04:05
Also in:
kvm
On Fri, 2009-10-30 at 16:47 +0100, Alexander Graf wrote:
KVM for PowerPC only supports embedded cores at the moment. While it makes sense to virtualize on small machines, it's even more fun to do so on big boxes. So I figured we need KVM for PowerPC64 as well.
I get that with exit timing enabled: arch/powerpc/kvm/timing.c:205: error: ‘THIS_MODULE’ undeclared here (not in a function) I'll stick a fixup patch in my tree (just adding #include <linux/module.h>) Cheers, Ben.