index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
block
/
aio-wait.h
Age
Commit message (
Expand
)
Author
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2023-12-21
aio-wait: draw equivalence between AIO_WAIT_WHILE() and AIO_WAIT_WHILE_UNLOCK...
Stefan Hajnoczi
2023-05-10
aio-wait: avoid AioContext lock in aio_wait_bh_oneshot()
Stefan Hajnoczi
2023-04-25
include/block: fixup typos
Wilfred Mallawa
2023-03-07
aio-wait: switch to smp_mb__after_rmw()
Paolo Bonzini
2022-10-07
aio-wait.h: introduce AIO_WAIT_WHILE_UNLOCKED
Emanuele Giuseppe Esposito
2022-06-24
aio_wait_kick: add missing memory barrier
Emanuele Giuseppe Esposito
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-04-09
aio-wait: delegate polling of main AioContext if BQL not held
Paolo Bonzini
2019-05-13
Clean up decorations and whitespace around header guards
Markus Armbruster
2018-09-25
block: Use a single global AioWait
Kevin Wolf
2018-09-25
aio-wait: Increase num_waiters even in home thread
Kevin Wolf
2018-06-18
block: Allow AIO_WAIT_WHILE with NULL ctx
Kevin Wolf
2018-06-18
block: Avoid unnecessary aio_poll() in AIO_WAIT_WHILE()
Kevin Wolf
2018-03-12
block: make BDRV_POLL_WHILE() re-entrancy safe
Stefan Hajnoczi
2018-03-08
block: add aio_wait_bh_oneshot()
Stefan Hajnoczi
2018-03-02
block: extract AIO_WAIT_WHILE() from BlockDriverState
Stefan Hajnoczi