RE: [PATCH 2/3] KVM: PPC: booke: Allow multiple exception types

2012-08-10 Thread Bhushan Bharat-R65777
/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 not be the case if we want to use different macros

Re: [PATCH 2/3] KVM: PPC: booke: Allow multiple exception types

2012-08-10 Thread Alexander Graf
@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_handlers uses the same macro (KVM_HANDLER) and all handlers are considered to be the same size

RE: [PATCH 2/3] KVM: PPC: booke: Allow multiple exception types

2012-08-10 Thread Bhushan Bharat-R65777
-...@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_handlers uses the same macro (KVM_HANDLER) and all handlers are considered

Re: [PATCH 2/3] KVM: PPC: booke: Allow multiple exception types

2012-08-10 Thread Alexander Graf
@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: -Original Message- From: kvm-ppc-ow...@vger.kernel.org [mailto:kvm-ppc-ow...@vger.kernel.org] On Behalf Of Alexander Graf Sent: Tuesday, August

RE: [PATCH 2/3] KVM: PPC: booke: Allow multiple exception types

2012-08-10 Thread Bhushan Bharat-R65777
-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 On 10.08.2012, at 12:41

RE: [PATCH 2/3] KVM: PPC: booke: Allow multiple exception types

2012-08-10 Thread Bhushan Bharat-R65777
/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 not be the case if we want to use different macros

Re: [PATCH 2/3] KVM: PPC: booke: Allow multiple exception types

2012-08-10 Thread Alexander Graf
...@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_handlers uses the same macro (KVM_HANDLER) and all handlers are considered to be the same size

RE: [PATCH 2/3] KVM: PPC: booke: Allow multiple exception types

2012-08-10 Thread Bhushan Bharat-R65777
: kvm-ppc@vger.kernel.org; k...@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_handlers uses the same macro (KVM_HANDLER) and all handlers are considered

Re: [PATCH 2/3] KVM: PPC: booke: Allow multiple exception types

2012-08-10 Thread Alexander Graf
...@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: -Original Message- From: kvm-ppc-ow...@vger.kernel.org [mailto:kvm-ppc-ow...@vger.kernel.org] On Behalf Of Alexander Graf Sent: Tuesday, August

RE: [PATCH 2/3] KVM: PPC: booke: Allow multiple exception types

2012-08-10 Thread Bhushan Bharat-R65777
-Original Message- From: Alexander Graf [mailto:ag...@suse.de] Sent: Friday, August 10, 2012 4:27 PM To: Bhushan Bharat-R65777 Cc: kvm-ppc@vger.kernel.org; k...@vger.kernel.org Subject: Re: [PATCH 2/3] KVM: PPC: booke: Allow multiple exception types On 10.08.2012, at 12:41

Re: [PATCH 2/3] KVM: PPC: booke: Allow multiple exception types

2012-08-07 Thread Alexander Graf
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

Re: [PATCH 2/3] KVM: PPC: booke: Allow multiple exception types

2012-08-07 Thread Alexander Graf
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

[PATCH 2/3] KVM: PPC: booke: Allow multiple exception types

2012-08-03 Thread Bharat Bhushan
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_handler so that it can support different macros for