From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpAM7-0006JB-50 for qemu-devel@nongnu.org; Thu, 22 Oct 2015 03:32:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpAM2-0002K0-2I for qemu-devel@nongnu.org; Thu, 22 Oct 2015 03:32:11 -0400 Received: from e23smtp05.au.ibm.com ([202.81.31.147]:55990) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpAM1-0002J6-EN for qemu-devel@nongnu.org; Thu, 22 Oct 2015 03:32:06 -0400 Received: from /spool/local by e23smtp05.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 22 Oct 2015 17:32:02 +1000 From: Alexey Kardashevskiy Date: Thu, 22 Oct 2015 18:30:57 +1100 Message-Id: <1445499059-24437-1-git-send-email-aik@ozlabs.ru> Subject: [Qemu-devel] [PATCH qemu 0/2] ppc: Add "ibm,pa-features" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alexey Kardashevskiy , qemu-ppc@nongnu.org, Alexander Graf , David Gibson This adds an "ibm,pa-features" property. Please comment. Thanks. Benjamin Herrenschmidt (2): ppc: Add mmu_model defines for arch 2.03 and 2.07 ppc/spapr: Add "ibm,pa-features" property to the device-tree hw/ppc/spapr.c | 31 +++++++++++++++++++++++++++++++ target-ppc/cpu.h | 11 ++++++----- target-ppc/kvm.c | 15 ++++++++++++--- target-ppc/mmu_helper.c | 16 ++++++++-------- target-ppc/translate.c | 4 ++-- target-ppc/translate_init.c | 5 +++-- 6 files changed, 62 insertions(+), 20 deletions(-) -- 2.5.0.rc3