Re: [Qemu-devel] [PATCH v3 2/5] migration: Introduce ignore-shared capability

2019-02-20 Thread Dr. David Alan Gilbert
* Yury Kotov (yury-ko...@yandex-team.ru) wrote: > We want to use local migration to update QEMU for running guests. > In this case we don't need to migrate shared (file backed) RAM. > So, add a capability to ignore such blocks during live migration. > > Signed-off-by: Yury Kotov Reviewed-by: Dr.

[Qemu-devel] [PATCH v3 2/5] migration: Introduce ignore-shared capability

2019-02-15 Thread Yury Kotov
We want to use local migration to update QEMU for running guests. In this case we don't need to migrate shared (file backed) RAM. So, add a capability to ignore such blocks during live migration. Signed-off-by: Yury Kotov --- migration/migration.c | 14 ++ migration/migration.h | 1