From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Evans Subject: Re: [RFC/PATCH] Use kernel supplied MMU info for kvm tool Date: Tue, 17 Jul 2012 10:33:05 +0100 Message-ID: <3e2231e9bf466549d1f9b12359f2f8f6@ozlabs.org> References: <1342501220-10209-1-git-send-email-michael@ellerman.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: , , , , , David Gibson To: Michael Ellerman Return-path: In-Reply-To: <1342501220-10209-1-git-send-email-michael@ellerman.id.au> Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Hi Michael, On 2012-07-17 06:00, Michael Ellerman wrote: > This is a series for kvmtool that uses a newish kernel API to get > MMU info, which is then fed to the guest. > > Currently we just make a good guess based on the PVR, but that is > potentially flakey in a few ways. The most notable is that if you > don't > specify hugepages we don't boot - because the guest is told we > support > 16M pages, but we don't really (on HV). 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 Matt