Re: [PATCH 0/4] migration/multifd: trivial cleanup for multifd

2019-10-11 Thread Dr. David Alan Gilbert
* Wei Yang (richardw.y...@linux.intel.com) wrote: > Here are four trivial cleanups related to multifd. > > Fix a typo, use a proper variable and setup never changed variables only once. Queued > > Wei Yang (4): > migration/multifd: fix a typo in comment of > multifd_recv_unfill_packet()

[PATCH 0/4] migration/multifd: trivial cleanup for multifd

2019-10-11 Thread Wei Yang
Here are four trivial cleanups related to multifd. Fix a typo, use a proper variable and setup never changed variables only once. Wei Yang (4): migration/multifd: fix a typo in comment of multifd_recv_unfill_packet() migration/multifd: use pages->allocated instead of the static max