diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-12-03 12:08:25 +0100 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-12-27 10:11:12 +0100 |
| commit | ddab0ef12470fe706c6afa2e4479762d786daab4 (patch) | |
| tree | c3b9824cd789057ce192f659aab40cd418216999 /fsdev | |
| parent | e47deb1de5b93d1f93b6c7c642b736581a7fbce4 (diff) | |
| download | qemu-ddab0ef12470fe706c6afa2e4479762d786daab4.tar.gz qemu-ddab0ef12470fe706c6afa2e4479762d786daab4.zip | |
block: extract include/qemu/aiocb.h out of include/block/aio.h
Create a new header corresponding to functions defined in
util/aiocb.c, and include it whenever AIOCBs are used but
AioContext is not.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'fsdev')
| -rw-r--r-- | fsdev/qemu-fsdev-throttle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fsdev/qemu-fsdev-throttle.h b/fsdev/qemu-fsdev-throttle.h index daa8ca2494..a1dc030790 100644 --- a/fsdev/qemu-fsdev-throttle.h +++ b/fsdev/qemu-fsdev-throttle.h @@ -15,7 +15,6 @@ #ifndef QEMU_FSDEV_THROTTLE_H #define QEMU_FSDEV_THROTTLE_H -#include "block/aio.h" #include "qemu/coroutine.h" #include "qemu/throttle.h" |
