Re: [PATCH] rcu_queue: add QSLIST functions

2020-02-21 Thread Stefan Hajnoczi
On Thu, Feb 20, 2020 at 11:38:28AM +0100, Paolo Bonzini wrote: > QSLIST is the only family of lists for which we do not have RCU-friendly > accessors, > add them. > > Signed-off-by: Paolo Bonzini > --- > include/qemu/queue.h | 15 +++-- > include/qemu/rcu_queue.h | 47 ++

Re: [PATCH] rcu_queue: add QSLIST functions

2020-02-21 Thread Stefan Hajnoczi
On Thu, Feb 20, 2020 at 11:38:28AM +0100, Paolo Bonzini wrote: > QSLIST is the only family of lists for which we do not have RCU-friendly > accessors, > add them. > > Signed-off-by: Paolo Bonzini > --- > include/qemu/queue.h | 15 +++-- > include/qemu/rcu_queue.h | 47 ++

Re: [PATCH] rcu_queue: add QSLIST functions

2020-02-20 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200220103828.24525-1-pbonz...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH] rcu_queue: add QSLIST functions Message-id: 20200220103828.24525-1-pbonz...@redhat.com Type: seri