From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQQSn-0001tO-A3 for qemu-devel@nongnu.org; Wed, 19 Mar 2014 20:04:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQQSW-0005gG-0z for qemu-devel@nongnu.org; Wed, 19 Mar 2014 20:04:01 -0400 Received: from e23smtp06.au.ibm.com ([202.81.31.148]:42287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQQSV-0005fp-AI for qemu-devel@nongnu.org; Wed, 19 Mar 2014 20:03:43 -0400 Received: from /spool/local by e23smtp06.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 20 Mar 2014 10:03:36 +1000 From: Alexey Kardashevskiy Date: Thu, 20 Mar 2014 11:03:26 +1100 Message-Id: <1395273809-12809-1-git-send-email-aik@ozlabs.ru> Subject: [Qemu-devel] [PATCH v5 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 , =?UTF-8?q?Andreas=20F=C3=A4rber?= This fixes H_SET_MODE. Changes: v5: * fixed code style 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 | 67 +++++++++++++++++++++++++++++++++++++++------ include/hw/ppc/spapr.h | 9 ++++-- target-ppc/cpu.h | 4 +++ target-ppc/translate_init.c | 3 +- 4 files changed, 72 insertions(+), 11 deletions(-) -- 1.8.4.rc4