mirror of
https://github.com/qemu/qemu.git
synced 2026-02-04 02:24:38 +00:00
block: rename block/aio-wait.h to qemu/aio-wait.h
AIO_WAIT_WHILE is used even outside the block layer; move the header file out of block/ just like the implementation is in util/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@@ -3072,7 +3072,7 @@ F: util/defer-call.c
|
||||
F: util/fdmon-*.c
|
||||
F: block/io.c
|
||||
F: include/qemu/aio.h
|
||||
F: include/block/aio-wait.h
|
||||
F: include/qemu/aio-wait.h
|
||||
F: include/qemu/defer-call.h
|
||||
F: scripts/qemugdb/aio.py
|
||||
F: tests/unit/test-fdmon-epoll.c
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include "qemu/osdep.h"
|
||||
#include "trace.h"
|
||||
#include "system/block-backend.h"
|
||||
#include "block/aio-wait.h"
|
||||
#include "qemu/aio-wait.h"
|
||||
#include "block/blockjob.h"
|
||||
#include "block/blockjob_int.h"
|
||||
#include "block/block_int.h"
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "block/aio-wait.h"
|
||||
#include "qemu/aio-wait.h"
|
||||
#include "block/block.h"
|
||||
#include "block/blockjob_int.h"
|
||||
#include "block/block_int.h"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "qemu/log.h"
|
||||
#include "block/aio-wait.h"
|
||||
#include "qemu/aio-wait.h"
|
||||
#include "hw/core/sysbus.h"
|
||||
#include "hw/core/irq.h"
|
||||
#include "apple-gfx.h"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "qemu/log.h"
|
||||
#include "qapi/visitor.h"
|
||||
#include "qapi/error.h"
|
||||
#include "block/aio-wait.h"
|
||||
#include "qemu/aio-wait.h"
|
||||
#include "system/address-spaces.h"
|
||||
#include "system/dma.h"
|
||||
#include "migration/blocker.h"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#define BLOCK_IO_H
|
||||
|
||||
#include "qemu/aiocb.h"
|
||||
#include "block/aio-wait.h"
|
||||
#include "qemu/aio-wait.h"
|
||||
#include "block/block-common.h"
|
||||
#include "block/graph-lock.h"
|
||||
#include "qemu/coroutine.h"
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "block/aio-wait.h"
|
||||
#include "qemu/aio-wait.h"
|
||||
#include "io/channel.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qemu/main-loop.h"
|
||||
|
||||
2
job.c
2
job.c
@@ -28,7 +28,7 @@
|
||||
#include "qemu/job.h"
|
||||
#include "qemu/id.h"
|
||||
#include "qemu/main-loop.h"
|
||||
#include "block/aio-wait.h"
|
||||
#include "qemu/aio-wait.h"
|
||||
#include "trace/trace-root.h"
|
||||
#include "qapi/qapi-events-job.h"
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#include "migration/colo.h"
|
||||
#include "util.h"
|
||||
|
||||
#include "block/aio-wait.h"
|
||||
#include "qemu/aio-wait.h"
|
||||
#include "qemu/coroutine.h"
|
||||
|
||||
#define TYPE_COLO_COMPARE "colo-compare"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "chardev/char-fe.h"
|
||||
#include "qemu/iov.h"
|
||||
#include "qemu/sockets.h"
|
||||
#include "block/aio-wait.h"
|
||||
#include "qemu/aio-wait.h"
|
||||
|
||||
#define TYPE_FILTER_MIRROR "filter-mirror"
|
||||
typedef struct MirrorState MirrorState;
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "qemu/main-loop.h"
|
||||
#include "block/aio-wait.h"
|
||||
#include "qemu/aio-wait.h"
|
||||
|
||||
AioWait global_aio_wait;
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "qemu/error-report.h"
|
||||
#include "qemu/main-loop.h"
|
||||
#include "qemu/vhost-user-server.h"
|
||||
#include "block/aio-wait.h"
|
||||
#include "qemu/aio-wait.h"
|
||||
|
||||
/*
|
||||
* Theory of operation:
|
||||
|
||||
Reference in New Issue
Block a user