aboutsummaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)AuthorFilesLines
2023-06-26accel/tcg: remove CONFIG_PROFILERFei Wu1-2/+0
2023-06-26target/i386: implement RDPID in TCGPaolo Bonzini1-0/+2
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-6/+6
2023-06-20meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLYPhilippe Mathieu-Daudé1-2/+2
2023-06-20meson: Alias CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLYPhilippe Mathieu-Daudé1-0/+1
2023-06-15meson.build: enable xenpv machine build for ARMVikram Garhwal1-1/+1
2023-06-15meson.build: do not set have_xen_pci_passthrough for aarch64 targetsStefano Stabellini1-0/+2
2023-06-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-1/+1
2023-06-07xen: Drop support for Xen versions below 4.7.1David Woodhouse1-4/+1
2023-06-07meson: fix "static build" entry in summaryPaolo Bonzini1-1/+1
2023-06-06Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-78/+56
2023-06-06build: remove git submodule handling from main makefilePaolo Bonzini1-1/+0
2023-06-06meson: subprojects: replace submodules with wrap filesPaolo Bonzini1-14/+1
2023-06-06configure: rename --enable-pypi to --enable-download, control subprojects tooPaolo Bonzini1-4/+8
2023-06-06configure: remove --with-git= optionPaolo Bonzini1-1/+0
2023-06-06scsi/qemu-pr-helper: Drop support for 'old' libmultipath APIPhilippe Mathieu-Daudé1-17/+2
2023-06-06meson.build: Use -Wno-undef only for SDL2 versions that need itThomas Huth1-4/+10
2023-06-06meson.build: Group the audio backend entries in a separate summary sectionThomas Huth1-14/+18
2023-06-06meson.build: Group the network backend entries in a separate summary sectionThomas Huth1-4/+8
2023-06-06meson.build: Group the UI entries in a separate summary sectionThomas Huth1-14/+20
2023-06-06meson: Avoid implicit declaration of absent functionsMichal Privoznik1-21/+5
2023-06-05Add conditional dependency for libkeyutilsMax Fritz1-2/+4
2023-06-01qapi: add '@fdset' feature for BlockdevOptionsVirtioBlkVhostVdpaStefano Garzarella1-0/+4
2023-05-30meson: Split test for __int128_t type from __int128_t arithmeticRichard Henderson1-5/+10
2023-05-26configure: ignore --makePaolo Bonzini1-1/+0
2023-05-26meson: use subproject for internal libfdtPaolo Bonzini1-20/+4
2023-05-26meson: simplify logic for -DfdtPaolo Bonzini1-13/+16
2023-05-26meson: Remove leftover commentFabiano Rosas1-2/+0
2023-05-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-6/+15
2023-05-25meson: move -no-pie from linker to compilerPaolo Bonzini1-5/+14
2023-05-25meson.build: Fix glib -Wno-unused-function workaroundNicolas Saenz Julienne1-1/+1
2023-05-23meson: Fix detect atomic128 support with optimizationRichard Henderson1-1/+1
2023-05-23util: Introduce host-specific cpuinfo.hRichard Henderson1-0/+10
2023-05-18Merge tag 'pull-hex-20230518-1' of https://github.com/quic/qemu into stagingRichard Henderson1-0/+1
2023-05-18meson.build Add CONFIG_HEXAGON_IDEF_PARSERTaylor Simpson1-0/+1
2023-05-18build: move compiler version check to mesonPaolo Bonzini1-0/+20
2023-05-18build: move remaining compiler flag tests to mesonPaolo Bonzini1-1/+51
2023-05-18build: move warning flag selection to mesonPaolo Bonzini1-21/+47
2023-05-18build: move stack protector flag selection to mesonPaolo Bonzini1-1/+27
2023-05-18build: move coroutine backend selection to mesonPaolo Bonzini1-2/+30
2023-05-18build: move SafeStack tests to mesonPaolo Bonzini1-0/+26
2023-05-18build: move sanitizer tests to mesonPaolo Bonzini1-2/+54
2023-05-18meson: prepare move of QEMU_CFLAGS to mesonPaolo Bonzini1-24/+29
2023-05-18configure, meson: move --enable-modules to MesonPaolo Bonzini1-8/+14
2023-05-18build: move glib detection and workarounds to mesonPaolo Bonzini1-18/+74
2023-05-18meson: drop unnecessary declare_dependency()Paolo Bonzini1-3/+1
2023-05-18meson: add more version numbers to the summaryPaolo Bonzini1-6/+10
2023-05-18meson: remove static_kwargsPaolo Bonzini1-131/+84
2023-05-18meson: use prefer_static optionPaolo Bonzini1-8/+5
2023-05-18meson: require 0.63.0Paolo Bonzini1-1/+1