[Qemu-devel] [PULL 05/21] migration: Introduce ignore-shared capability

2019-03-05 Thread Dr. David Alan Gilbert (git)
From: 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 Message-Id: <20190215174548.2630-3-yury-ko...@yandex-tea

Re: [Qemu-devel] [PULL 05/21] migration: Introduce ignore-shared capability

2019-03-09 Thread Markus Armbruster
"Dr. David Alan Gilbert (git)" writes: > From: 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 > M

Re: [Qemu-devel] [PULL 05/21] migration: Introduce ignore-shared capability

2019-03-13 Thread Juan Quintela
Markus Armbruster wrote: > "Dr. David Alan Gilbert (git)" writes: > >> From: 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.

Re: [Qemu-devel] [PULL 05/21] migration: Introduce ignore-shared capability

2019-03-13 Thread Markus Armbruster
Juan Quintela writes: > Markus Armbruster wrote: >> "Dr. David Alan Gilbert (git)" writes: >> >>> From: 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 su

Re: [Qemu-devel] [PULL 05/21] migration: Introduce ignore-shared capability

2019-03-18 Thread Dr. David Alan Gilbert
* Markus Armbruster (arm...@redhat.com) wrote: > "Dr. David Alan Gilbert (git)" writes: > > > From: 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 blo