summaryrefslogtreecommitdiffstats
path: root/meson.build
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | block/export: Add BlockExport infrastructure and block-export-addKevin Wolf2020-10-021-1/+1
|/
* oss-fuzz: move linker arg to fix coverage-buildAlexander Bulekov2020-09-301-7/+8
* cutils: introduce get_relocated_pathPaolo Bonzini2020-09-301-2/+2
* oslib-posix: default exec_dir to bindirPaolo Bonzini2020-09-301-1/+1
* meson: report accelerator supportPaolo Bonzini2020-09-301-11/+24
* meson: qtest: set "depends" correctlyPaolo Bonzini2020-09-301-3/+4
* configure: move cocoa option to MesonPaolo Bonzini2020-09-301-2/+7
* configure: move malloc_trim/tcmalloc/jemalloc to mesonPaolo Bonzini2020-09-301-4/+24
* meson: extend libmpathpersist test for static linkingPaolo Bonzini2020-09-301-8/+19
* meson: move libmpathpersist testPaolo Bonzini2020-09-301-7/+74
* meson: move libudev testPaolo Bonzini2020-09-301-3/+4
* configure: rename QEMU_GA_MSI_ENABLED to CONFIG_QGA_MSIStefan Hajnoczi2020-09-301-1/+1
* meson: error out if qemu_suffix starts with /Marc-André Lureau2020-09-301-0/+5
* scripts/qapi: Remove texinfo generation supportPeter Maydell2020-09-291-2/+0Star
* meson.build: Make manuals depend on source to Sphinx extensionsPeter Maydell2020-09-291-0/+8
* meson.build: Move SPHINX_ARGS to top level meson.build filePeter Maydell2020-09-291-0/+8
* docs/interop: Convert qemu-qmp-ref to rSTPeter Maydell2020-09-291-82/+0Star
* docs/interop: Convert qemu-ga-ref to rSTPeter Maydell2020-09-291-3/+0Star
* configure: Fix build dependencies with vhost-vdpa.Laurent Vivier2020-09-291-0/+1
* meson: fix static flag summaryLaurent Vivier2020-09-231-1/+1
* meson: remove empty else and duplicated gio depsYonggang Luo2020-09-161-6/+0Star
* meson: fix module configGerd Hoffmann2020-09-151-1/+1
* Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell2020-09-131-1/+0Star
|\
| * hw/riscv: Move sifive_gpio model to hw/gpioBin Meng2020-09-101-1/+0Star