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

2017-08-23 Thread David Gibson
On Mon, Aug 21, 2017 at 06:00:52PM +0530, Aravinda Prasad wrote: > > > On Thursday 17 August 2017 07:27 AM, David Gibson wrote: > > On Wed, Aug 16, 2017 at 02:42:39PM +0530, Aravinda Prasad wrote: > >> Memory error such as bit flips that cannot be corrected > >> by hardware are passed on to the k

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

2017-08-21 Thread Aravinda Prasad
On Thursday 17 August 2017 07:27 AM, David Gibson wrote: > On Wed, Aug 16, 2017 at 02:42:39PM +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 >

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

2017-08-16 Thread David Gibson
On Wed, Aug 16, 2017 at 02:42:39PM +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