aboutsummaryrefslogtreecommitdiff
path: root/tests/test-rcu-list.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-12tests: Move unit tests into a separate directoryThomas Huth1-381/+0
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-18/+20
2020-03-06tests: Fix a bug with count variablesTianjia Zhang1-1/+1
2020-02-22rcu_queue: add QSLIST functionsPaolo Bonzini1-0/+16
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-1/+1
2018-10-02test-rcu-list: access n_reclaims and n_nodes_removed with atomic64Emilio G. Cota1-9/+11
2018-08-23tests: add test-rcu-tailqEmilio G. Cota1-0/+15
2018-08-23tests: add test-list-simpleqEmilio G. Cota1-0/+17
2018-08-23test-rcu-list: abstract the list implementationEmilio G. Cota1-12/+30
2018-08-23test-rcu-list: access goflag with atomicsEmilio G. Cota1-9/+9
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-02-16tests: Clean up includesPeter Maydell1-5/+1
2015-07-24rcu: actually register threads that have RCU read-side critical sectionsPaolo Bonzini1-0/+4
2015-03-25rcu tests: fix compilation on 32-bit ppcPaolo Bonzini1-22/+28
2015-02-16rcu: introduce RCU-enabled QLISTMike Day1-0/+306