From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5qbo-0006cy-HS for qemu-devel@nongnu.org; Wed, 22 Jan 2014 00:44:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5qbV-0005QD-IK for qemu-devel@nongnu.org; Wed, 22 Jan 2014 00:44:16 -0500 Received: from e23smtp04.au.ibm.com ([202.81.31.146]:46375) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5qbU-0005PM-Pb for qemu-devel@nongnu.org; Wed, 22 Jan 2014 00:43:57 -0500 Received: from /spool/local by e23smtp04.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 22 Jan 2014 15:43:52 +1000 From: Alexey Kardashevskiy Date: Wed, 22 Jan 2014 16:43:43 +1100 Message-Id: <1390369426-6462-1-git-send-email-aik@ozlabs.ru> Subject: [Qemu-devel] [PATCH v3 0/3] spapr: fix H_SET_MODE 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 This fixes H_SET_MODE. Alexey Kardashevskiy (3): target-ppc: introduce powerisa-207-server flag spapr-hcall: fix little-endian resource handling in H_SET_MODE spapr-hcall: add address-translation-mode-on-interrupt resource in H_SET_MODE hw/ppc/spapr_hcall.c | 64 +++++++++++++++++++++++++++++++++++++++------ include/hw/ppc/spapr.h | 9 +++++-- target-ppc/cpu.h | 4 +++ target-ppc/translate_init.c | 3 ++- 4 files changed, 69 insertions(+), 11 deletions(-) -- 1.8.4.rc4