mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-03-04 09:04:39 -07:00
The IOQueue has a pool of iocb structs and a function to add new read/write requests. Multiple requests can be added before calling the submit function to actually tell the host kernel to begin I/O. This allows callers to batch requests and submit them in one go. The actual I/O is performed using Linux AIO. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |
||
|---|---|---|
| .. | ||
| event-poll.c | ||
| event-poll.h | ||
| hostmem.c | ||
| hostmem.h | ||
| ioq.c | ||
| ioq.h | ||
| Makefile.objs | ||
| vring.c | ||
| vring.h | ||