Re: [Qemu-devel] [PATCH v10 3/6] target/ppc: Handle NMI guest exit

2019-07-01 Thread David Gibson
On Wed, Jun 12, 2019 at 02:51:13PM +0530, Aravinda Prasad wrote: > Memory error such as bit flips that cannot be corrected > by hardware are passed on to the kernel for handling. > If the memory address in error belongs to guest then > the guest kernel is responsible for taking suitable action. >

[Qemu-devel] [PATCH v10 3/6] target/ppc: Handle NMI guest exit

2019-06-12 Thread Aravinda Prasad
Memory error such as bit flips that cannot be corrected by hardware are passed on to the kernel for handling. If the memory address in error belongs to guest then the guest kernel is responsible for taking suitable action. Patch [1] enhances KVM to exit guest with exit reason set to KVM_EXIT_NMI