]> git.proxmox.com Git - qemu.git/commit
aio / timers: Untangle include files
authorAlex Bligh <alex@alex.org.uk>
Wed, 21 Aug 2013 15:02:47 +0000 (16:02 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 22 Aug 2013 17:10:27 +0000 (19:10 +0200)
commit6a1751b7aad6e38e9d1ae6bcea72fa28bf6cc5fb
treee9323ec0742f142f26fcc79eecb76fdcc97ccd9d
parentff83c66eccf5b5f6b6530d504e3be41559250dcb
aio / timers: Untangle include files

include/qemu/timer.h has no need to include main-loop.h and
doing so causes an issue for the next patch. Unfortunately
various files assume including timers.h will pull in main-loop.h.
Untangle this mess.

Signed-off-by: Alex Bligh <alex@alex.org.uk>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
36 files changed:
dma-helpers.c
hw/dma/xilinx_axidma.c
hw/timer/arm_timer.c
hw/timer/exynos4210_mct.c
hw/timer/exynos4210_pwm.c
hw/timer/grlib_gptimer.c
hw/timer/imx_epit.c
hw/timer/imx_gpt.c
hw/timer/lm32_timer.c
hw/timer/puv3_ost.c
hw/timer/sh_timer.c
hw/timer/slavio_timer.c
hw/timer/xilinx_timer.c
hw/tpm/tpm_tis.c
hw/usb/hcd-uhci.c
include/block/aio.h
include/block/block_int.h
include/block/coroutine.h
include/qemu/timer.h
include/qemu/typedefs.h
migration-exec.c
migration-fd.c
migration-tcp.c
migration-unix.c
migration.c
nbd.c
net/net.c
net/socket.c
qemu-coroutine-io.c
qemu-io-cmds.c
qemu-nbd.c
slirp/misc.c
thread-pool.c
ui/vnc-auth-sasl.h
ui/vnc-auth-vencrypt.c
ui/vnc-ws.c