From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42867) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ws0Hv-0004RW-Lk for qemu-devel@nongnu.org; Tue, 03 Jun 2014 21:46:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ws0Hp-00027v-3d for qemu-devel@nongnu.org; Tue, 03 Jun 2014 21:46:47 -0400 Received: from mail-pd0-f170.google.com ([209.85.192.170]:34168) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ws0Ho-00027i-U4 for qemu-devel@nongnu.org; Tue, 03 Jun 2014 21:46:41 -0400 Received: by mail-pd0-f170.google.com with SMTP id g10so5380000pdj.15 for ; Tue, 03 Jun 2014 18:46:40 -0700 (PDT) Message-ID: <538E7A7B.3010009@ozlabs.ru> Date: Wed, 04 Jun 2014 11:46:35 +1000 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1401787684-31895-1-git-send-email-aik@ozlabs.ru> <1401787684-31895-12-git-send-email-aik@ozlabs.ru> <538DFC1A.1090108@gmail.com> In-Reply-To: <538DFC1A.1090108@gmail.com> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 11/29] target-ppc: Enable PMU SPRs migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tom Musta , qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org, Alexander Graf On 06/04/2014 02:47 AM, Tom Musta wrote: > On 6/3/2014 4:27 AM, Alexey Kardashevskiy wrote: >> This enabled PMU SPRs migration by hooking hypv privileged versions with >> "KVM one reg" IDs. >> >> Signed-off-by: Alexey Kardashevskiy >> --- >> target-ppc/translate_init.c | 104 ++++++++++++++++++++++---------------------- >> 1 file changed, 52 insertions(+), 52 deletions(-) >> >> diff --git a/target-ppc/translate_init.c b/target-ppc/translate_init.c >> index b372a64..3445b17 100644 >> --- a/target-ppc/translate_init.c >> +++ b/target-ppc/translate_init.c >> @@ -7363,50 +7363,50 @@ static void gen_spr_970_dbg(CPUPPCState *env) >> >> static void gen_spr_book3s_pmu_hypv(CPUPPCState *env) > > Supervisor? Yes. Changing this in the whole series. No "hypv" in QEMU today. -- Alexey