From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Date: Thu, 05 Nov 2009 06:03:52 +0000 Subject: Re: [PATCH 00/27] Add KVM support for Book3s_64 (PPC64) hosts v6 Message-Id: <1257401032.13611.101.camel@pasglop> List-Id: References: <1256917647-6200-1-git-send-email-agraf@suse.de> In-Reply-To: <1256917647-6200-1-git-send-email-agraf-l3A5Bk7waGM@public.gmane.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: Alexander Graf Cc: kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Avi Kivity , kvm-ppc , Hollis Blanchard , Arnd Bergmann , Kevin Wolf , bphilips-l3A5Bk7waGM@public.gmane.org, Marcelo Tosatti , Olof Johansson , linuxppc-dev-mnsaURCQ41sdnm+yROfE0A@public.gmane.org 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 ) Cheers, Ben.