[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: |
Wed, 7 Aug 2013 09:19:19 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Wed, Aug 07, 2013 at 12:52:57AM +0100, Alex Bligh wrote:
> --On 6 August 2013 12:10:17 +0200 Stefan Hajnoczi
> <address@hidden> wrote:
>
> >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.
>
> I think I have caught most of these I can test on Ubuntu Precise in
> my v7 patch. I enabled all options I could, and installed all the
> dev options I could for linux. Some things would not build, despite
> installing the development libraries (by 'not build' I mostly mean
> configure would not pick them up when passed --enable-foo with
> the obvious dev libraries installed). These are:
Some tips on which packages to install:
> host big endian no
> gprof enabled no
> sparse enabled no
> strip binaries no
> profiler no
> static build no
All the ones above are okay, fine to ignore.
> SDL support no
Do you have libsdl1.2-dev installed?
> mingw32 support no
Ok.
> vde support no
You need libvde-dev and/or libvdeplug2-dev.
> RDMA support no
Ok.
> spice support no (/)
libspice-protocol-dev and/or libspice-server-dev (can't remember).
> usb net redir no
> libiscsi support no
> seccomp support no
> GlusterFS support no
Ok.
> libssh2 support no
libssh2-1-dev
- [Qemu-devel] [RFC] [PATCHv5 02/16] aio / timers: add ppoll support with qemu_poll_ns, (continued)
- [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, 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/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 <=
- 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
- [Qemu-devel] [RFC] [PATCHv6 04/16] aio / timers: Make qemu_run_timers and qemu_run_all_timers return progress, Alex Bligh, 2013/08/06
- [Qemu-devel] [RFC] [PATCHv6 03/16] aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slack, Alex Bligh, 2013/08/06
- [Qemu-devel] [RFC] [PATCHv6 07/16] aio / timers: Add QEMUTimerListGroup and helper functions, Alex Bligh, 2013/08/06
- [Qemu-devel] [RFC] [PATCHv6 08/16] aio / timers: Add QEMUTimerListGroup to AioContext, Alex Bligh, 2013/08/06