Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 1 | -2/+2 |
2020-04-09 | aio-wait: delegate polling of main AioContext if BQL not held | Paolo Bonzini | 1 | -0/+22 |
2019-05-13 | Clean up decorations and whitespace around header guards | Markus Armbruster | 1 | -1/+1 |
2018-09-25 | block: Use a single global AioWait | Kevin Wolf | 1 | -11/+11 |
2018-09-25 | aio-wait: Increase num_waiters even in home thread | Kevin Wolf | 1 | -3/+3 |
2018-06-18 | block: Allow AIO_WAIT_WHILE with NULL ctx | Kevin Wolf | 1 | -4/+9 |
2018-06-18 | block: Avoid unnecessary aio_poll() in AIO_WAIT_WHILE() | Kevin Wolf | 1 | -14/+8 |
2018-03-12 | block: make BDRV_POLL_WHILE() re-entrancy safe | Stefan Hajnoczi | 1 | -31/+30 |
2018-03-08 | block: add aio_wait_bh_oneshot() | Stefan Hajnoczi | 1 | -0/+13 |
2018-03-02 | block: extract AIO_WAIT_WHILE() from BlockDriverState | Stefan Hajnoczi | 1 | -0/+116 |