Re: [PATCH v3 2/9] kvm-vfio: Decouple only when we match a group

2017-06-28 Thread Paolo Bonzini
On 20/06/2017 17:47, Alex Williamson wrote: > Unset-KVM and decrement-assignment only when we find the group in our > list. Otherwise we can get out of sync if the user triggers this for > groups that aren't currently on our list. > > Signed-off-by: Alex Williamson > Reviewed-by: Alexey Kardas

Re: [PATCH v3 2/9] kvm-vfio: Decouple only when we match a group

2017-06-26 Thread Auger Eric
Hi, On 20/06/2017 17:47, Alex Williamson wrote: > Unset-KVM and decrement-assignment only when we find the group in our > list. Otherwise we can get out of sync if the user triggers this for > groups that aren't currently on our list. > > Signed-off-by: Alex Williamson > Reviewed-by: Alexey Kard

[PATCH v3 2/9] kvm-vfio: Decouple only when we match a group

2017-06-20 Thread Alex Williamson
Unset-KVM and decrement-assignment only when we find the group in our list. Otherwise we can get out of sync if the user triggers this for groups that aren't currently on our list. Signed-off-by: Alex Williamson Reviewed-by: Alexey Kardashevskiy Cc: Paolo Bonzini Cc: Eric Auger Cc: sta...@vge