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

2019-05-12 Thread David Gibson
On Mon, May 13, 2019 at 11:10:28AM +0530, Aravinda Prasad wrote: > > > On Friday 10 May 2019 09:55 PM, Greg Kurz wrote: > > On Mon, 22 Apr 2019 12:33:16 +0530 > > Aravinda Prasad wrote: > > > >> Memory error such as bit flips that cannot be corrected > >> by hardware are passed on to the kernel

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

2019-05-12 Thread Aravinda Prasad
On Friday 10 May 2019 09:55 PM, Greg Kurz wrote: > On Mon, 22 Apr 2019 12:33:16 +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 gu

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

2019-05-10 Thread Greg Kurz
On Mon, 22 Apr 2019 12:33:16 +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. > Patch

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

2019-05-10 Thread Aravinda Prasad
On Friday 10 May 2019 12:07 PM, David Gibson wrote: > On Wed, Apr 24, 2019 at 10:20:42AM +0530, Aravinda Prasad wrote: > 65;5601;1c> >> >> On Tuesday 23 April 2019 12:23 PM, David Gibson wrote: >>> On Mon, Apr 22, 2019 at 12:33:16PM +0530, Aravinda Prasad wrote: Memory error such as bit fl

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

2019-05-09 Thread David Gibson
On Wed, Apr 24, 2019 at 10:20:42AM +0530, Aravinda Prasad wrote: 65;5601;1c> > > On Tuesday 23 April 2019 12:23 PM, David Gibson wrote: > > On Mon, Apr 22, 2019 at 12:33:16PM +0530, Aravinda Prasad wrote: > >> Memory error such as bit flips that cannot be corrected > >> by hardware are passed on

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

2019-04-23 Thread Aravinda Prasad
On Tuesday 23 April 2019 12:23 PM, David Gibson wrote: > On Mon, Apr 22, 2019 at 12:33:16PM +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 >>