summary refs log tree commit diff stats
path: root/meson.build (follow)
Commit message (Expand)AuthorAgeFilesLines
* meson: make target endianneess available to KconfigPaolo Bonzini2024-05-031-5/+7
* exec: Expose 'target_page.h' API to user emulationPhilippe Mathieu-Daudé2024-04-261-1/+1
* exec: Rename NEED_CPU_H -> COMPILING_PER_TARGETPhilippe Mathieu-Daudé2024-04-261-2/+2
* meson: Make DEBUG_REMAP a meson optionIlya Leoshkevich2024-04-241-0/+4
* Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into stagingRichard Henderson2024-04-241-38/+0
|\
| * hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helperPhilippe Mathieu-Daudé2024-04-241-36/+0
| * target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé2024-04-241-2/+0
* | hw: Include minimal source set in user emulation buildPhilippe Mathieu-Daudé2024-04-181-1/+5
* | meson: do not link pixman automatically into all targetsPaolo Bonzini2024-04-181-1/+1
|/
* meson.build: Disable -fzero-call-used-regs on OpenBSDThomas Huth2024-04-121-1/+5
* meson: remove dead dictionary accessPaolo Bonzini2024-03-201-1/+1
* Merge tag 'tracing-pull-request' of https://gitlab.com/stefanha/qemu into sta...Peter Maydell2024-03-131-23/+40
|\
| * meson: generate .stp files for tools tooDaniel P. Berrangé2024-03-121-21/+40
| * tracetool: remove redundant --target-type / --target-name argsDaniel P. Berrangé2024-03-121-2/+0
* | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell2024-03-121-3/+7
|\ \
| * | ebpf: Updated eBPF program and skeleton.Andrew Melnychenko2024-03-121-3/+7
| |/
* / meson.build: Always require an objc compiler on macos hostsPeter Maydell2024-03-111-1/+1
|/
* meson: Remove --warn-common ldflagAkihiko Odaki2024-03-081-5/+0
* meson: detect broken clang 17 with -fzero-call-used-regsDaniel P. Berrangé2024-03-041-5/+12
* meson: Enable -WvlaPeter Maydell2024-02-231-0/+1
* crypto: Introduce SM4 symmetric cipher algorithmHyman Huang2024-02-091-0/+26
* meson: sort C warning flags alphabeticallyDaniel P. Berrangé2024-02-091-19/+21
* meson: Link with libinotify on FreeBSDIlya Leoshkevich2024-02-061-4/+19
* hw/fsi: Introduce IBM's Local busNinad Palsule2024-02-011-0/+1
* virtio-blk: move dataplane code into virtio-blk.cStefan Hajnoczi2024-01-261-1/+0
* meson: mitigate against use of uninitialize stack for exploitsDaniel P. Berrangé2024-01-161-0/+5
* meson: mitigate against ROP exploits with -fzero-call-used-regsDaniel P. Berrangé2024-01-161-0/+11
* Merge tag 'pull-request-2024-01-11' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2024-01-121-1/+0
|\
| * Revert "osdep: add getloadavg"Daniel P. Berrangé2024-01-111-1/+0
* | target/loongarch: Add loongarch kvm into meson buildTianrui Zhao2024-01-111-0/+2
* | target/loongarch: Implement kvm get/set registersTianrui Zhao2024-01-111-0/+1
|/
* meson: Allow building binary with no target-specific files in hw/Philippe Mathieu-Daudé2024-01-051-3/+5
* meson.build: report graphics backends separatelyAlex Bennée2023-12-311-2/+6
* configure, meson: rename targetos to host_osPaolo Bonzini2023-12-311-103/+103
* meson: rename config_allPaolo Bonzini2023-12-311-8/+8
* meson: remove CONFIG_ALLPaolo Bonzini2023-12-311-25/+7
* meson: remove config_targetosPaolo Bonzini2023-12-311-14/+10
* meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetosPaolo Bonzini2023-12-311-5/+6
* meson: remove OS definitions from config_targetosPaolo Bonzini2023-12-311-8/+0
* meson: always probe u2f and canokey if the option is enabledPaolo Bonzini2023-12-311-2/+2
* meson: move subdirs to "Collect sources" sectionPaolo Bonzini2023-12-311-33/+33
* meson: move config-host.h definitions togetherPaolo Bonzini2023-12-311-13/+14
* meson: move CFI detection code with other compiler flagsPaolo Bonzini2023-12-311-40/+40
* meson: keep subprojects togetherPaolo Bonzini2023-12-311-36/+36
* meson: move accelerator dependency checks togetherPaolo Bonzini2023-12-311-84/+91
* meson: move option validation togetherPaolo Bonzini2023-12-311-69/+68
* meson: move program checks togetherPaolo Bonzini2023-12-311-51/+56
* meson: add more sections to main meson.buildPaolo Bonzini2023-12-311-6/+18
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2023-12-121-7/+10
|\
| * meson, xen: fix condition for enabling the Xen acceleratorPaolo Bonzini2023-12-121-7/+10