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

2019-01-22 Thread Dr. David Alan Gilbert
* Yury Kotov (yury-ko...@yandex-team.ru) wrote: > Hi, > > Just want to clarify your suggestions. > > 1) migrate=off/share=on > > I'm not sure that adding new flag 'migrate=off' is a good idea. I think that > share=on as you suggested at first is enough. > * It's a new flag which has sense only

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

2019-01-21 Thread Yury Kotov
Hi, Just want to clarify your suggestions. 1) migrate=off/share=on I'm not sure that adding new flag 'migrate=off' is a good idea. I think that share=on as you suggested at first is enough. * It's a new flag which has sense only with share=on * It seems to that the meaning of this flag isn't

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

2019-01-14 Thread Yury Kotov
11.01.2019, 23:55, "Eduardo Habkost" : > On Fri, Jan 11, 2019 at 06:49:53PM +0300, Yury Kotov wrote: >>  10.01.2019, 23:12, "Dr. David Alan Gilbert" : >>  > * Yury Kotov (yury-ko...@yandex-team.ru) wrote: >>  >> Hi, >>  >> >>  >> The series adds migration capability which allows to skip 'external'

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

2019-01-14 Thread Yury Kotov
11.01.2019, 23:09, "Dr. David Alan Gilbert" : > * Yury Kotov (yury-ko...@yandex-team.ru) wrote: >> 10.01.2019, 23:12, "Dr. David Alan Gilbert" : >> > * Yury Kotov (yury-ko...@yandex-team.ru) wrote: >> >> Hi, >> >> >> >> The series adds migration capability which allows to skip 'external' RAM

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

2019-01-13 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190110120120.9943-1-yury-ko...@yandex-team.ru/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT

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

2019-01-13 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190110120120.9943-1-yury-ko...@yandex-team.ru/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT

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

2019-01-11 Thread Eduardo Habkost
On Fri, Jan 11, 2019 at 06:49:53PM +0300, Yury Kotov wrote: > 10.01.2019, 23:12, "Dr. David Alan Gilbert" : > > * Yury Kotov (yury-ko...@yandex-team.ru) wrote: > >> Hi, > >> > >> The series adds migration capability which allows to skip 'external' RAM > >> blocks > >> during migration.

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

2019-01-11 Thread Dr. David Alan Gilbert
* Yury Kotov (yury-ko...@yandex-team.ru) wrote: > 10.01.2019, 23:12, "Dr. David Alan Gilbert" : > > * Yury Kotov (yury-ko...@yandex-team.ru) wrote: > >> Hi, > >> > >> The series adds migration capability which allows to skip 'external' RAM > >> blocks > >> during migration. External block is a

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

2019-01-11 Thread Yury Kotov
10.01.2019, 23:12, "Dr. David Alan Gilbert" : > * Yury Kotov (yury-ko...@yandex-team.ru) wrote: >> Hi, >> >> The series adds migration capability which allows to skip 'external' RAM >> blocks >> during migration. External block is a RAMBlock which available from the >> outside >> of current

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

2019-01-10 Thread Dr. David Alan Gilbert
* Yury Kotov (yury-ko...@yandex-team.ru) wrote: > Hi, > > The series adds migration capability which allows to skip 'external' RAM > blocks > during migration. External block is a RAMBlock which available from the > outside > of current QEMU process (e.g. file in /dev/shm). It's useful for fast

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

2019-01-10 Thread Yury Kotov
Hi, The series adds migration capability which allows to skip 'external' RAM blocks during migration. External block is a RAMBlock which available from the outside of current QEMU process (e.g. file in /dev/shm). It's useful for fast local migration to update QEMU for the running guests.