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

2019-05-09 Thread David Gibson
On Mon, Apr 22, 2019 at 12:33:35PM +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 v8 5/6] ppc: spapr: Enable FWNMI capability

2019-04-22 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