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