Re: [Qemu-devel] [RFC PATCH] migration/postcopy: enable compress with postcopy

2019-09-03 Thread Dr. David Alan Gilbert
* Wei Yang (richard.weiy...@gmail.com) wrote: > On Fri, Aug 23, 2019 at 04:59:19PM +0100, Dr. David Alan Gilbert wrote: > >* Wei Yang (richardw.y...@linux.intel.com) wrote: > >> This patch enable compress with postcopy. > >> > >> This is a RFC and based on some unmerged patch > >> > >> "migrati

Re: [Qemu-devel] [RFC PATCH] migration/postcopy: enable compress with postcopy

2019-08-26 Thread Wei Yang
On Fri, Aug 23, 2019 at 04:59:19PM +0100, Dr. David Alan Gilbert wrote: >* Wei Yang (richardw.y...@linux.intel.com) wrote: >> This patch enable compress with postcopy. >> >> This is a RFC and based on some unmerged patch >> >> "migration: extract ram_load_precopy" >> "migration/postcopy: skip

Re: [Qemu-devel] [RFC PATCH] migration/postcopy: enable compress with postcopy

2019-08-23 Thread Dr. David Alan Gilbert
* Wei Yang (richardw.y...@linux.intel.com) wrote: > This patch enable compress with postcopy. > > This is a RFC and based on some unmerged patch > > "migration: extract ram_load_precopy" > "migration/postcopy: skip compression when postcopy is active" > > Signed-off-by: Wei Yang > --- > mi

[Qemu-devel] [RFC PATCH] migration/postcopy: enable compress with postcopy

2019-08-01 Thread Wei Yang
This patch enable compress with postcopy. This is a RFC and based on some unmerged patch "migration: extract ram_load_precopy" "migration/postcopy: skip compression when postcopy is active" Signed-off-by: Wei Yang --- migration/postcopy-ram.c | 3 +-- migration/ram.c | 35 +++