From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXfob-0005Ox-FB for qemu-devel@nongnu.org; Fri, 17 Jun 2011 16:38:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QXfoZ-0005pg-Dy for qemu-devel@nongnu.org; Fri, 17 Jun 2011 16:38:52 -0400 Received: from db3ehsobe002.messaging.microsoft.com ([213.199.154.140]:45640 helo=DB3EHSOBE002.bigfish.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXfoY-0005p6-He for qemu-devel@nongnu.org; Fri, 17 Jun 2011 16:38:50 -0400 Date: Fri, 17 Jun 2011 15:38:44 -0500 From: Scott Wood Message-ID: <20110617203844.GA16832@schlenkerla.am.freescale.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Subject: [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: agraf@suse.de Cc: qemu-devel@nongnu.org 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 Scott Wood (3): kvm: ppc: booke206: use MMU API ppc: booke206: use MAV=2.0 TSIZE definition, fix 4G pages ppc: booke206: add "info tlb" support hmp-commands.hx | 2 +- hw/ppce500_mpc8544ds.c | 4 ++- monitor.c | 5 ++- target-ppc/cpu.h | 8 +++- target-ppc/helper.c | 94 ++++++++++++++++++++++++++++++++++++++++++++++- target-ppc/kvm.c | 85 +++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 190 insertions(+), 8 deletions(-) -- 1.7.4.1