rcu_queue: add QSLIST functions
QSLIST is the only family of lists for which we do not have RCU-friendly accessors, add them. Signed-off-by:Paolo Bonzini <pbonzini@redhat.com> Reviewed-by:
Stefan Hajnoczi <stefanha@redhat.com> Message-id: 20200220103828.24525-1-pbonzini@redhat.com Signed-off-by:
Stefan Hajnoczi <stefanha@redhat.com>
Showing
- include/qemu/queue.h 13 additions, 2 deletionsinclude/qemu/queue.h
- include/qemu/rcu_queue.h 47 additions, 0 deletionsinclude/qemu/rcu_queue.h
- tests/Makefile.include 2 additions, 0 deletionstests/Makefile.include
- tests/test-rcu-list.c 16 additions, 0 deletionstests/test-rcu-list.c
- tests/test-rcu-slist.c 2 additions, 0 deletionstests/test-rcu-slist.c
tests/test-rcu-slist.c
0 → 100644
Please register or sign in to comment