From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLmYF-0000NK-BW for qemu-devel@nongnu.org; Thu, 06 Mar 2014 23:38:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLmXx-0002HT-WD for qemu-devel@nongnu.org; Thu, 06 Mar 2014 23:38:27 -0500 Received: from e23smtp03.au.ibm.com ([202.81.31.145]:51091) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLmXr-0002Fs-35 for qemu-devel@nongnu.org; Thu, 06 Mar 2014 23:38:09 -0500 Received: from /spool/local by e23smtp03.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 7 Mar 2014 14:37:48 +1000 From: Alexey Kardashevskiy Date: Fri, 7 Mar 2014 15:37:38 +1100 Message-Id: <1394167061-19317-1-git-send-email-aik@ozlabs.ru> Subject: [Qemu-devel] [PATCH v4 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, Anton Blanchard , Alexander Graf This fixes H_SET_MODE. Changes: v4: * rebased on top of current ppc-next. * changed PPC2_ISA207S flag value 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