summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* configure: Fix --enable-tcg-interpreterRichard Henderson2021-02-051-2/+3
* Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-re...Peter Maydell2021-01-291-13/+38
|\
| * configure: replace --enable/disable-git-update with --with-git-submodulesDan Streetman2021-01-291-13/+38
* | darwin: remove 64-bit build detection on 32-bit OSJoelle van Dyne2021-01-291-11/+0Star
* | darwin: detect CoreAudio for buildJoelle van Dyne2021-01-291-2/+33
* | configure: cross compile should use x86_64 cpu_familyJoelle van Dyne2021-01-291-1/+4
* | darwin: fix cross-compiling for DarwinJoelle van Dyne2021-01-291-0/+4
* | darwin: remove redundant dependency declarationJoelle van Dyne2021-01-291-1/+0Star
* | configure: cross-compiling with empty cross_prefixJoelle van Dyne2021-01-291-2/+4
* | configure: Move preadv check to meson.buildPeter Maydell2021-01-291-16/+0Star
|/
* configure: Only check for audio drivers if system-mode is selectedPhilippe Mathieu-Daudé2021-01-261-0/+6
* meson: convert wixl detection to MesonPaolo Bonzini2021-01-231-66/+18Star
* build-sys: remove unused LIBSMarc-André Lureau2021-01-231-32/+0Star
* build-system: clean up TCG/TCI configuryPaolo Bonzini2021-01-211-8/+3Star
* configure: MinGW respect --bindir argumentJoshua Watt2021-01-211-11/+6Star
* configure: Add sys/timex.h to probe clock_adjtimeJiaxun Yang2021-01-201-0/+1
* configure: gate our use of GDB to 8.3.1 or aboveAlex Bennée2021-01-181-2/+5
* configure: quote command line arguments in config.statusPaolo Bonzini2021-01-121-1/+5
* configure: move Cocoa incompatibility checks to MesonPaolo Bonzini2021-01-121-15/+0Star
* configure: move GTK+ detection to MesonPaolo Bonzini2021-01-121-49/+6Star
* configure: move X11 detection to MesonPaolo Bonzini2021-01-121-12/+2Star
* gtk: remove CONFIG_GTK_GLPaolo Bonzini2021-01-121-7/+0Star
* cocoa: do not enable coreaudio automaticallyPaolo Bonzini2021-01-121-3/+1Star
* configure: move tests/qemu-iotests/common.env generation to mesonPaolo Bonzini2021-01-061-7/+0Star
* meson.build: convert --with-default-devices to mesonPaolo Bonzini2021-01-061-9/+4Star
* libattr: convert to mesonPaolo Bonzini2021-01-061-41/+4Star
* cap_ng: convert to mesonPaolo Bonzini2021-01-061-30/+4Star
* virtfs: convert to mesonPaolo Bonzini2021-01-061-25/+4Star
* seccomp: convert to mesonPaolo Bonzini2021-01-061-28/+4Star
* zstd: convert to mesonPaolo Bonzini2021-01-061-26/+4Star
* lzfse: convert to mesonPaolo Bonzini2021-01-061-27/+4Star
* snappy: convert to mesonPaolo Bonzini2021-01-061-28/+4Star
* lzo: convert to mesonPaolo Bonzini2021-01-061-28/+4Star
* rbd: convert to mesonPaolo Bonzini2021-01-061-30/+4Star
* libnfs: convert to mesonPaolo Bonzini2021-01-021-23/+4Star
* libiscsi: convert to mesonPaolo Bonzini2021-01-021-25/+4Star
* bzip2: convert to mesonPaolo Bonzini2021-01-021-27/+4Star
* glusterfs: convert to mesonPaolo Bonzini2021-01-021-98/+4Star
* curl: convert to mesonPaolo Bonzini2021-01-021-27/+4Star
* curl: remove compatibility code, require 7.29.0Paolo Bonzini2021-01-021-7/+2Star
* brlapi: convert to mesonPaolo Bonzini2021-01-021-28/+4Star
* configure: remove CONFIG_FILEVERSION and CONFIG_PRODUCTVERSIONPaolo Bonzini2021-01-021-9/+0Star
* configure: accept --enable-slirpPaolo Bonzini2021-01-021-0/+2
* configure: remove variable bogus_osPaolo Bonzini2021-01-021-3/+1Star
* configure: remove useless code to check for Xen PCI passthroughPaolo Bonzini2021-01-021-12/+0Star
* configure,meson: support Control-Flow IntegrityDaniele Buono2021-01-021-2/+20
* configure,meson: add option to enable LTODaniele Buono2021-01-021-0/+7
* configure: document --without-default-{features,devices}Paolo Bonzini2021-01-021-0/+4
* configure: add --without-default-featuresAlex Bennée2021-01-021-70/+85
* configure: move gettext detection to meson.buildAlex Bennée2021-01-021-16/+3Star