Re: [Qemu-devel] [PATCH 02/18] migration: fix ram_save_pending

2016-11-04 Thread Juan Quintela
Vladimir Sementsov-Ogievskiy wrote: > Fill postcopy-able pending only if ram postcopy is enabled. > It is necessary because of there will be other postcopy-able states and > when ram postcopy is disabled, it should not spoil common postcopy > related pending. > > Signed-off-by: Vladimir Sementsov-

Re: [Qemu-devel] [PATCH 02/18] migration: fix ram_save_pending

2016-08-17 Thread Dr. David Alan Gilbert
* Vladimir Sementsov-Ogievskiy (vsement...@virtuozzo.com) wrote: > Fill postcopy-able pending only if ram postcopy is enabled. > It is necessary because of there will be other postcopy-able states and > when ram postcopy is disabled, it should not spoil common postcopy > related pending. > > Signe

[Qemu-devel] [PATCH 02/18] migration: fix ram_save_pending

2016-08-16 Thread Vladimir Sementsov-Ogievskiy
Fill postcopy-able pending only if ram postcopy is enabled. It is necessary because of there will be other postcopy-able states and when ram postcopy is disabled, it should not spoil common postcopy related pending. Signed-off-by: Vladimir Sementsov-Ogievskiy --- migration/ram.c | 8 ++-- 1