From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QebKM-00071o-5l for qemu-devel@nongnu.org; Wed, 06 Jul 2011 19:16:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QebKK-0008LC-P3 for qemu-devel@nongnu.org; Wed, 06 Jul 2011 19:16:18 -0400 Received: from db3ehsobe002.messaging.microsoft.com ([213.199.154.140]:40081 helo=DB3EHSOBE002.bigfish.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QebKK-0008L7-Ax for qemu-devel@nongnu.org; Wed, 06 Jul 2011 19:16:16 -0400 Date: Wed, 6 Jul 2011 18:16:12 -0500 From: Scott Wood Message-ID: <20110706181612.2242b9ba@schlenkerla.am.freescale.net> In-Reply-To: <20110706114547.48cea6a8@schlenkerla.am.freescale.net> References: <20110617203844.GA16832@schlenkerla.am.freescale.net> <1BB2BD5B-0936-4D48-B038-71CE75659CE0@suse.de> <20110706114547.48cea6a8@schlenkerla.am.freescale.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] ppc: booke206: KVM MMU API and info tlb List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Scott Wood Cc: Alexander Graf , qemu-devel@nongnu.org On Wed, 6 Jul 2011 11:45:47 -0500 Scott Wood wrote: > On Wed, 6 Jul 2011 18:38:04 +0200 > Alexander Graf wrote: > > > > > On 17.06.2011, at 22:38, Scott Wood wrote: > > > > > This depends on these qemu patches: > > > http://patchwork.ozlabs.org/patch/100826/ > > > (PPC: E500: Use MAS registers instead of internal TLB representation) > > > http://patchwork.ozlabs.org/patch/100821/ > > > (PPC: move TLBs to their own arrays) > > > > > > For this functionality to work with KVM, this kernel patch is required: > > > http://www.spinics.net/lists/kvm-ppc/msg02843.html > > > > Could you please resend without the #ifdefs? Jan's patches that get rid of the host kernel header dependencies finally got merged :). Please also execute his header update script in scripts/ with the MMU API patch applied. > > Yes, I'll try to respin today. I got bogged down trying to fix some issues on the kernel side, relating to page reference tracking, that will get worse when qemu can change the geometry. Don't apply the current kernel patch. I'll have respins of both the kernel and qemu patches soon -- but not today. :-) -Scott