Re: [PATCH v3 1/2] KVM: PPC: New capability to control MCE behaviour

2016-01-23 Thread Aravinda Prasad
On Saturday 23 January 2016 03:50 PM, Paul Mackerras wrote: > On Wed, Jan 13, 2016 at 12:37:59PM +0530, Aravinda Prasad wrote: >> This patch introduces a new KVM capability to control >> how KVM behaves on machine check exception (MCE). >> Without this capability, KVM redirects machine check >> e

Re: [PATCH v3 1/2] KVM: PPC: New capability to control MCE behaviour

2016-01-23 Thread Paul Mackerras
On Wed, Jan 13, 2016 at 12:37:59PM +0530, Aravinda Prasad wrote: > This patch introduces a new KVM capability to control > how KVM behaves on machine check exception (MCE). > Without this capability, KVM redirects machine check > exceptions to guest's 0x200 vector if the address in > error belongs

Re: [PATCH v3 1/2] KVM: PPC: New capability to control MCE behaviour

2016-01-13 Thread David Gibson
On Thu, Jan 14, 2016 at 11:02:39AM +1100, David Gibson wrote: > On Wed, Jan 13, 2016 at 12:37:59PM +0530, Aravinda Prasad wrote: > > This patch introduces a new KVM capability to control > > how KVM behaves on machine check exception (MCE). > > Without this capability, KVM redirects machine check >

Re: [PATCH v3 1/2] KVM: PPC: New capability to control MCE behaviour

2016-01-13 Thread David Gibson
On Wed, Jan 13, 2016 at 12:37:59PM +0530, Aravinda Prasad wrote: > This patch introduces a new KVM capability to control > how KVM behaves on machine check exception (MCE). > Without this capability, KVM redirects machine check > exceptions to guest's 0x200 vector if the address in > error belongs

[PATCH v3 1/2] KVM: PPC: New capability to control MCE behaviour

2016-01-12 Thread Aravinda Prasad
This patch introduces a new KVM capability to control how KVM behaves on machine check exception (MCE). Without this capability, KVM redirects machine check exceptions to guest's 0x200 vector if the address in error belongs to the guest. With this capability KVM causes a guest exit with NMI exit re