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

2015-12-16 Thread David Gibson
On Wed, Dec 16, 2015 at 11:38:37AM +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 > guest kernel is responsible for taking suitable action. > Patch

[Qemu-devel] [PATCH v2 3/4] target-ppc: Handle NMI guest exit

2015-12-15 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 guest kernel is responsible for taking suitable action. Patch [1] enhances KVM to exit guest with exit reason set to KVM_EXIT_NMI in suc