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

2019-03-14 Thread Юрий Котов
Hi, I've sent a mail about this problem: [RFC PATCH] QEMU may write to system_memory before guest starts Regards, Yury 06.03.2019, 13:47, "Yury Kotov" : > 05.03.2019, 21:06, "Dr. David Alan Gilbert" : >>  * Dr. David Alan Gilbert (dgilb...@redhat.com) wrote: >>>   * Yury Kotov (yury-ko...@yandex

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

2019-03-06 Thread Yury Kotov
05.03.2019, 21:06, "Dr. David Alan Gilbert" : > * Dr. David Alan Gilbert (dgilb...@redhat.com) 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

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

2019-03-05 Thread Dr. David Alan Gilbert
* Dr. David Alan Gilbert (dgilb...@redhat.com) 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 update > > QEMU > > f

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

2019-03-05 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. Queued > > Usage example: > 1. Start source VM:

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

2019-02-27 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190215174548.2630-1-yury-ko...@yandex-team.ru/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190215174548.2630-1-yury-ko...@yandex-team.ru Subject: [Qemu-devel] [PATCH v3 0/5] Add ignore

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

2019-02-20 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. Other than the title of this cover letter being o

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

2019-02-20 Thread Dr. David Alan Gilbert
Message-id: 20190215174548.2630-1-yury-ko...@yandex-team.ru > Subject: [Qemu-devel] [PATCH v3 0/5] Add ignore-external migration capability > Type: series > > === TEST SCRIPT BEGIN === > #!/bin/bash > git config --local diff.renamelimit 0 > git config --local diff.rena

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

2019-02-15 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190215174548.2630-1-yury-ko...@yandex-team.ru/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190215174548.2630-1-yury-ko...@yandex-team.ru Subject: [Qemu-devel] [PATCH v3 0/5] Add ignore

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

2019-02-15 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190215174548.2630-1-yury-ko...@yandex-team.ru/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190215174548.2630-1-yury-ko...@yandex-team.ru Subject: [Qemu-devel] [PATCH v3 0/5] Add ignore

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

2019-02-15 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