aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/seqlock.h
AgeCommit message (Expand)AuthorFilesLines
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-4/+4
2020-02-12seqlock: fix seqlock_write_unlock_impl functionLuc Michel1-2/+2
2018-08-23seqlock: add QemuLockable supportPaolo Bonzini1-0/+20
2018-08-23seqlock: constify seqlock_read_beginEmilio G. Cota1-1/+1
2016-10-04seqlock: use atomic writes for the sequencePaolo Bonzini1-2/+2
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+2
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-2/+2
2016-06-11seqlock: rename write_lock/unlock to write_begin/endEmilio G. Cota1-2/+2
2016-06-11seqlock: remove optional mutexEmilio G. Cota1-9/+1
2015-09-07seqlock: read sequence number atomicallyEmilio G. Cota1-3/+3
2015-09-07seqlock: add missing 'inline' to seqlock_read_retryEmilio G. Cota1-1/+1
2013-10-17seqlock: introduce read-write seqlockPaolo Bonzini1-0/+72