Re: [PATCH 0/2] migration/postcopy: map tmp and large zero page in setup stage

2019-10-11 Thread Dr. David Alan Gilbert
* Wei Yang (richardw.y...@linux.intel.com) wrote: > Currently we map these page when we want to use it, while this may be a > little late. > > To make the code consistency, these two patches move the map into > postcopy_ram_incoming_setup. Queued > > Wei Yang (2): > migration/postcopy: alloca

[PATCH 0/2] migration/postcopy: map tmp and large zero page in setup stage

2019-10-05 Thread Wei Yang
Currently we map these page when we want to use it, while this may be a little late. To make the code consistency, these two patches move the map into postcopy_ram_incoming_setup. Wei Yang (2): migration/postcopy: allocate tmp_page in setup stage migration/postcopy: map large zero page in