aboutsummaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)Author
2024-05-14Bump minimum glib version to v2.66Thomas Huth
2024-05-10configs: disable emulators that require it if libfdt is not foundPaolo Bonzini
2024-05-10kconfig: allow compiling out QEMU device tree code per targetPaolo Bonzini
2024-05-10meson: move libfdt together with other dependenciesPaolo Bonzini
2024-05-10meson: pick libfdt from common_ss when building target-specific filesPaolo Bonzini
2024-05-08migration: Remove block migrationFabiano Rosas
2024-05-03meson: make target endianneess available to KconfigPaolo Bonzini
2024-04-26exec: Expose 'target_page.h' API to user emulationPhilippe Mathieu-Daudé
2024-04-26exec: Rename NEED_CPU_H -> COMPILING_PER_TARGETPhilippe Mathieu-Daudé
2024-04-24meson: Make DEBUG_REMAP a meson optionIlya Leoshkevich
2024-04-24Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-04-24hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helperPhilippe Mathieu-Daudé
2024-04-24target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé
2024-04-18hw: Include minimal source set in user emulation buildPhilippe Mathieu-Daudé
2024-04-18meson: do not link pixman automatically into all targetsPaolo Bonzini
2024-04-12meson.build: Disable -fzero-call-used-regs on OpenBSDThomas Huth
2024-03-20meson: remove dead dictionary accessPaolo Bonzini
2024-03-13Merge tag 'tracing-pull-request' of https://gitlab.com/stefanha/qemu into sta...Peter Maydell
2024-03-12meson: generate .stp files for tools tooDaniel P. Berrangé
2024-03-12tracetool: remove redundant --target-type / --target-name argsDaniel P. Berrangé
2024-03-12Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell
2024-03-12ebpf: Updated eBPF program and skeleton.Andrew Melnychenko
2024-03-11meson.build: Always require an objc compiler on macos hostsPeter Maydell
2024-03-08meson: Remove --warn-common ldflagAkihiko Odaki
2024-03-04meson: detect broken clang 17 with -fzero-call-used-regsDaniel P. Berrangé
2024-02-23meson: Enable -WvlaPeter Maydell
2024-02-09crypto: Introduce SM4 symmetric cipher algorithmHyman Huang
2024-02-09meson: sort C warning flags alphabeticallyDaniel P. Berrangé
2024-02-06meson: Link with libinotify on FreeBSDIlya Leoshkevich
2024-02-01hw/fsi: Introduce IBM's Local busNinad Palsule
2024-01-26virtio-blk: move dataplane code into virtio-blk.cStefan Hajnoczi
2024-01-16meson: mitigate against use of uninitialize stack for exploitsDaniel P. Berrangé
2024-01-16meson: mitigate against ROP exploits with -fzero-call-used-regsDaniel P. Berrangé
2024-01-12Merge tag 'pull-request-2024-01-11' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-01-11target/loongarch: Add loongarch kvm into meson buildTianrui Zhao
2024-01-11target/loongarch: Implement kvm get/set registersTianrui Zhao
2024-01-11Revert "osdep: add getloadavg"Daniel P. Berrangé
2024-01-05meson: Allow building binary with no target-specific files in hw/Philippe Mathieu-Daudé
2023-12-31meson.build: report graphics backends separatelyAlex Bennée
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini
2023-12-31meson: rename config_allPaolo Bonzini
2023-12-31meson: remove CONFIG_ALLPaolo Bonzini
2023-12-31meson: remove config_targetosPaolo Bonzini
2023-12-31meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetosPaolo Bonzini
2023-12-31meson: remove OS definitions from config_targetosPaolo Bonzini
2023-12-31meson: always probe u2f and canokey if the option is enabledPaolo Bonzini
2023-12-31meson: move subdirs to "Collect sources" sectionPaolo Bonzini
2023-12-31meson: move config-host.h definitions togetherPaolo Bonzini
2023-12-31meson: move CFI detection code with other compiler flagsPaolo Bonzini
2023-12-31meson: keep subprojects togetherPaolo Bonzini