[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC] [PATCHv5 06/16] aio / timers: Untangle include fi
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [RFC] [PATCHv5 06/16] aio / timers: Untangle include files |
Date: |
Tue, 6 Aug 2013 12:10:17 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Sun, Aug 04, 2013 at 07:09:55PM +0100, Alex Bligh wrote:
> 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 <address@hidden>
> ---
> dma-helpers.c | 1 +
> hw/dma/xilinx_axidma.c | 1 +
> hw/timer/arm_timer.c | 1 +
> hw/timer/grlib_gptimer.c | 2 ++
> hw/timer/imx_epit.c | 1 +
> hw/timer/imx_gpt.c | 1 +
> hw/timer/lm32_timer.c | 1 +
> hw/timer/puv3_ost.c | 1 +
> hw/timer/slavio_timer.c | 1 +
> hw/timer/xilinx_timer.c | 1 +
> hw/usb/hcd-uhci.c | 1 +
> include/block/block_int.h | 1 +
> include/block/coroutine.h | 2 ++
> include/qemu/timer.h | 1 -
> migration-exec.c | 1 +
> migration-fd.c | 1 +
> migration-tcp.c | 1 +
> migration-unix.c | 1 +
> migration.c | 1 +
> nbd.c | 1 +
> net/net.c | 1 +
> net/socket.c | 1 +
> qemu-coroutine-io.c | 1 +
> qemu-io-cmds.c | 1 +
> qemu-nbd.c | 1 +
> slirp/misc.c | 1 +
> thread-pool.c | 1 +
> ui/vnc-auth-vencrypt.c | 2 +-
> ui/vnc-ws.c | 1 +
> 29 files changed, 30 insertions(+), 2 deletions(-)
Fails to build ui/vnc-auth-sasl.c
Please make sure that your ./configure output shows most optional
dependencies are available (you need to install development packages for
these libraries). Otherwise you will not see build breakage.
Stefan
- [Qemu-devel] [RFC] [PATCHv5 10/16] aio / timers: aio_ctx_prepare sets timeout from AioContext timers, (continued)
- [Qemu-devel] [RFC] [PATCHv5 10/16] aio / timers: aio_ctx_prepare sets timeout from AioContext timers, Alex Bligh, 2013/08/04
- [Qemu-devel] [RFC] [PATCHv5 08/16] aio / timers: Add QEMUTimerListGroup to AioContext, Alex Bligh, 2013/08/04
- [Qemu-devel] [RFC] [PATCHv5 13/16] aio / timers: On timer modification, qemu_notify or aio_notify, Alex Bligh, 2013/08/04
- [Qemu-devel] [RFC] [PATCHv5 12/16] aio / timers: Convert mainloop to use timeout, Alex Bligh, 2013/08/04
- [Qemu-devel] [RFC] [PATCHv5 02/16] aio / timers: add ppoll support with qemu_poll_ns, Alex Bligh, 2013/08/04
- [Qemu-devel] [RFC] [PATCHv5 11/16] aio / timers: Convert aio_poll to use AioContext timers' deadline, Alex Bligh, 2013/08/04
- [Qemu-devel] [RFC] [PATCHv5 03/16] aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slack, Alex Bligh, 2013/08/04
- [Qemu-devel] [RFC] [PATCHv5 14/16] aio / timers: Use all timerlists in icount warp calculations, Alex Bligh, 2013/08/04
- [Qemu-devel] [RFC] [PATCHv5 05/16] aio / timers: Split QEMUClock into QEMUClock and QEMUTimerList, Alex Bligh, 2013/08/04
- [Qemu-devel] [RFC] [PATCHv5 06/16] aio / timers: Untangle include files, Alex Bligh, 2013/08/04
- Re: [Qemu-devel] [RFC] [PATCHv5 06/16] aio / timers: Untangle include files,
Stefan Hajnoczi <=
- Re: [Qemu-devel] [RFC] [PATCHv5 06/16] aio / timers: Untangle include files, Alex Bligh, 2013/08/06
- Re: [Qemu-devel] [RFC] [PATCHv5 06/16] aio / timers: Untangle include files, Stefan Hajnoczi, 2013/08/06
- Re: [Qemu-devel] [RFC] [PATCHv5 06/16] aio / timers: Untangle include files, Alex Bligh, 2013/08/06
- Re: [Qemu-devel] [RFC] [PATCHv5 06/16] aio / timers: Untangle include files, Stefan Hajnoczi, 2013/08/07
- Re: [Qemu-devel] [RFC] [PATCHv5 06/16] aio / timers: Untangle include files, Alex Bligh, 2013/08/07
- Re: [Qemu-devel] [RFC] [PATCHv5 06/16] aio / timers: Untangle include files, Stefan Hajnoczi, 2013/08/08
- [Qemu-devel] [RFC] [PATCHv5 09/16] aio / timers: Add a notify callback to QEMUTimerList, Alex Bligh, 2013/08/04
- [Qemu-devel] [RFC] [PATCHv5 15/16] aio / timers: Remove alarm timers, Alex Bligh, 2013/08/04
- [Qemu-devel] [RFC] [PATCHv5 16/16] aio / timers: Add test harness for AioContext timers, Alex Bligh, 2013/08/04
- [Qemu-devel] [RFC] [PATCHv6 00/16] aio / timers: Add AioContext timers and use ppoll, Alex Bligh, 2013/08/06