Re: [PATCH] KVM: PPC: BookE: Include trap in pt_regs

2012-05-17 Thread Scott Wood
On 05/17/2012 04:03 PM, Alexander Graf wrote: > > On 17.05.2012, at 22:58, Scott Wood wrote: > >> On 05/17/2012 03:56 PM, Alexander Graf wrote: >>> >>> On 17.05.2012, at 18:37, Scott Wood wrote: >>> On 05/16/2012 08:25 AM, Alexander Graf wrote: > When reinjecting host interrupt requests

Re: [PATCH] KVM: PPC: BookE: Include trap in pt_regs

2012-05-17 Thread Alexander Graf
On 17.05.2012, at 22:58, Scott Wood wrote: > On 05/17/2012 03:56 PM, Alexander Graf wrote: >> >> On 17.05.2012, at 18:37, Scott Wood wrote: >> >>> On 05/16/2012 08:25 AM, Alexander Graf wrote: When reinjecting host interrupt requests in the exit handler code, let's also tell the inter

Re: [PATCH] KVM: PPC: BookE: Include trap in pt_regs

2012-05-17 Thread Scott Wood
On 05/17/2012 03:56 PM, Alexander Graf wrote: > > On 17.05.2012, at 18:37, Scott Wood wrote: > >> On 05/16/2012 08:25 AM, Alexander Graf wrote: >>> When reinjecting host interrupt requests in the exit handler code, >>> let's also tell the interrupt handler which interrupt number we're >>> coming

Re: [PATCH] KVM: PPC: BookE: Include trap in pt_regs

2012-05-17 Thread Alexander Graf
On 17.05.2012, at 18:37, Scott Wood wrote: > On 05/16/2012 08:25 AM, Alexander Graf wrote: >> When reinjecting host interrupt requests in the exit handler code, >> let's also tell the interrupt handler which interrupt number we're >> coming from. >> >> Signed-off-by: Alexander Graf >> --- >> ar

Re: [PATCH] KVM: PPC: BookE: Include trap in pt_regs

2012-05-17 Thread Scott Wood
On 05/16/2012 08:25 AM, Alexander Graf wrote: > When reinjecting host interrupt requests in the exit handler code, > let's also tell the interrupt handler which interrupt number we're > coming from. > > Signed-off-by: Alexander Graf > --- > arch/powerpc/kvm/booke.c | 12 +++- > 1 files

[PATCH] KVM: PPC: BookE: Include trap in pt_regs

2012-05-16 Thread Alexander Graf
When reinjecting host interrupt requests in the exit handler code, let's also tell the interrupt handler which interrupt number we're coming from. Signed-off-by: Alexander Graf --- arch/powerpc/kvm/booke.c | 12 +++- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/arch/p