summaryrefslogtreecommitdiffstats
path: root/meson.build
Commit message (Expand)AuthorAgeFilesLines
* meson: *-user: only descend into *-user when configuredWarner Losh2021-10-181-4/+8
* configure, meson: move more compiler checks to MesonPaolo Bonzini2021-10-141-0/+44
* configure, meson: move Spice configure handling to mesonMarc-André Lureau2021-10-141-11/+18
* configure, meson: move netmap detection to mesonPaolo Bonzini2021-10-141-1/+18
* configure, meson: move vde detection to mesonPaolo Bonzini2021-10-141-3/+23
* configure, meson: move libaio check to meson.buildPaolo Bonzini2021-10-141-2/+8
* configure, meson: move pthread_setname_np checks to MesonPaolo Bonzini2021-10-141-0/+23
* configure, meson: move remaining HAVE_* compiler tests to MesonPaolo Bonzini2021-10-141-1/+18
* meson: HAVE_GDB_BIN is not used by C codePaolo Bonzini2021-10-141-1/+2
* configure, meson: remove CONFIG_GCOV from config-host.makPaolo Bonzini2021-10-141-0/+1
* configure, meson: get HOST_WORDS_BIGENDIAN via the machine objectPaolo Bonzini2021-10-141-1/+2
* configure, meson: move CONFIG_HOST_DSOSUF to MesonPaolo Bonzini2021-10-141-5/+5
* trace: move configuration from configure to MesonPaolo Bonzini2021-10-141-8/+43
* trace: simple: pass trace_file unmodified to config-host.hPaolo Bonzini2021-10-141-1/+1
* configure, meson: move fuzzing configuration to MesonPaolo Bonzini2021-10-141-6/+45
* kconfig: split CONFIG_SPARSE_MEM from fuzzingPaolo Bonzini2021-10-141-0/+1
* meson: define symbols for all available audio driversPaolo Bonzini2021-10-141-3/+3
* configure, meson: move audio driver detection to MesonPaolo Bonzini2021-10-141-20/+117
* ebpf: really include it only in system emulatorsPaolo Bonzini2021-10-131-2/+0Star
* util/compatfd.c: use libc signalfd wrapper instead of raw syscallKacper Słomiński2021-10-131-4/+3Star
* tcg/s390x: Rename from tcg/s390Richard Henderson2021-10-061-2/+0Star
* meson: show library versions in the summaryPaolo Bonzini2021-10-051-59/+55Star
* meson: switch minimum meson version to 0.58.2, minimum recommended to 0.59.2Paolo Bonzini2021-10-051-29/+25Star
* build-sys: add HAVE_IPPROTO_MPTCPMarc-André Lureau2021-09-301-0/+2
* meson: unpack edk2 firmware even if --disable-blobsPaolo Bonzini2021-09-301-8/+8
* nubus: add trace-events for empty slot accessesMark Cave-Ayland2021-09-291-0/+1
* arm: Add Hypervisor.framework build targetAlexander Graf2021-09-211-0/+7
* hvf: Add Apple Silicon supportAlexander Graf2021-09-201-0/+1
* meson.build: fix comment typoMarc-André Lureau2021-09-141-1/+1
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-09-131-1/+1
|\
| * meson.build: Do not look for VNC-related libraries if have_system is not setThomas Huth2021-09-131-1/+1
* | bsd-user: start to move target CPU functions to target_arch*Warner Losh2021-09-101-2/+5
|/
* configure / meson: Move the GBM handling to meson.buildThomas Huth2021-09-061-6/+8
* meson.build: Don't use internal libfdt if the user requested the system libfdtThomas Huth2021-09-061-0/+2
* meson.build: Fix the check for a usable libfdtThomas Huth2021-09-061-0/+1
* meson.build: Define QEMU_ARCH in config-target.hPeter Maydell2021-08-261-0/+2
* meson: fix logic for gnutls checkAlyssa Ross2021-08-061-1/+1
* Update libslirp to v4.6.1Marc-André Lureau2021-08-031-0/+2
* meson: fix dependencies for modinfo #2Gerd Hoffmann2021-07-231-2/+2
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-07-221-3/+3
|\
| * configure: Allow vnc to get disabled with --without-default-featuresThomas Huth2021-07-221-1/+1
| * meson: fix dependencies for modinfoPaolo Bonzini2021-07-221-2/+2
* | block: Add option to use driver whitelist even in toolsKevin Wolf2021-07-201-0/+1
|/
* Merge remote-tracking branch 'remotes/berrange-gitlab/tags/crypto-and-more-pu...Peter Maydell2021-07-151-38/+64
|\
| * crypto: prefer gnutls as the crypto backend if new enoughDaniel P. Berrangé2021-07-141-24/+35
| * crypto: introduce build system for gnutls crypto backendDaniel P. Berrangé2021-07-141-4/+32
| * crypto: flip priority of backends to prefer gcryptDaniel P. Berrangé2021-07-141-11/+11
| * crypto: delete built-in XTS cipher mode supportDaniel P. Berrangé2021-07-141-4/+3Star
| * crypto: drop custom XTS support in gcrypt driverDaniel P. Berrangé2021-07-141-13/+1Star
| * crypto: fix gcrypt min version 1.8 regressionDaniel P. Berrangé2021-07-141-1/+1