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. 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. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Subject: Re: [PATCH 00/27] Add KVM support for Book3s_64 (PPC64) hosts v6 Date: Thu, 05 Nov 2009 17:03:52 +1100 Message-ID: <1257401032.13611.101.camel@pasglop> References: <1256917647-6200-1-git-send-email-agraf@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE 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 To: Alexander Graf Return-path: In-Reply-To: <1256917647-6200-1-git-send-email-agraf-l3A5Bk7waGM@public.gmane.org> Sender: kvm-ppc-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: kvm.vger.kernel.org On Fri, 2009-10-30 at 16:47 +0100, Alexander Graf wrote: > KVM for PowerPC only supports embedded cores at the moment. >=20 > 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= =2E I get that with exit timing enabled: arch/powerpc/kvm/timing.c:205: error: =E2=80=98THIS_MODULE=E2=80=99 und= eclared here (not in a function) I'll stick a fixup patch in my tree (just adding #include ) Cheers, Ben.