| Commit message (Expand) | Author | Age | Files | Lines |
* | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 2020-09-23 | 1 | -3/+4 |
* | qemu/queue.h: clear linked list pointers on remove | Stefan Hajnoczi | 2020-03-09 | 1 | -4/+15 |
* | aio-posix: make AioHandler deletion O(1) | Stefan Hajnoczi | 2020-02-22 | 1 | -0/+3 |
* | qemu/queue.h: add QLIST_SAFE_REMOVE() | Stefan Hajnoczi | 2020-02-22 | 1 | -0/+14 |
* | rcu_queue: add QSLIST functions | Paolo Bonzini | 2020-02-22 | 1 | -2/+13 |
* | migration: Simplify get_qlist | Eric Auger | 2020-01-29 | 1 | -13/+6 |
* | migration: Support QLIST migration | Eric Auger | 2020-01-20 | 1 | -0/+39 |
* | queue: add QTAILQ_REMOVE_SEVERAL | Emilio G. Cota | 2019-10-28 | 1 | -0/+10 |
* | queue: Drop superfluous #include qemu/atomic.h | Markus Armbruster | 2019-08-16 | 1 | -2/+0 |
* | queue: fix QTAILQ_FOREACH_REVERSE_SAFE | Paolo Bonzini | 2019-02-05 | 1 | -1/+1 |
* | qemu/queue.h: simplify reverse access to QTAILQ | Paolo Bonzini | 2019-01-11 | 1 | -8/+8 |
* | qemu/queue.h: reimplement QTAILQ without pointer-to-pointers | Paolo Bonzini | 2019-01-11 | 1 | -78/+61 |
* | qemu/queue.h: remove Q_TAILQ_{HEAD,ENTRY} | Paolo Bonzini | 2019-01-11 | 1 | -8/+6 |
* | migration: hold the lock only if it is really needed | Xiao Guangrong | 2018-08-22 | 1 | -0/+1 |
* | queue: add QSIMPLEQ_PREPEND() | Stefan Hajnoczi | 2018-03-27 | 1 | -0/+8 |
* | tcg: Dynamically allocate TCGOps | Richard Henderson | 2017-12-29 | 1 | -0/+5 |
* | migration: migrate QTAILQ | Jianjun Duan | 2017-01-24 | 1 | -0/+60 |
* | qtail: clean up direct access to tqe_prev field | Igor Mammedov | 2016-09-13 | 1 | -0/+2 |
* | Clean up ill-advised or unusual header guards | Markus Armbruster | 2016-07-12 | 1 | -3/+3 |
* | block: Remove bdrv_swap() | Kevin Wolf | 2015-10-16 | 1 | -6/+0 |
* | queue.h: Add QLIST_FIX_HEAD_PTR() | Kevin Wolf | 2015-06-12 | 1 | -0/+6 |
* | queue: fix QSLIST_INSERT_HEAD_ATOMIC race | Paolo Bonzini | 2015-03-12 | 1 | -5/+6 |
* | rcu: introduce RCU-enabled QLIST | Mike Day | 2015-02-16 | 1 | -11/+0 |
* | rcu: add rcu library | Paolo Bonzini | 2015-02-02 | 1 | -0/+13 |
* | QSLIST: add lock-free operations | Paolo Bonzini | 2015-01-13 | 1 | -2/+13 |
* | linux-aio: simplify removal of completed iocbs from the list | Paolo Bonzini | 2014-12-12 | 1 | -0/+11 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -0/+414 |