summaryrefslogtreecommitdiffstats
path: root/meson.build
Commit message (Expand)AuthorAgeFilesLines
* crypto: fix gcrypt min version 1.8 regressionDaniel P. Berrangé2021-07-141-1/+1
* Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-reque...Peter Maydell2021-07-131-4/+0Star
|\
| * trace, lttng: require .pc filesPaolo Bonzini2021-07-121-4/+0Star
* | Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210708' into...Peter Maydell2021-07-121-0/+1
|\ \ | |/ |/|
| * target/s390x: move kvm files into kvm/Cho, Yu-Chen2021-07-071-0/+1
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-07-111-25/+117
|\ \
| * | meson: Use input/output for entitlements targetAkihiko Odaki2021-07-091-13/+17
| * | configure: allow the selection of alternate config in the buildAlex Bennée2021-07-091-1/+2
| * | configs: rename default-configs to configs and reorganiseAlex Bennée2021-07-091-2/+2
| * | meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé2021-07-091-1/+2
| * | meson: switch function tests from compilation to linkingPaolo Bonzini2021-07-091-9/+9
| * | accel: build tcg modularGerd Hoffmann2021-07-091-1/+13
| * | accel: build qtest modularGerd Hoffmann2021-07-091-0/+6
| * | modules: target-specific module build infrastructureGerd Hoffmann2021-07-091-0/+37
| * | modules: generate modinfo.cGerd Hoffmann2021-07-091-1/+12
| * | modules: collect module meta-dataGerd Hoffmann2021-07-091-0/+16
| * | meson: fix missing preprocessor symbolsPaolo Bonzini2021-07-091-0/+4
| |/
* / block/rbd: bump librbd requirement to luminous releasePeter Lieven2021-07-091-2/+5
|/
* config-host.mak: remove unused compiler-related linesPaolo Bonzini2021-07-061-1/+0Star
* Set icon for QEMU binary on Mac OSJohn Arbuckle2021-07-061-5/+10
* configure: convert compiler tests to meson, part 6Paolo Bonzini2021-07-061-0/+11
* configure: convert compiler tests to meson, part 5Paolo Bonzini2021-07-061-0/+26
* configure: convert compiler tests to meson, part 4Paolo Bonzini2021-07-061-5/+34
* configure: convert compiler tests to meson, part 3Paolo Bonzini2021-07-061-0/+10
* configure: convert compiler tests to meson, part 2Paolo Bonzini2021-07-061-0/+5
* configure: convert compiler tests to meson, part 1Paolo Bonzini2021-07-061-1/+40
* configure: convert HAVE_BROKEN_SIZE_MAX to mesonPaolo Bonzini2021-07-061-0/+9
* configure, meson: move CONFIG_IVSHMEM to mesonPaolo Bonzini2021-07-061-2/+3
* meson: store dependency('threads') in a variablePaolo Bonzini2021-07-061-1/+2
* meson: sort existing compiler testsPaolo Bonzini2021-07-061-3/+6
* configure, meson: convert libxml2 detection to mesonPaolo Bonzini2021-07-061-4/+4
* configure, meson: convert liburing detection to mesonPaolo Bonzini2021-07-061-4/+5
* configure, meson: convert libpmem detection to mesonPaolo Bonzini2021-07-061-4/+4
* configure, meson: convert libdaxctl detection to mesonPaolo Bonzini2021-07-061-3/+5
* configure, meson: convert virgl detection to mesonPaolo Bonzini2021-07-061-4/+6
* configure, meson: convert vte detection to mesonPaolo Bonzini2021-07-061-6/+10
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-06-281-46/+113
|\
| * block: check for sys/disk.hJoelle van Dyne2021-06-251-0/+1
| * block: feature detection for host block supportJoelle van Dyne2021-06-251-1/+5
| * configure, meson: convert libusbredir detection to mesonPaolo Bonzini2021-06-251-4/+5
| * configure, meson: convert libcacard detection to mesonPaolo Bonzini2021-06-251-4/+5
| * configure, meson: convert libusb detection to mesonPaolo Bonzini2021-06-251-4/+7
| * configure, meson: convert pam detection to mesonPaolo Bonzini2021-06-251-5/+26
| * configure, meson: convert libtasn1 detection to mesonPaolo Bonzini2021-06-251-4/+5
| * configure, meson: convert crypto detection to mesonPaolo Bonzini2021-06-251-22/+59
| * meson: remove preadv from summaryPaolo Bonzini2021-06-251-1/+0Star
| * meson: drop unused CONFIG_GCRYPT_HMACPaolo Bonzini2021-06-251-1/+0Star
* | target/mips: Move TCG trace events to tcg/ sub directoryPhilippe Mathieu-Daudé2021-06-241-1/+1
|/
* configure: Use -std=gnu11Richard Henderson2021-06-161-1/+1
* meson: Split out fpu/meson.buildRichard Henderson2021-06-111-3/+1Star