From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeyES-0005zB-18 for qemu-devel@nongnu.org; Thu, 07 Jul 2011 19:43:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QeyER-0007sR-6X for qemu-devel@nongnu.org; Thu, 07 Jul 2011 19:43:43 -0400 Received: from va3ehsobe003.messaging.microsoft.com ([216.32.180.13]:10440 helo=VA3EHSOBE003.bigfish.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeyER-0007rg-4R for qemu-devel@nongnu.org; Thu, 07 Jul 2011 19:43:43 -0400 Date: Thu, 7 Jul 2011 18:43:37 -0500 From: Scott Wood Message-ID: <20110707234337.GA6720@schlenkerla.am.freescale.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Subject: [Qemu-devel] [PATCH v2 0/4] 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 Scott Wood (4): kvm: ppc: Update KVM headers for MMU API 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 +- linux-headers/asm-powerpc/kvm.h | 39 +++++++++++++++- linux-headers/linux/kvm.h | 27 ++++++++--- monitor.c | 5 +- target-ppc/cpu.h | 8 +++- target-ppc/helper.c | 93 ++++++++++++++++++++++++++++++++++++++- target-ppc/kvm.c | 83 ++++++++++++++++++++++++++++++++++ 8 files changed, 244 insertions(+), 17 deletions(-) -- 1.7.4.1