3 # Compile all the targets with as many features enabled as possible
5 # Copyright 2016, 2017 Red Hat Inc.
8 # Fam Zheng <famz@redhat.com>
10 # This work is licensed under the terms of the GNU GPL, version 2
11 # or (at your option) any later version. See the COPYING file in
12 # the top-level directory.
16 cd "$BUILD_DIR" ||
exit 1
25 --enable-coroutine-pool \
26 --enable-crypto-afalg \
39 --enable-guest-agent \
48 --enable-live-block-migration \
55 --enable-qom-cast-debug \
58 --enable-replication \
64 --enable-stack-protector \
67 --enable-tcg-interpreter \
70 --enable-trace-backend=ftrace \
77 --enable-vhost-vsock \
86 --enable-xen-pci-passthrough \
87 --enable-xen-pv-domain-build \
89 && make check
$MAKEFLAGS && install_qemu