Re: [Qemu-devel] [PATCH v2 4/4] migration: Add capabilities validation

2019-02-12 Thread Yury Kotov
11.02.2019, 16:30, "Dr. David Alan Gilbert" : > * Yury Kotov (yury-ko...@yandex-team.ru) wrote: >>  Currently we don't check which capabilities set in the source QEMU. >>  We just expect that the target QEMU has the same enabled capabilities. >> >>  Add explicit validation for capabilities to make

Re: [Qemu-devel] [PATCH v2 4/4] migration: Add capabilities validation

2019-02-11 Thread Dr. David Alan Gilbert
* Yury Kotov (yury-ko...@yandex-team.ru) wrote: > Currently we don't check which capabilities set in the source QEMU. > We just expect that the target QEMU has the same enabled capabilities. > > Add explicit validation for capabilities to make sure that the target VM > has them too. This is

[Qemu-devel] [PATCH v2 4/4] migration: Add capabilities validation

2019-02-04 Thread Yury Kotov
Currently we don't check which capabilities set in the source QEMU. We just expect that the target QEMU has the same enabled capabilities. Add explicit validation for capabilities to make sure that the target VM has them too. This is enabled for only new capabilities to keep compatibily.