From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: Re: [PATCH 0/6 v2] Cleanup and fixes related to helper SPRN_XX functions Date: Thu, 17 Jul 2014 15:46:04 +0200 Message-ID: <53C7D39C.2070502@suse.de> References: <1405596700-2699-1-git-send-email-Bharat.Bhushan@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, scottwood@freescale.com, stuart.yoder@freescale.com To: Bharat Bhushan , kvm-ppc@vger.kernel.org Return-path: In-Reply-To: <1405596700-2699-1-git-send-email-Bharat.Bhushan@freescale.com> Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 17.07.14 13:31, Bharat Bhushan wrote: > These are primarily the cleanup patches, where shared struct get/set > helper function are enhanced to handle shadow registers and uses those > helper functions. > Eventually this also fix SRR0/1 synchronization from userspace > > v1->v2 > - Compilation fix for book3s Thanks, applied all to kvm-ppc-queue. (resend without triple-x again) Alex > > Bharat Bhushan (6): > kvm: ppc: bookehv: Added wrapper macros for shadow registers > kvm: ppc: booke: Use the shared struct helpers of SRR0 and SRR1 > kvm: ppc: booke: Use the shared struct helpers of SPRN_DEAR > kvm: ppc: booke: Add shared struct helpers of SPRN_ESR > kvm: ppc: booke: Use the shared struct helpers for SPRN_SPRG0-7 > kvm: ppc: Add SPRN_EPR get helper function > > arch/powerpc/include/asm/kvm_ppc.h | 55 ++++++++++++++++--- > arch/powerpc/kvm/booke.c | 108 ++++++++++--------------------------- > arch/powerpc/kvm/booke_emulate.c | 8 +-- > 3 files changed, 80 insertions(+), 91 deletions(-) >