aboutsummaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)AuthorFilesLines
2023-12-31meson: remove config_targetosPaolo Bonzini1-14/+10
2023-12-31meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetosPaolo Bonzini1-5/+6
2023-12-31meson: remove OS definitions from config_targetosPaolo Bonzini1-8/+0
2023-12-31meson: always probe u2f and canokey if the option is enabledPaolo Bonzini1-2/+2
2023-12-31meson: move subdirs to "Collect sources" sectionPaolo Bonzini1-33/+33
2023-12-31meson: move config-host.h definitions togetherPaolo Bonzini1-13/+14
2023-12-31meson: move CFI detection code with other compiler flagsPaolo Bonzini1-40/+40
2023-12-31meson: keep subprojects togetherPaolo Bonzini1-36/+36
2023-12-31meson: move accelerator dependency checks togetherPaolo Bonzini1-84/+91
2023-12-31meson: move option validation togetherPaolo Bonzini1-69/+68
2023-12-31meson: move program checks togetherPaolo Bonzini1-51/+56
2023-12-31meson: add more sections to main meson.buildPaolo Bonzini1-6/+18
2023-12-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-7/+10
2023-12-12meson, xen: fix condition for enabling the Xen acceleratorPaolo Bonzini1-7/+10
2023-12-01osdep: add getloadavgMichael S. Tsirkin1-0/+1
2023-11-13meson: Enable -Wshadow=localMarkus Armbruster1-0/+1
2023-11-08plugins: allow plugins to be enabled on windowsGreg Manning1-0/+5
2023-11-07build-sys: make pixman actually optionalMarc-André Lureau1-3/+0
2023-11-07ui/gtk: -display gtk requires PIXMANMarc-André Lureau1-1/+5
2023-11-07ui/spice: SPICE/QXL requires PIXMANMarc-André Lureau1-1/+5
2023-11-07ui/vnc: VNC requires PIXMANMarc-André Lureau1-1/+5
2023-11-07build-sys: add a "pixman" featureMarc-André Lureau1-2/+8
2023-11-06Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) baseMaciej S. Szmigiero1-1/+27
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-0/+1
2023-10-22virtio: call ->vhost_reset_device() during resetStefan Hajnoczi1-0/+1
2023-10-19buildsys: Only display Objective-C information when Objective-C is usedPhilippe Mathieu-Daudé1-2/+4
2023-10-18Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-3/+28
2023-10-18meson: add a note on why we use config_host for program pathsPaolo Bonzini1-0/+5
2023-10-18configure, tests/tcg: simplify GDB conditionalsPaolo Bonzini1-2/+2
2023-10-18meson, cutils: allow non-relocatable installsPaolo Bonzini1-0/+20
2023-10-17meson: do not use set10Paolo Bonzini1-1/+1
2023-10-16gfxstream + rutabaga: meson supportGurchetan Singh1-0/+7
2023-10-11gdbstub: Introduce GDBFeature structureAkihiko Odaki1-1/+1
2023-10-08system: Rename softmmu/ directory as system/Philippe Mathieu-Daudé1-4/+4
2023-10-07meson: Rename target_softmmu_arch -> target_system_archPhilippe Mathieu-Daudé1-2/+2
2023-10-07meson: Rename softmmu_mods -> system_modsPhilippe Mathieu-Daudé1-5/+5
2023-10-05Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi1-15/+3
2023-10-04build: Remove --enable-gprofRichard Henderson1-12/+0
2023-10-04exec: Rename target specific page-vary.c -> page-vary-target.cPhilippe Mathieu-Daudé1-1/+1
2023-10-04exec: Rename cpu.c -> cpu-target.cPhilippe Mathieu-Daudé1-2/+2
2023-10-04osdep: set _FORTIFY_SOURCE=2 when optimization is enabledDaniel P. Berrangé1-10/+0
2023-09-29meson: clean up static_library keyword argumentsPaolo Bonzini1-4/+7
2023-09-29make-release: do not ship dtc sourcesPaolo Bonzini1-0/+3
2023-09-25meson.build: Make keyutils independent from keyringThomas Huth1-2/+4
2023-09-18net: add initial support for AF_XDP network backendIlya Maximets1-0/+9
2023-09-13meson: Fix targetos match for illumos and Solaris.Jonathan Perkin1-2/+2
2023-09-07hw/ufs: Initial commit for emulated Universal-Flash-StorageJeuk Kim1-0/+1
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-44/+67
2023-09-07meson: list leftover CONFIG_* symbolsPaolo Bonzini1-8/+4
2023-09-07configure, meson: remove target OS symbols from config-host.makPaolo Bonzini1-13/+30