Re: [Qemu-devel] [PATCH v9 5/6] ppc: spapr: Enable FWNMI capability

2019-06-05 Thread David Gibson
On Wed, May 29, 2019 at 11:10:49AM +0530, Aravinda Prasad wrote: > Enable the KVM capability KVM_CAP_PPC_FWNMI so that > the KVM causes guest exit with NMI as exit reason > when it encounters a machine check exception on the > address belonging to a guest. Without this capability > enabled, KVM red

[Qemu-devel] [PATCH v9 5/6] ppc: spapr: Enable FWNMI capability

2019-05-28 Thread Aravinda Prasad
Enable the KVM capability KVM_CAP_PPC_FWNMI so that the KVM causes guest exit with NMI as exit reason when it encounters a machine check exception on the address belonging to a guest. Without this capability enabled, KVM redirects machine check exceptions to guest's 0x200 vector. This patch also d