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

2017-06-14 Thread Auger Eric
Hi Alex, On 09/06/2017 23:59, 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

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

2017-06-14 Thread Auger Eric
Hi Alex, On 09/06/2017 23:59, 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 > Cc: Paolo Bonzini

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

2017-06-12 Thread Paolo Bonzini
On 09/06/2017 23:59, 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

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

2017-06-12 Thread Paolo Bonzini
On 09/06/2017 23:59, 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 > Cc: Paolo Bonzini > ---

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

2017-06-09 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 Cc: Paolo Bonzini ---

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

2017-06-09 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 Cc: Paolo Bonzini --- virt/kvm/vfio.c |6 ++ 1 file changed, 2