tools: Make qemu-xen-traditional build optional.
authorIan Campbell <ian.campbell@citrix.com>
Tue, 6 Aug 2013 10:32:32 +0000 (11:32 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 21 Aug 2013 09:32:42 +0000 (10:32 +0100)
commitb0f69ec5c71de1248d915c193b57c43e786857dd
tree3e1d239ee2b68d08b80fe25385da22e71d4c6bd3
parent874f76a86adf1da70921884f5a868eec105cf8cd
tools: Make qemu-xen-traditional build optional.

Now that we have upstream qemu people may want to avoid building this extra
code.

There is a little bit of trickery in stubdom/configure.ac to ensure that the
ioemu stubdom is only built if qemu-traditional is enabled.

libxl will return an error if a caller tries to build a domain using
qemu-xen-traditional when this support was disabled at build time. Since
qemu-xen-traditional has been historically tightly bound to the Xen releases I
don't see any value in supporting "3rd party" provision of
qemu-xen-traditional.

We also do not want/need this on ARM therefore default is on for x86 and off
otherwise.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
[ ijc -- trivial conflicts in Tools.mk.in and tools/configure.ac.
         Reran autogen.sh ]
Makefile
config/Tools.mk.in
stubdom/Makefile
stubdom/configure
stubdom/configure.ac
tools/Makefile
tools/config.h.in
tools/configure
tools/configure.ac