[Qemu-devel] [PATCH 04/17] migration: introduce postcopy-only pending

2017-02-13 Thread Vladimir Sementsov-Ogievskiy
There would be savevm states (dirty-bitmap) which can migrate only in postcopy stage. The corresponding pending is introduced here. Signed-off-by: Vladimir Sementsov-Ogievskiy Reviewed-by: Juan Quintela --- include/migration/vmstate.h | 17 +++-- include/sysemu/sysemu.h | 5 +++

[Qemu-devel] [PATCH 04/17] migration: introduce postcopy-only pending

2017-02-07 Thread Vladimir Sementsov-Ogievskiy
There would be savevm states (dirty-bitmap) which can migrate only in postcopy stage. The corresponding pending is introduced here. Signed-off-by: Vladimir Sementsov-Ogievskiy Reviewed-by: Juan Quintela --- include/migration/vmstate.h | 17 +++-- include/sysemu/sysemu.h | 5 +++

Re: [Qemu-devel] [PATCH 04/17] migration: introduce postcopy-only pending

2017-01-24 Thread Juan Quintela
Vladimir Sementsov-Ogievskiy wrote: > There would be savevm states (dirty-bitmap) which can migrate only in > postcopy stage. The corresponding pending is introduced here. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > include/migration/vmstate.h | 5 +++-- > include/sysemu/sysemu.h

[Qemu-devel] [PATCH 04/17] migration: introduce postcopy-only pending

2016-11-22 Thread Vladimir Sementsov-Ogievskiy
There would be savevm states (dirty-bitmap) which can migrate only in postcopy stage. The corresponding pending is introduced here. Signed-off-by: Vladimir Sementsov-Ogievskiy --- include/migration/vmstate.h | 5 +++-- include/sysemu/sysemu.h | 5 +++-- migration/block.c | 7 +++

[Qemu-devel] [PATCH 04/17] migration: introduce postcopy-only pending

2016-11-21 Thread Vladimir Sementsov-Ogievskiy
There would be savevm states (dirty-bitmap) which can migrate only in postcopy stage. The corresponding pending is introduced here. Signed-off-by: Vladimir Sementsov-Ogievskiy --- include/migration/vmstate.h | 5 +++-- include/sysemu/sysemu.h | 5 +++-- migration/block.c | 7 +++

[Qemu-devel] [PATCH 04/17] migration: introduce postcopy-only pending

2016-02-12 Thread Vladimir Sementsov-Ogievskiy
There would be savevm states (dirty-bitmap) which can migrate only in postcopy stage. The corresponding pending is introduced here. Signed-off-by: Vladimir Sementsov-Ogievskiy --- include/migration/vmstate.h | 5 +++-- include/sysemu/sysemu.h | 5 +++-- migration/block.c | 7 +++