aboutsummaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)AuthorFilesLines
2022-06-01meson.build: fix summary display of test compilersAlex Bennée1-6/+2
2022-05-28qga/wixl: replace QEMU_GA_MSI_MINGW_BIN_PATH with glib bindirMarc-André Lureau1-1/+4
2022-05-26crypto: Implement RSA algorithm by hogweedLei He1-0/+11
2022-05-20Merge tag 'pull-request-2022-05-18' of https://gitlab.com/thuth/qemu into sta...Richard Henderson1-109/+6
2022-05-18capstone: Remove the capstone submoduleThomas Huth1-108/+5
2022-05-18capstone: Allow version 3.0.5 againThomas Huth1-1/+1
2022-05-17net/vmnet: add vmnet dependency and customizable optionVladislav Yaroshchuk1-1/+15
2022-05-16meson.build: Fix docker-test-build@alpine when including linux/errqueue.hLeonardo Bras1-0/+11
2022-05-16tests: add migration tests of TLS with x509 credentialsDaniel P. Berrangé1-0/+1
2022-05-12net: slirp: allow CFI with libslirp >= 4.7Paolo Bonzini1-14/+17
2022-05-12net: slirp: switch to slirp_newPaolo Bonzini1-1/+1
2022-05-12meson: Make mremap() detecting works correctlyJuan Quintela1-2/+3
2022-05-09util/main-loop: Introduce the main loop into QOMNicolas Saenz Julienne1-1/+2
2022-05-09Introduce event-loop-base abstract classNicolas Saenz Julienne1-9/+14
2022-05-08hppa: remove unused trace-events from from hw/hppaMark Cave-Ayland1-1/+0
2022-05-07configure, meson: move vhost options to MesonPaolo Bonzini1-7/+26
2022-05-07meson: use have_vhost_* variables to pick sourcesPaolo Bonzini1-0/+1
2022-05-07meson: create have_vhost_* variablesPaolo Bonzini1-11/+20
2022-05-07build: move vhost-user-fs configuration to KconfigPaolo Bonzini1-1/+0
2022-05-07build: move vhost-scsi configuration to KconfigPaolo Bonzini1-1/+0
2022-05-07build: move vhost-vsock configuration to KconfigPaolo Bonzini1-1/+0
2022-05-07configure: omit options with default values from meson command linePaolo Bonzini1-1/+1
2022-05-07meson: pass more options directly as -DPaolo Bonzini1-1/+1
2022-05-07meson: always combine directories with prefixPaolo Bonzini1-10/+10
2022-05-07meson, configure: move --interp-prefix to mesonPaolo Bonzini1-4/+2
2022-05-07meson, configure: move --with-pkgversion, CONFIG_STAMP to mesonPaolo Bonzini1-1/+9
2022-05-07meson, configure: move bdrv whitelists to mesonPaolo Bonzini1-11/+16
2022-05-07meson, configure: move --tls-priority to mesonPaolo Bonzini1-1/+2
2022-05-07configure: move Windows flags detection to mesonPaolo Bonzini1-0/+8
2022-05-07configure, meson: move iasl detection to mesonPaolo Bonzini1-7/+9
2022-05-07meson, configure: move Xen detection to mesonPaolo Bonzini1-20/+92
2022-05-04qga/commands-posix: Use getifaddrs when availableAndrew Deason1-0/+1
2022-04-28meson, configure: move --enable-module-upgrades to mesonPaolo Bonzini1-1/+6
2022-04-28meson: remove CONFIG_XEN_PCI_PASSTHROUGH from config-target.hPaolo Bonzini1-2/+0
2022-04-28meson, configure: move libgio test to mesonPaolo Bonzini1-5/+27
2022-04-28meson, configure: move usbfs test to mesonPaolo Bonzini1-0/+13
2022-04-28meson, configure: move keyctl test to mesonPaolo Bonzini1-1/+14
2022-04-28meson, configure: move RDMA options to mesonPaolo Bonzini1-6/+50
2022-04-28configure, meson: move OpenGL check to mesonPaolo Bonzini1-5/+11
2022-04-28meson: show final set of compiler flagsPaolo Bonzini1-4/+4
2022-04-27Replacing CONFIG_VNC_PNG with CONFIG_PNGKshitij Suri1-5/+7
2022-04-20sysemu/os-win32: Test for and use _lock_file/_unlock_fileRichard Henderson1-0/+12
2022-04-06thread-posix: use monotonic clock for QemuCond and QemuSemaphoreLongpeng(Mike)1-0/+11
2022-04-06thread-posix: remove the posix semaphore supportLongpeng(Mike)1-1/+0
2022-04-06build-sys: simplify AF_VSOCK checkMarc-André Lureau1-19/+4
2022-04-06build-sys: drop ntddscsi.h checkMarc-André Lureau1-17/+0
2022-04-06qga: remove explicit environ argument from exec/spawnMarc-André Lureau1-2/+0
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-0/+5
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-1/+0
2022-04-06meson: use chardev_ss dependenciesMarc-André Lureau1-1/+1