On 3/12/25 19:51, Paolo Bonzini wrote:
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 <[email protected]>
---
MAINTAINERS | 2 +-
include/block/block-io.h | 2 +-
include/{block => qemu}/aio-wait.h | 0
block/io.c | 2 +-
blockjob.c | 2 +-
io/channel.c | 2 +-
job.c | 2 +-
net/colo-compare.c | 2 +-
net/filter-mirror.c | 2 +-
util/aio-wait.c | 2 +-
util/vhost-user-server.c | 2 +-
hw/display/apple-gfx-mmio.m | 2 +-
hw/display/apple-gfx.m | 2 +-
13 files changed, 12 insertions(+), 12 deletions(-)
rename include/{block => qemu}/aio-wait.h (100%)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>