Re: [Qemu-devel] [PATCH v2 4/4] spapr: Introduce FWNMI KVM capability

2016-10-12 Thread Alexey Kardashevskiy
On 17/12/15 15:38, Aravinda Prasad wrote: > > > On Thursday 17 December 2015 09:32 AM, David Gibson wrote: >> On Wed, Dec 16, 2015 at 11:38:47AM +0530, Aravinda Prasad wrote: >>> Introduce a new KVM capability to control how KVM >>> behaves on machine check exception. >>> >>> Without this capabil

Re: [Qemu-devel] [PATCH v2 4/4] spapr: Introduce FWNMI KVM capability

2015-12-16 Thread Thomas Huth
On 16/12/15 07:08, Aravinda Prasad wrote: > Introduce a new KVM capability to control how KVM > behaves on machine check exception. > > Without this capability, KVM redirects machine check > exceptions to guest's 0x200 vector if the address in > error belongs to guest. With this capability KVM > c

Re: [Qemu-devel] [PATCH v2 4/4] spapr: Introduce FWNMI KVM capability

2015-12-16 Thread Aravinda Prasad
On Thursday 17 December 2015 09:32 AM, David Gibson wrote: > On Wed, Dec 16, 2015 at 11:38:47AM +0530, Aravinda Prasad wrote: >> Introduce a new KVM capability to control how KVM >> behaves on machine check exception. >> >> Without this capability, KVM redirects machine check >> exceptions to gue

Re: [Qemu-devel] [PATCH v2 4/4] spapr: Introduce FWNMI KVM capability

2015-12-16 Thread David Gibson
On Wed, Dec 16, 2015 at 11:38:47AM +0530, Aravinda Prasad wrote: > Introduce a new KVM capability to control how KVM > behaves on machine check exception. > > Without this capability, KVM redirects machine check > exceptions to guest's 0x200 vector if the address in > error belongs to guest. With

[Qemu-devel] [PATCH v2 4/4] spapr: Introduce FWNMI KVM capability

2015-12-15 Thread Aravinda Prasad
Introduce a new KVM capability to control how KVM behaves on machine check exception. Without this capability, KVM redirects machine check exceptions to guest's 0x200 vector if the address in error belongs to guest. With this capability KVM causes a guest exit with NMI exit reason. This is requir