Re: [Qemu-devel] [PATCH v2 0/5] Add ignore-external migration capability

2019-02-11 Thread Daniel P . Berrangé
On Mon, Feb 11, 2019 at 04:03:57PM +, Dr. David Alan Gilbert wrote: > * Yury Kotov (yury-ko...@yandex-team.ru) wrote: > > Hi, > > > > The series adds a migration capability, which allows to skip shared RAM > > blocks > > during the migration. It's useful for fast local migration. E.g. to upda

Re: [Qemu-devel] [PATCH v2 0/5] Add ignore-external migration capability

2019-02-11 Thread Dr. David Alan Gilbert
* Yury Kotov (yury-ko...@yandex-team.ru) wrote: > Hi, > > The series adds a migration capability, which allows to skip shared RAM blocks > during the migration. It's useful for fast local migration. E.g. to update > QEMU > for the running guests. > > Usage example: > 1. Start source VM: >qem

Re: [Qemu-devel] [PATCH v2 0/5] Add ignore-external migration capability

2019-02-11 Thread Yury Kotov
Ping 04.02.2019, 16:27, "Yury Kotov" : > Hi, > > The series adds a migration capability, which allows to skip shared RAM blocks > during the migration. It's useful for fast local migration. E.g. to update > QEMU > for the running guests. > > Usage example: > 1. Start source VM: >    qemu-system-x

[Qemu-devel] [PATCH v2 0/5] Add ignore-external migration capability

2019-02-04 Thread Yury Kotov
Hi, The series adds a migration capability, which allows to skip shared RAM blocks during the migration. It's useful for fast local migration. E.g. to update QEMU for the running guests. Usage example: 1. Start source VM: qemu-system-x86 \ -m 4G \ -object memory-backend-file,id=mem0