> -Original Message-
> From: Alexander Graf [mailto:ag...@suse.de]
> Sent: Friday, August 10, 2012 4:27 PM
> To: Bhushan Bharat-R65777
> Cc: kvm-...@vger.kernel.org; kvm@vger.kernel.org
> Subject: Re: [PATCH 2/3] KVM: PPC: booke: Allow multiple exception types
>
&
arat-R65777
>> Cc: kvm-...@vger.kernel.org; kvm@vger.kernel.org
>> Subject: Re: [PATCH 2/3] KVM: PPC: booke: Allow multiple exception types
>>
>>
>> On 10.08.2012, at 08:38, Bhushan Bharat-R65777 wrote:
>>
>>>
>>>
>>>> -O
ehalf Of Alexander Graf
> >> Sent: Tuesday, August 07, 2012 4:16 PM
> >> To: Bhushan Bharat-R65777
> >> Cc: kvm-...@vger.kernel.org; kvm@vger.kernel.org; Bhushan
> >> Bharat-R65777
> >> Subject: Re: [PATCH 2/3] KVM: PPC: booke: Allow multiple exception
&g
To: Bhushan Bharat-R65777
>> Cc: kvm-...@vger.kernel.org; kvm@vger.kernel.org; Bhushan Bharat-R65777
>> Subject: Re: [PATCH 2/3] KVM: PPC: booke: Allow multiple exception types
>>
>>
>> On 03.08.2012, at 09:08, Bharat Bhushan wrote:
>>
>>> Current kvmppc_booke_handler
5777
> Subject: Re: [PATCH 2/3] KVM: PPC: booke: Allow multiple exception types
>
>
> On 03.08.2012, at 09:08, Bharat Bhushan wrote:
>
> > Current kvmppc_booke_handlers uses the same macro (KVM_HANDLER) and
> > all handlers are considered to be the same size. This will no
On 03.08.2012, at 09:08, Bharat Bhushan wrote:
> Current kvmppc_booke_handlers uses the same macro (KVM_HANDLER) and
> all handlers are considered to be the same size. This will not be
> the case if we want to use different macros for different handlers.
>
> This patch improves the kvmppc_booke_