Re: [Qemu-devel] [PATCH v3 3/5] migration: Add an ability to ignore shared RAM blocks

2019-02-20 Thread Dr. David Alan Gilbert
* Yury Kotov (yury-ko...@yandex-team.ru) wrote: > If ignore-shared capability is set then skip shared RAMBlocks during the > RAM migration. > Also, move qemu_ram_foreach_migratable_block (and rename) to the > migration code, because it requires access to the migration capabilities. > > Signed-off-

[Qemu-devel] [PATCH v3 3/5] migration: Add an ability to ignore shared RAM blocks

2019-02-15 Thread Yury Kotov
If ignore-shared capability is set then skip shared RAMBlocks during the RAM migration. Also, move qemu_ram_foreach_migratable_block (and rename) to the migration code, because it requires access to the migration capabilities. Signed-off-by: Yury Kotov --- exec.c| 19 ---