Re: [Qemu-devel] [PATCH v7 03/16] migration: split common postcopy out of ram postcopy

2017-08-21 Thread John Snow
On 07/11/2017 09:38 AM, Vladimir Sementsov-Ogievskiy wrote: > 11.07.2017 16:06, Dr. David Alan Gilbert wrote: >> * Vladimir Sementsov-Ogievskiy (vsement...@virtuozzo.com) wrote: >>> Split common postcopy staff from ram postcopy staff. >>> >>> Signed-off-by: Vladimir Sementsov-Ogievskiy >> I'm OK

Re: [Qemu-devel] [PATCH v7 03/16] migration: split common postcopy out of ram postcopy

2017-07-11 Thread Vladimir Sementsov-Ogievskiy
11.07.2017 16:06, Dr. David Alan Gilbert wrote: * Vladimir Sementsov-Ogievskiy (vsement...@virtuozzo.com) wrote: Split common postcopy staff from ram postcopy staff. Signed-off-by: Vladimir Sementsov-Ogievskiy I'm OK with this; I'm not sure I'd have bothered making the ping's dependent on it

Re: [Qemu-devel] [PATCH v7 03/16] migration: split common postcopy out of ram postcopy

2017-07-11 Thread Dr. David Alan Gilbert
* Vladimir Sementsov-Ogievskiy (vsement...@virtuozzo.com) wrote: > Split common postcopy staff from ram postcopy staff. > > Signed-off-by: Vladimir Sementsov-Ogievskiy I'm OK with this; I'm not sure I'd have bothered making the ping's dependent on it being RAM. (These first few are pretty much

[Qemu-devel] [PATCH v7 03/16] migration: split common postcopy out of ram postcopy

2017-07-10 Thread Vladimir Sementsov-Ogievskiy
Split common postcopy staff from ram postcopy staff. Signed-off-by: Vladimir Sementsov-Ogievskiy --- migration/migration.c | 39 ++- migration/migration.h | 2 ++ migration/savevm.c| 48 +++- 3 files changed, 67