Re: [Qemu-devel] [PATCH v9 4/6] target/ppc: Build rtas error log upon an MCE

2019-06-05 Thread David Gibson
On Tue, Jun 04, 2019 at 11:59:13AM +0530, Aravinda Prasad wrote: > > > On Monday 03 June 2019 07:30 PM, Greg Kurz wrote: > > On Wed, 29 May 2019 11:10:40 +0530 > > Aravinda Prasad wrote: > > > >> Upon a machine check exception (MCE) in a guest address space, > >> KVM causes a guest exit to enab

Re: [Qemu-devel] [PATCH v9 4/6] target/ppc: Build rtas error log upon an MCE

2019-06-05 Thread David Gibson
On Tue, Jun 04, 2019 at 11:01:19AM +0200, Greg Kurz wrote: > On Tue, 4 Jun 2019 11:59:13 +0530 > Aravinda Prasad wrote: > > > On Monday 03 June 2019 07:30 PM, Greg Kurz wrote: > > > On Wed, 29 May 2019 11:10:40 +0530 > > > Aravinda Prasad wrote: > > > > > >> Upon a machine check exception (MC

Re: [Qemu-devel] [PATCH v9 4/6] target/ppc: Build rtas error log upon an MCE

2019-06-04 Thread Greg Kurz
On Tue, 4 Jun 2019 11:59:13 +0530 Aravinda Prasad wrote: > On Monday 03 June 2019 07:30 PM, Greg Kurz wrote: > > On Wed, 29 May 2019 11:10:40 +0530 > > Aravinda Prasad wrote: > > > >> Upon a machine check exception (MCE) in a guest address space, > >> KVM causes a guest exit to enable QEMU to

Re: [Qemu-devel] [PATCH v9 4/6] target/ppc: Build rtas error log upon an MCE

2019-06-03 Thread Aravinda Prasad
On Monday 03 June 2019 07:30 PM, Greg Kurz wrote: > On Wed, 29 May 2019 11:10:40 +0530 > Aravinda Prasad wrote: > >> Upon a machine check exception (MCE) in a guest address space, >> KVM causes a guest exit to enable QEMU to build and pass the >> error to the guest in the PAPR defined rtas err

Re: [Qemu-devel] [PATCH v9 4/6] target/ppc: Build rtas error log upon an MCE

2019-06-03 Thread Greg Kurz
On Wed, 29 May 2019 11:10:40 +0530 Aravinda Prasad wrote: > Upon a machine check exception (MCE) in a guest address space, > KVM causes a guest exit to enable QEMU to build and pass the > error to the guest in the PAPR defined rtas error log format. > > This patch builds the rtas error log, copi

[Qemu-devel] [PATCH v9 4/6] target/ppc: Build rtas error log upon an MCE

2019-05-28 Thread Aravinda Prasad
Upon a machine check exception (MCE) in a guest address space, KVM causes a guest exit to enable QEMU to build and pass the error to the guest in the PAPR defined rtas error log format. This patch builds the rtas error log, copies it to the rtas_addr and then invokes the guest registered machine c