Re: [PATCH v2 0/2] migration/postcopy: cleanup related to postcopy

2019-10-11 Thread Dr. David Alan Gilbert
* Wei Yang (richardw.y...@linux.intel.com) wrote: > Refine a function name and handle on corner case related to PostcopyState. > > v2: >* remove one unnecessary patch >* simplify corner case handling > > Wei Yang (2): > migration/postcopy: rename postcopy_ram_enable_notify to >

Re: [PATCH v2 0/2] migration/postcopy: cleanup related to postcopy

2019-10-09 Thread Peter Xu
On Thu, Oct 10, 2019 at 09:13:14AM +0800, Wei Yang wrote: > Refine a function name and handle on corner case related to PostcopyState. > > v2: >* remove one unnecessary patch >* simplify corner case handling > > Wei Yang (2): > migration/postcopy: rename postcopy_ram_enable_notify to >

[PATCH v2 0/2] migration/postcopy: cleanup related to postcopy

2019-10-09 Thread Wei Yang
Refine a function name and handle on corner case related to PostcopyState. v2: * remove one unnecessary patch * simplify corner case handling Wei Yang (2): migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incoming_setup migration/postcopy: check PostcopyState