summaryrefslogtreecommitdiffstats
path: root/meson.build
Commit message (Expand)AuthorAgeFilesLines
...
| * WHPX: Fix WHPX build breakSunil Muthuswamy2020-10-261-1/+1
| * configure: move install_blobs from configure to mesonPaolo Bonzini2020-10-261-1/+1
| * configure: move directory options from config-host.mak to mesonPaolo Bonzini2020-10-261-15/+32
| * meson: rewrite curses/iconv testPaolo Bonzini2020-10-221-54/+73
* | block: move block exports to libblockdevStefan Hajnoczi2020-10-231-2/+2
* | qemu-storage-daemon: avoid compiling blockdev_ss twiceStefan Hajnoczi2020-10-231-2/+10
* | util/vhost-user-server: use static library in meson.buildStefan Hajnoczi2020-10-231-1/+5
|/
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-10-171-82/+103
|\
| * meson: Move the detection logic for sphinx to mesonYonggang Luo2020-10-171-20/+10Star
| * meson: cleanup curses/iconv testPaolo Bonzini2020-10-171-40/+45
| * meson.build: don't condition iconv detection on library detectionBruce Rogers2020-10-171-9/+7Star
| * build: add --enable/--disable-libudevPaolo Bonzini2020-10-171-22/+28
| * build: replace ninjatool with ninjaPaolo Bonzini2020-10-171-4/+0Star
| * configure: move QEMU_INCLUDES to mesonPaolo Bonzini2020-10-171-2/+28
* | meson: add spice_headers dependency.Gerd Hoffmann2020-10-151-0/+2
|/
* configure: Fixes ncursesw detection under msys2/mingw by convert them to mesonYonggang Luo2020-10-141-12/+71
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-10-131-1/+1
|\
| * meson.build: drop duplicate 'sparc64' entrySergei Trofimovich2020-10-131-1/+1
* | meson: identify more sections of meson.buildPaolo Bonzini2020-10-121-11/+25
* | meson.build: Re-enable KVM support for MIPSHuacai Chen2020-10-121-0/+2
* | exec: split out non-softmmu-specific partsPaolo Bonzini2020-10-121-1/+1
* | softmmu: move more files to softmmu/Paolo Bonzini2020-10-121-10/+0Star
* | qom: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2020-10-121-0/+8
* | authz: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2020-10-121-0/+10
* | crypto: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2020-10-121-0/+10
* | io: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2020-10-121-0/+10
* | migration: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2020-10-121-0/+7
* | chardev: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2020-10-121-0/+7
* | hw/core: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé2020-10-121-0/+6
* | meson.build: Sort sourcesets alphabeticallyPhilippe Mathieu-Daudé2020-10-121-9/+9
* | meson.build: Add comments to clarify code organizationPhilippe Mathieu-Daudé2020-10-121-0/+8
|/
* configure: consistently pass CFLAGS/CXXFLAGS/LDFLAGS to mesonPaolo Bonzini2020-10-061-2/+12
* configure: do not clobber environment CFLAGS/CXXFLAGS/LDFLAGSPaolo Bonzini2020-10-061-1/+2
* dtc: Convert Makefile bits to meson bitsPaolo Bonzini2020-10-061-7/+54
* slirp: Convert Makefile bits to meson bitsPaolo Bonzini2020-10-061-7/+83
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-10-051-26/+164
|\
| * meson: move sparse detection to Meson and rewrite check_sparse.pyPaolo Bonzini2020-10-041-4/+6
| * default-configs: remove redundant keysPaolo Bonzini2020-10-031-0/+8
| * default-configs: use TARGET_ARCH keyPaolo Bonzini2020-10-031-1/+4
| * configure: move OpenBSD W^X test to mesonPaolo Bonzini2020-10-031-1/+7
| * configure: remove target configurationPaolo Bonzini2020-10-031-4/+23
| * configure: compute derivatives of target name in mesonPaolo Bonzini2020-10-031-3/+24
| * configure: move accelerator logic to mesonPaolo Bonzini2020-10-031-15/+94
| * default-configs: move files to default-configs/devices/Paolo Bonzini2020-10-031-1/+1
* | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-cap-20201003' into...Peter Maydell2020-10-051-7/+116
|\ \ | |/ |/|
| * disas: Enable capstone disassembly for s390xRichard Henderson2020-10-031-0/+11
| * disas: Split out capstone code to disas/capstone.cRichard Henderson2020-10-031-0/+1
| * capstone: Require version 4.0 from a system libraryRichard Henderson2020-10-031-2/+2
| * capstone: Update to upstream "next" branchRichard Henderson2020-10-031-1/+2
| * capstone: Convert Makefile bits to meson bitsRichard Henderson2020-10-031-7/+103