aboutsummaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)Author
2023-06-07xen: Drop support for Xen versions below 4.7.1David Woodhouse
2023-06-06Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-06-06build: remove git submodule handling from main makefilePaolo Bonzini
2023-06-06meson: subprojects: replace submodules with wrap filesPaolo Bonzini
2023-06-06configure: rename --enable-pypi to --enable-download, control subprojects tooPaolo Bonzini
2023-06-06configure: remove --with-git= optionPaolo Bonzini
2023-06-06scsi/qemu-pr-helper: Drop support for 'old' libmultipath APIPhilippe Mathieu-Daudé
2023-06-06meson.build: Use -Wno-undef only for SDL2 versions that need itThomas Huth
2023-06-06meson.build: Group the audio backend entries in a separate summary sectionThomas Huth
2023-06-06meson.build: Group the network backend entries in a separate summary sectionThomas Huth
2023-06-06meson.build: Group the UI entries in a separate summary sectionThomas Huth
2023-06-06meson: Avoid implicit declaration of absent functionsMichal Privoznik
2023-06-05Add conditional dependency for libkeyutilsMax Fritz
2023-06-01qapi: add '@fdset' feature for BlockdevOptionsVirtioBlkVhostVdpaStefano Garzarella
2023-05-30meson: Split test for __int128_t type from __int128_t arithmeticRichard Henderson
2023-05-26configure: ignore --makePaolo Bonzini
2023-05-26meson: use subproject for internal libfdtPaolo Bonzini
2023-05-26meson: simplify logic for -DfdtPaolo Bonzini
2023-05-26meson: Remove leftover commentFabiano Rosas
2023-05-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-05-25meson: move -no-pie from linker to compilerPaolo Bonzini
2023-05-25meson.build: Fix glib -Wno-unused-function workaroundNicolas Saenz Julienne
2023-05-23meson: Fix detect atomic128 support with optimizationRichard Henderson
2023-05-23util: Introduce host-specific cpuinfo.hRichard Henderson
2023-05-18Merge tag 'pull-hex-20230518-1' of https://github.com/quic/qemu into stagingRichard Henderson
2023-05-18meson.build Add CONFIG_HEXAGON_IDEF_PARSERTaylor Simpson
2023-05-18build: move compiler version check to mesonPaolo Bonzini
2023-05-18build: move remaining compiler flag tests to mesonPaolo Bonzini
2023-05-18build: move warning flag selection to mesonPaolo Bonzini
2023-05-18build: move stack protector flag selection to mesonPaolo Bonzini
2023-05-18build: move coroutine backend selection to mesonPaolo Bonzini
2023-05-18build: move SafeStack tests to mesonPaolo Bonzini
2023-05-18build: move sanitizer tests to mesonPaolo Bonzini
2023-05-18meson: prepare move of QEMU_CFLAGS to mesonPaolo Bonzini
2023-05-18configure, meson: move --enable-modules to MesonPaolo Bonzini
2023-05-18build: move glib detection and workarounds to mesonPaolo Bonzini
2023-05-18meson: drop unnecessary declare_dependency()Paolo Bonzini
2023-05-18meson: add more version numbers to the summaryPaolo Bonzini
2023-05-18meson: remove static_kwargsPaolo Bonzini
2023-05-18meson: use prefer_static optionPaolo Bonzini
2023-05-18meson: require 0.63.0Paolo Bonzini
2023-05-16meson: Detect atomic128 support with optimizationRichard Henderson
2023-05-16configure: make clear that VirtFS is 9pChristian Schoenebeck
2023-05-16Don't require libcap-ng for virtfs supportPeter Foley
2023-05-15block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i...Sam Li
2023-05-11disas: Move disas.c to disas/Richard Henderson
2023-05-10Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson
2023-05-10block: compile out assert_bdrv_graph_readable() by defaultStefan Hajnoczi
2023-05-10block: add configure options for excluding vmdk, vhdx and vpcVladimir Sementsov-Ogievskiy
2023-05-10Merge tag 'pull-qapi-2023-05-09-v2' of https://repo.or.cz/qemu/armbru into st...Richard Henderson