Re: [PATCH v17 6/7] migration: Include migration support for machine check handling

2019-12-06 Thread Ganesh
On 12/6/19 6:52 AM, David Gibson wrote: On Thu, Dec 05, 2019 at 10:39:29AM +0530, Ganesh wrote: On 11/19/19 8:15 AM, David Gibson wrote: On Thu, Oct 24, 2019 at 01:13:06PM +0530, Ganesh Goudar wrote: From: Aravinda Prasad This patch includes migration support for machine check handling. Es

Re: [PATCH v17 6/7] migration: Include migration support for machine check handling

2019-12-05 Thread David Gibson
On Thu, Dec 05, 2019 at 10:39:29AM +0530, Ganesh wrote: > > On 11/19/19 8:15 AM, David Gibson wrote: > > On Thu, Oct 24, 2019 at 01:13:06PM +0530, Ganesh Goudar wrote: > > > From: Aravinda Prasad > > > > > > This patch includes migration support for machine check > > > handling. Especially this

Re: [PATCH v17 6/7] migration: Include migration support for machine check handling

2019-12-04 Thread Ganesh
On 11/19/19 8:15 AM, David Gibson wrote: On Thu, Oct 24, 2019 at 01:13:06PM +0530, Ganesh Goudar wrote: From: Aravinda Prasad This patch includes migration support for machine check handling. Especially this patch blocks VM migration requests until the machine check error handling is complet

Re: [PATCH v17 6/7] migration: Include migration support for machine check handling

2019-11-18 Thread David Gibson
On Thu, Oct 24, 2019 at 01:13:06PM +0530, Ganesh Goudar wrote: > From: Aravinda Prasad > > This patch includes migration support for machine check > handling. Especially this patch blocks VM migration > requests until the machine check error handling is > complete as these errors are specific to

[PATCH v17 6/7] migration: Include migration support for machine check handling

2019-10-24 Thread Ganesh Goudar
From: Aravinda Prasad This patch includes migration support for machine check handling. Especially this patch blocks VM migration requests until the machine check error handling is complete as these errors are specific to the source hardware and is irrelevant on the target hardware. [Do not set