| Commit message (Expand) | Author | Age | Files | Lines |
* | block: move block exports to libblockdev | Stefan Hajnoczi | 2020-10-23 | 1 | -2/+2 |
* | qemu-storage-daemon: avoid compiling blockdev_ss twice | Stefan Hajnoczi | 2020-10-23 | 1 | -2/+10 |
* | util/vhost-user-server: use static library in meson.build | Stefan Hajnoczi | 2020-10-23 | 1 | -1/+5 |
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2020-10-17 | 1 | -82/+103 |
|\ |
|
| * | meson: Move the detection logic for sphinx to meson | Yonggang Luo | 2020-10-17 | 1 | -20/+10 |
| * | meson: cleanup curses/iconv test | Paolo Bonzini | 2020-10-17 | 1 | -40/+45 |
| * | meson.build: don't condition iconv detection on library detection | Bruce Rogers | 2020-10-17 | 1 | -9/+7 |
| * | build: add --enable/--disable-libudev | Paolo Bonzini | 2020-10-17 | 1 | -22/+28 |
| * | build: replace ninjatool with ninja | Paolo Bonzini | 2020-10-17 | 1 | -4/+0 |
| * | configure: move QEMU_INCLUDES to meson | Paolo Bonzini | 2020-10-17 | 1 | -2/+28 |
* | | meson: add spice_headers dependency. | Gerd Hoffmann | 2020-10-15 | 1 | -0/+2 |
|/ |
|
* | configure: Fixes ncursesw detection under msys2/mingw by convert them to meson | Yonggang Luo | 2020-10-14 | 1 | -12/+71 |
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell | 2020-10-13 | 1 | -1/+1 |
|\ |
|
| * | meson.build: drop duplicate 'sparc64' entry | Sergei Trofimovich | 2020-10-13 | 1 | -1/+1 |
* | | meson: identify more sections of meson.build | Paolo Bonzini | 2020-10-12 | 1 | -11/+25 |
* | | meson.build: Re-enable KVM support for MIPS | Huacai Chen | 2020-10-12 | 1 | -0/+2 |
* | | 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 |