| Commit message (Expand) | Author | Age | Files | Lines |
* | exec: split out non-softmmu-specific parts | Paolo Bonzini | 2020-10-12 | 1 | -1/+1 |
* | softmmu: move more files to softmmu/ | Paolo Bonzini | 2020-10-12 | 1 | -10/+0 |
* | qom: Move the creation of the library to the main meson.build | Philippe Mathieu-Daudé | 2020-10-12 | 1 | -0/+8 |
* | authz: Move the creation of the library to the main meson.build | Philippe Mathieu-Daudé | 2020-10-12 | 1 | -0/+10 |
* | crypto: Move the creation of the library to the main meson.build | Philippe Mathieu-Daudé | 2020-10-12 | 1 | -0/+10 |
* | io: Move the creation of the library to the main meson.build | Philippe Mathieu-Daudé | 2020-10-12 | 1 | -0/+10 |
* | migration: Move the creation of the library to the main meson.build | Philippe Mathieu-Daudé | 2020-10-12 | 1 | -0/+7 |
* | chardev: Move the creation of the library to the main meson.build | Philippe Mathieu-Daudé | 2020-10-12 | 1 | -0/+7 |
* | hw/core: Move the creation of the library to the main meson.build | Philippe Mathieu-Daudé | 2020-10-12 | 1 | -0/+6 |
* | meson.build: Sort sourcesets alphabetically | Philippe Mathieu-Daudé | 2020-10-12 | 1 | -9/+9 |
* | meson.build: Add comments to clarify code organization | Philippe Mathieu-Daudé | 2020-10-12 | 1 | -0/+8 |
* | configure: consistently pass CFLAGS/CXXFLAGS/LDFLAGS to meson | Paolo Bonzini | 2020-10-06 | 1 | -2/+12 |
* | configure: do not clobber environment CFLAGS/CXXFLAGS/LDFLAGS | Paolo Bonzini | 2020-10-06 | 1 | -1/+2 |
* | dtc: Convert Makefile bits to meson bits | Paolo Bonzini | 2020-10-06 | 1 | -7/+54 |
* | slirp: Convert Makefile bits to meson bits | Paolo Bonzini | 2020-10-06 | 1 | -7/+83 |
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2020-10-05 | 1 | -26/+164 |
|\ |
|
| * | meson: move sparse detection to Meson and rewrite check_sparse.py | Paolo Bonzini | 2020-10-04 | 1 | -4/+6 |
| * | default-configs: remove redundant keys | Paolo Bonzini | 2020-10-03 | 1 | -0/+8 |
| * | default-configs: use TARGET_ARCH key | Paolo Bonzini | 2020-10-03 | 1 | -1/+4 |
| * | configure: move OpenBSD W^X test to meson | Paolo Bonzini | 2020-10-03 | 1 | -1/+7 |
| * | configure: remove target configuration | Paolo Bonzini | 2020-10-03 | 1 | -4/+23 |
| * | configure: compute derivatives of target name in meson | Paolo Bonzini | 2020-10-03 | 1 | -3/+24 |
| * | configure: move accelerator logic to meson | Paolo Bonzini | 2020-10-03 | 1 | -15/+94 |
| * | default-configs: move files to default-configs/devices/ | Paolo Bonzini | 2020-10-03 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-cap-20201003' into... | Peter Maydell | 2020-10-05 | 1 | -7/+116 |
|\ \
| |/
|/| |
|
| * | disas: Enable capstone disassembly for s390x | Richard Henderson | 2020-10-03 | 1 | -0/+11 |
| * | disas: Split out capstone code to disas/capstone.c | Richard Henderson | 2020-10-03 | 1 | -0/+1 |
| * | capstone: Require version 4.0 from a system library | Richard Henderson | 2020-10-03 | 1 | -2/+2 |
| * | capstone: Update to upstream "next" branch | Richard Henderson | 2020-10-03 | 1 | -1/+2 |
| * | capstone: Convert Makefile bits to meson bits | Richard Henderson | 2020-10-03 | 1 | -7/+103 |
* | | block/export: Add BlockExport infrastructure and block-export-add | Kevin Wolf | 2020-10-02 | 1 | -1/+1 |
|/ |
|
* | oss-fuzz: move linker arg to fix coverage-build | Alexander Bulekov | 2020-09-30 | 1 | -7/+8 |
* | cutils: introduce get_relocated_path | Paolo Bonzini | 2020-09-30 | 1 | -2/+2 |
* | oslib-posix: default exec_dir to bindir | Paolo Bonzini | 2020-09-30 | 1 | -1/+1 |
* | meson: report accelerator support | Paolo Bonzini | 2020-09-30 | 1 | -11/+24 |
* | meson: qtest: set "depends" correctly | Paolo Bonzini | 2020-09-30 | 1 | -3/+4 |
* | configure: move cocoa option to Meson | Paolo Bonzini | 2020-09-30 | 1 | -2/+7 |
* | configure: move malloc_trim/tcmalloc/jemalloc to meson | Paolo Bonzini | 2020-09-30 | 1 | -4/+24 |
* | meson: extend libmpathpersist test for static linking | Paolo Bonzini | 2020-09-30 | 1 | -8/+19 |
* | meson: move libmpathpersist test | Paolo Bonzini | 2020-09-30 | 1 | -7/+74 |
* | meson: move libudev test | Paolo Bonzini | 2020-09-30 | 1 | -3/+4 |
* | configure: rename QEMU_GA_MSI_ENABLED to CONFIG_QGA_MSI | Stefan Hajnoczi | 2020-09-30 | 1 | -1/+1 |
* | meson: error out if qemu_suffix starts with / | Marc-André Lureau | 2020-09-30 | 1 | -0/+5 |
* | scripts/qapi: Remove texinfo generation support | Peter Maydell | 2020-09-29 | 1 | -2/+0 |
* | meson.build: Make manuals depend on source to Sphinx extensions | Peter Maydell | 2020-09-29 | 1 | -0/+8 |
* | meson.build: Move SPHINX_ARGS to top level meson.build file | Peter Maydell | 2020-09-29 | 1 | -0/+8 |
* | docs/interop: Convert qemu-qmp-ref to rST | Peter Maydell | 2020-09-29 | 1 | -82/+0 |
* | docs/interop: Convert qemu-ga-ref to rST | Peter Maydell | 2020-09-29 | 1 | -3/+0 |
* | configure: Fix build dependencies with vhost-vdpa. | Laurent Vivier | 2020-09-29 | 1 | -0/+1 |
* | meson: fix static flag summary | Laurent Vivier | 2020-09-23 | 1 | -1/+1 |