From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Thu, 13 Sep 2012 15:02:06 +0000 Subject: Re: [PATCH] KVM: PPC: bookehv: Allow duplicate calls of DO_KVM macro Message-Id: <5051F56E.6010409@suse.de> List-Id: References: <1347455894-30044-1-git-send-email-mihai.caraman@freescale.com> In-Reply-To: <1347455894-30044-1-git-send-email-mihai.caraman@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Mihai Caraman Cc: kvm-ppc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, kvm@vger.kernel.org On 09/12/2012 03:18 PM, Mihai Caraman wrote: > The current form of DO_KVM macro restricts its use to one call per input > parameter set. This is caused by kvmppc_resume_\intno\()_\srr1 symbol > definition. > Duplicate calls of DO_KVM are required by distinct implementations of > exeption handlers which are delegated at runtime. Use a rare label number > to avoid conflicts with the calling contexts. > > Signed-off-by: Mihai Caraman Thanks, applied to kvm-ppc-next. Alex From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx2.suse.de", Issuer "CAcert Class 3 Root" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 444C12C0088 for ; Fri, 14 Sep 2012 01:02:14 +1000 (EST) Message-ID: <5051F56E.6010409@suse.de> Date: Thu, 13 Sep 2012 17:02:06 +0200 From: Alexander Graf MIME-Version: 1.0 To: Mihai Caraman Subject: Re: [PATCH] KVM: PPC: bookehv: Allow duplicate calls of DO_KVM macro References: <1347455894-30044-1-git-send-email-mihai.caraman@freescale.com> In-Reply-To: <1347455894-30044-1-git-send-email-mihai.caraman@freescale.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linuxppc-dev@lists.ozlabs.org, kvm@vger.kernel.org, kvm-ppc@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 09/12/2012 03:18 PM, Mihai Caraman wrote: > The current form of DO_KVM macro restricts its use to one call per input > parameter set. This is caused by kvmppc_resume_\intno\()_\srr1 symbol > definition. > Duplicate calls of DO_KVM are required by distinct implementations of > exeption handlers which are delegated at runtime. Use a rare label number > to avoid conflicts with the calling contexts. > > Signed-off-by: Mihai Caraman Thanks, applied to kvm-ppc-next. Alex From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: Re: [PATCH] KVM: PPC: bookehv: Allow duplicate calls of DO_KVM macro Date: Thu, 13 Sep 2012 17:02:06 +0200 Message-ID: <5051F56E.6010409@suse.de> References: <1347455894-30044-1-git-send-email-mihai.caraman@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm-ppc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, kvm@vger.kernel.org To: Mihai Caraman Return-path: In-Reply-To: <1347455894-30044-1-git-send-email-mihai.caraman@freescale.com> Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 09/12/2012 03:18 PM, Mihai Caraman wrote: > The current form of DO_KVM macro restricts its use to one call per input > parameter set. This is caused by kvmppc_resume_\intno\()_\srr1 symbol > definition. > Duplicate calls of DO_KVM are required by distinct implementations of > exeption handlers which are delegated at runtime. Use a rare label number > to avoid conflicts with the calling contexts. > > Signed-off-by: Mihai Caraman Thanks, applied to kvm-ppc-next. Alex