From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeVEa-0007SZ-IJ for qemu-devel@nongnu.org; Wed, 06 Jul 2011 12:45:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QeVEY-0001yb-BW for qemu-devel@nongnu.org; Wed, 06 Jul 2011 12:45:56 -0400 Received: from ch1ehsobe001.messaging.microsoft.com ([216.32.181.181]:33944 helo=CH1EHSOBE006.bigfish.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeVEX-0001yF-T1 for qemu-devel@nongnu.org; Wed, 06 Jul 2011 12:45:54 -0400 Date: Wed, 6 Jul 2011 11:45:47 -0500 From: Scott Wood Message-ID: <20110706114547.48cea6a8@schlenkerla.am.freescale.net> In-Reply-To: <1BB2BD5B-0936-4D48-B038-71CE75659CE0@suse.de> References: <20110617203844.GA16832@schlenkerla.am.freescale.net> <1BB2BD5B-0936-4D48-B038-71CE75659CE0@suse.de> 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: Alexander Graf Cc: qemu-devel@nongnu.org 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. -Scott