From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Ellerman Subject: Re: [RFC/PATCH] Use kernel supplied MMU info for kvm tool Date: Wed, 18 Jul 2012 12:08:03 +1000 Message-ID: <1342577283.25827.8.camel@concordia> References: <1342501220-10209-1-git-send-email-michael@ellerman.id.au> <3e2231e9bf466549d1f9b12359f2f8f6@ozlabs.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Matt Evans , kvm@vger.kernel.org, linux-kernel@vger.kernel.org, kvm-ppc@vger.kernel.org, prerna@linux.vnet.ibm.com, David Gibson , Sasha Levin , Asias He , Cyrill Gorcunov , Ingo Molnar To: Pekka Enberg Return-path: In-Reply-To: Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Tue, 2012-07-17 at 17:09 +0300, Pekka Enberg wrote: > On Tue, Jul 17, 2012 at 12:33 PM, Matt Evans wrote: > > Just had a look, all good. Thanks for tidying some old FIXMEs, especially > > the page/segment DT props encoding grot -- and the designated inits in the > > cpuinfo struct, whew, I heard the scream on IRC. Sorry. ;-) > > > > Acked-by: Matt Evans > > Applied, thanks guys! Thanks Pekka. It occurred to me overnight that I forgot to mention that in order to build the new code you need the headers from a 3.5-rc1 era kernel (for the ioctl & KVM_CAP definitions). The easiest way to do that is to merge linus' tree into kvmtool. Are you planning on doing that in the master kvmtool tree anytime soon? It's still based on 3.4-rc1 it seems. cheers