Re: [PATCH kvmtool 02/16] brlock: Always pass argument to br_read_lock/unlock

2019-04-04 Thread Andre Przywara
On Thu, 7 Mar 2019 08:36:03 + Julien Thierry wrote: > The kvm argument is not passed to br_read_lock/unlock, this works for > the barrier implementation because the argument is not used. This ever > breaks if another lock implementation is used. > > Signed-off-by: Julien Thierry Reviewed-b

[PATCH kvmtool 02/16] brlock: Always pass argument to br_read_lock/unlock

2019-03-07 Thread Julien Thierry
The kvm argument is not passed to br_read_lock/unlock, this works for the barrier implementation because the argument is not used. This ever breaks if another lock implementation is used. Signed-off-by: Julien Thierry --- ioport.c | 4 ++-- mmio.c | 4 ++-- 2 files changed, 4 insertions(+), 4