From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WD81D-0003V5-D2 for qemu-devel@nongnu.org; Tue, 11 Feb 2014 02:44:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WD816-0007SG-3u for qemu-devel@nongnu.org; Tue, 11 Feb 2014 02:44:35 -0500 Received: from mail-pd0-f170.google.com ([209.85.192.170]:45678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WD815-0007S0-Uk for qemu-devel@nongnu.org; Tue, 11 Feb 2014 02:44:28 -0500 Received: by mail-pd0-f170.google.com with SMTP id p10so7199037pdj.29 for ; Mon, 10 Feb 2014 23:44:26 -0800 (PST) Message-ID: <52F9D4D6.7070002@ozlabs.ru> Date: Tue, 11 Feb 2014 18:44:22 +1100 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1390369426-6462-1-git-send-email-aik@ozlabs.ru> In-Reply-To: <1390369426-6462-1-git-send-email-aik@ozlabs.ru> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: Re: [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: qemu-ppc@nongnu.org, Alexander Graf On 01/22/2014 04:43 PM, Alexey Kardashevskiy wrote: > 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(-) Ping? -- Alexey