Age | Commit message (Expand) | Author | Files | Lines |
2023-01-20 | coroutine: Use Coroutine typedef name instead of structure tag | Markus Armbruster | 1 | -4/+3 |
2023-01-20 | coroutine: Split qemu/coroutine-core.h off qemu/coroutine.h | Markus Armbruster | 1 | -1/+1 |
2022-12-15 | graph-lock: Introduce a lock to protect block graph operations | Paolo Bonzini | 1 | -0/+9 |
2022-05-09 | util/event-loop-base: Introduce options to set the thread pool size | Nicolas Saenz Julienne | 1 | -0/+10 |
2022-01-12 | aio-posix: split poll check from ready handler | Stefan Hajnoczi | 1 | -1/+3 |
2021-07-21 | iothread: add aio-max-batch parameter | Stefano Garzarella | 1 | -0/+12 |
2021-07-05 | util/async: add a human-readable name to BHs for debugging | Stefan Hajnoczi | 1 | -3/+28 |
2021-06-18 | async: the main AioContext is only "current" if under the BQL | Paolo Bonzini | 1 | -1/+4 |
2020-10-09 | util/async: Add aio_co_reschedule_self() | Kevin Wolf | 1 | -0/+10 |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 1 | -4/+4 |
2020-05-18 | aio-posix: disable fdmon-io_uring when GSource is used | Stefan Hajnoczi | 1 | -0/+3 |
2020-04-09 | aio-wait: delegate polling of main AioContext if BQL not held | Paolo Bonzini | 1 | -19/+10 |
2020-03-09 | aio-posix: remove idle poll handlers to improve scalability | Stefan Hajnoczi | 1 | -0/+8 |
2020-03-09 | aio-posix: support userspace polling of fd monitoring | Stefan Hajnoczi | 1 | -0/+19 |
2020-03-09 | aio-posix: add io_uring fd monitoring implementation | Stefan Hajnoczi | 1 | -0/+9 |
2020-03-09 | aio-posix: simplify FDMonOps->update() prototype | Stefan Hajnoczi | 1 | -7/+6 |
2020-03-09 | aio-posix: extract ppoll(2) and epoll(7) fd monitoring | Stefan Hajnoczi | 1 | -2/+34 |
2020-02-22 | aio-posix: make AioHandler deletion O(1) | Stefan Hajnoczi | 1 | -1/+5 |
2020-02-22 | util/async: make bh_aio_poll() O(1) | Stefan Hajnoczi | 1 | -2/+18 |
2020-01-30 | block/io_uring: implements interfaces for io_uring | Aarushi Mehta | 1 | -1/+15 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2018-10-19 | qemu-timer: introduce timer attributes | Artem Pisarenko | 1 | -7/+52 |
2018-06-27 | linux-aio: properly bubble up errors from initialization | Nishanth Aravamudan | 1 | -0/+3 |
2018-05-18 | iothread: fix epollfd leak in the process of delIOThread | Jie Wang | 1 | -0/+8 |
2018-03-02 | aio: rename aio_context_in_iothread() to in_aio_context_home_thread() | Stefan Hajnoczi | 1 | -2/+5 |
2017-05-12 | aio: add missing aio_notify() to aio_enable_external() | Stefan Hajnoczi | 1 | -2/+8 |
2017-04-11 | async: Introduce aio_co_enter | Fam Zheng | 1 | -0/+9 |
2017-02-21 | aio-posix: partially inline aio_dispatch into aio_poll | Paolo Bonzini | 1 | -5/+1 |
2017-02-21 | aio: introduce aio_co_schedule and aio_co_wake | Paolo Bonzini | 1 | -0/+32 |
2017-01-16 | aio: document locking | Paolo Bonzini | 1 | -16/+16 |
2017-01-16 | aio: make ctx->list_lock a QemuLockCnt, subsuming ctx->walking_bh | Paolo Bonzini | 1 | -7/+5 |
2017-01-16 | aio: rename bh_lock to list_lock | Paolo Bonzini | 1 | -1/+1 |
2017-01-03 | aio: self-tune polling time | Stefan Hajnoczi | 1 | -2/+8 |
2017-01-03 | aio: add .io_poll_begin/end() callbacks | Stefan Hajnoczi | 1 | -0/+20 |
2017-01-03 | aio: add polling mode to AioContext | Stefan Hajnoczi | 1 | -0/+16 |
2017-01-03 | aio: add AioPollFn and io_poll() interface | Stefan Hajnoczi | 1 | -1/+4 |
2017-01-03 | aio: add flag to skip fds to aio_dispatch() | Stefan Hajnoczi | 1 | -1/+5 |
2016-12-22 | block: drop remaining legacy aio functions in comment | Yaowei Bai | 1 | -2/+2 |
2016-10-28 | aio: convert from RFifoLock to QemuRecMutex | Paolo Bonzini | 1 | -2/+1 |
2016-10-28 | iothread: release AioContext around aio_poll | Paolo Bonzini | 1 | -3/+0 |
2016-10-28 | aio: introduce qemu_get_current_aio_context | Paolo Bonzini | 1 | -0/+18 |
2016-10-07 | async: add aio_bh_schedule_oneshot | Paolo Bonzini | 1 | -0/+6 |
2016-07-26 | AioContext: correct comments | Cao jin | 1 | -1/+1 |
2016-07-18 | aio-posix: remove useless parameter | Cao jin | 1 | -1/+1 |
2016-07-18 | linux-aio: share one LinuxAioState within an AioContext | Paolo Bonzini | 1 | -0/+13 |
2016-03-22 | Use scripts/clean-includes to drop redundant qemu/typedefs.h | Markus Armbruster | 1 | -1/+0 |
2015-11-09 | aio: Introduce aio-epoll.c | Fam Zheng | 1 | -0/+5 |
2015-11-09 | aio: Introduce aio_context_setup | Fam Zheng | 1 | -0/+8 |
2015-11-09 | aio: Introduce aio_external_disabled | Fam Zheng | 1 | -0/+11 |
2015-11-06 | bottom halves: introduce bh call function | Pavel Dovgalyuk | 1 | -0/+5 |