Re: [Qemu-devel] [PATCH] migration: fix applying wrong capabilities

2018-03-09 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > When setting migration capabilities via QMP/HMP, we'll apply them even > if the capability check failed. Fix it. > > Fixes: 4a84214ebe ("migration: provide migrate_caps_check()", 2017-07-18) > Signed-off-by: Peter Xu Queued > --- > migration/migration.c

Re: [Qemu-devel] [PATCH] migration: fix applying wrong capabilities

2018-03-06 Thread Peter Xu
On Tue, Mar 06, 2018 at 08:08:37PM +, Dr. David Alan Gilbert wrote: > * Peter Xu (pet...@redhat.com) wrote: > > When setting migration capabilities via QMP/HMP, we'll apply them even > > if the capability check failed. Fix it. > > > > Fixes: 4a84214ebe ("migration: provide migrate_caps_check(

Re: [Qemu-devel] [PATCH] migration: fix applying wrong capabilities

2018-03-06 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > When setting migration capabilities via QMP/HMP, we'll apply them even > if the capability check failed. Fix it. > > Fixes: 4a84214ebe ("migration: provide migrate_caps_check()", 2017-07-18) > Signed-off-by: Peter Xu OK, yes, that works, so: Reviewed-by

[Qemu-devel] [PATCH] migration: fix applying wrong capabilities

2018-03-05 Thread Peter Xu
When setting migration capabilities via QMP/HMP, we'll apply them even if the capability check failed. Fix it. Fixes: 4a84214ebe ("migration: provide migrate_caps_check()", 2017-07-18) Signed-off-by: Peter Xu --- migration/migration.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) di