From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 1C908100C89 for ; Thu, 5 Nov 2009 17:04:05 +1100 (EST) Subject: Re: [PATCH 00/27] Add KVM support for Book3s_64 (PPC64) hosts v6 From: Benjamin Herrenschmidt To: Alexander Graf In-Reply-To: <1256917647-6200-1-git-send-email-agraf@suse.de> References: <1256917647-6200-1-git-send-email-agraf@suse.de> Content-Type: text/plain; charset="UTF-8" Date: Thu, 05 Nov 2009 17:03:52 +1100 Message-ID: <1257401032.13611.101.camel@pasglop> Mime-Version: 1.0 Cc: Kevin Wolf , Arnd Bergmann , Hollis Blanchard , Marcelo Tosatti , kvm-ppc , linuxppc-dev@ozlabs.org, Avi Kivity , kvm@vger.kernel.org, bphilips@suse.de, Olof Johansson List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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.