mirror of
https://github.com/qemu/qemu.git
synced 2024-12-20 02:33:49 +08:00
65c1b5b622
This is the first step towards having fine-grained critical sections in
dataplane threads, which will resolve lock ordering problems between
address_space_* functions (which need the BQL when doing MMIO, even
after we complete RCU-based dispatch) and the AioContext.
Because AioContext does not use contention callbacks anymore, the
unit test has to be changed.
Previously applied as
|
||
---|---|---|
.. | ||
accounting.h | ||
aio.h | ||
block_backup.h | ||
block_int.h | ||
block.h | ||
blockjob.h | ||
dirty-bitmap.h | ||
nbd.h | ||
qapi.h | ||
raw-aio.h | ||
scsi.h | ||
snapshot.h | ||
thread-pool.h | ||
throttle-groups.h | ||
write-threshold.h |