Re: [Qemu-devel] [PATCH 1/3] migration: Add x-validate-uuid capability

2019-09-03 Thread Dr. David Alan Gilbert
* Yury Kotov (yury-ko...@yandex-team.ru) wrote: > 03.09.2019, 14:25, "Dr. David Alan Gilbert" : > > * Eric Blake (ebl...@redhat.com) wrote: > >>  On 8/27/19 10:36 AM, Yury Kotov wrote: > >>  > 27.08.2019, 17:02, "Eric Blake" : > >>  >> On 8/27/19 7:02 AM, Yury Kotov wrote: > >>  >>>  This capabilit

Re: [Qemu-devel] [PATCH 1/3] migration: Add x-validate-uuid capability

2019-09-03 Thread Yury Kotov
03.09.2019, 14:25, "Dr. David Alan Gilbert" : > * Eric Blake (ebl...@redhat.com) wrote: >>  On 8/27/19 10:36 AM, Yury Kotov wrote: >>  > 27.08.2019, 17:02, "Eric Blake" : >>  >> On 8/27/19 7:02 AM, Yury Kotov wrote: >>  >>>  This capability realizes simple source validation by UUID. >>  >>>  It's u

Re: [Qemu-devel] [PATCH 1/3] migration: Add x-validate-uuid capability

2019-09-03 Thread Dr. David Alan Gilbert
* Yury Kotov (yury-ko...@yandex-team.ru) wrote: > This capability realizes simple source validation by UUID. > It's useful for live migration between hosts. > > Signed-off-by: Yury Kotov So, ignoring the question of whether it should be a capaibility or not, I'm actually OK with this; I would re

Re: [Qemu-devel] [PATCH 1/3] migration: Add x-validate-uuid capability

2019-09-03 Thread Dr. David Alan Gilbert
* Eric Blake (ebl...@redhat.com) wrote: > On 8/27/19 10:36 AM, Yury Kotov wrote: > > 27.08.2019, 17:02, "Eric Blake" : > >> On 8/27/19 7:02 AM, Yury Kotov wrote: > >>>  This capability realizes simple source validation by UUID. > >>>  It's useful for live migration between hosts. > >>> > > >> > >>

Re: [Qemu-devel] [PATCH 1/3] migration: Add x-validate-uuid capability

2019-08-27 Thread Eric Blake
On 8/27/19 10:36 AM, Yury Kotov wrote: > 27.08.2019, 17:02, "Eric Blake" : >> On 8/27/19 7:02 AM, Yury Kotov wrote: >>>  This capability realizes simple source validation by UUID. >>>  It's useful for live migration between hosts. >>> >> >> Any reason why this is marked experimental? It seems usef

Re: [Qemu-devel] [PATCH 1/3] migration: Add x-validate-uuid capability

2019-08-27 Thread Yury Kotov
27.08.2019, 17:02, "Eric Blake" : > On 8/27/19 7:02 AM, Yury Kotov wrote: >>  This capability realizes simple source validation by UUID. >>  It's useful for live migration between hosts. >> >>  Signed-off-by: Yury Kotov >>  --- >>   migration/migration.c | 9 + >>   migration/migration.h |

Re: [Qemu-devel] [PATCH 1/3] migration: Add x-validate-uuid capability

2019-08-27 Thread Eric Blake
On 8/27/19 7:02 AM, Yury Kotov wrote: > This capability realizes simple source validation by UUID. > It's useful for live migration between hosts. > > Signed-off-by: Yury Kotov > --- > migration/migration.c | 9 + > migration/migration.h | 1 + > migration/savevm.c| 45

[Qemu-devel] [PATCH 1/3] migration: Add x-validate-uuid capability

2019-08-27 Thread Yury Kotov
This capability realizes simple source validation by UUID. It's useful for live migration between hosts. Signed-off-by: Yury Kotov --- migration/migration.c | 9 + migration/migration.h | 1 + migration/savevm.c| 45 +++ qapi/migration.json