aboutsummaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)Author
2023-03-28util: import GTree as QTreeEmilio Cota
2023-03-13ui/dbus: do not require opengl & gbmMarc-André Lureau
2023-03-05tracing: remove transform.pyRichard Henderson
2023-03-01hw/xen: Implement emulated PIRQ hypercall supportDavid Woodhouse
2023-03-01xen: add CONFIG_XEN_BUS and CONFIG_XEN_EMU options for Xen emulationDavid Woodhouse
2023-02-27cpu: Remove capstone meson dependencyPhilippe Mathieu-Daudé
2023-02-24Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-02-21sysemu/os-win32: fix setjmp/longjmp on windows-arm64Pierrick Bouvier
2023-02-21Merge tag 'pr-2023-02-16' of https://gitlab.com/a1xndr/qemu into stagingPeter Maydell
2023-02-17thread-posix: add support for setting threads name on OpenBSDBrad Smith
2023-02-16fuzz: remove fork-fuzzing scaffoldingAlexander Bulekov
2023-02-16virtiofsd: Remove build and docs glueDr. David Alan Gilbert
2023-02-14build: deprecate --enable-gprof builds and remove from CIAlex Bennée
2023-02-14meson: Disable libdw for static builds by defaultIlya Leoshkevich
2023-02-14meson: Add missing libdw knobsIlya Leoshkevich
2023-02-11AVX512 support for xbzrle_encode_bufferling xu
2023-02-04Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell
2023-02-04Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into...Peter Maydell
2023-02-04stats: Move QMP commands from monitor/ to stats/Markus Armbruster
2023-02-03Revert "linux-user: fix compat with glibc >= 2.36 sys/mount.h"Daniel P. Berrangé
2023-02-02Merge tag 'pull-jan-omnibus-020223-1' of https://gitlab.com/stsquad/qemu into...Peter Maydell
2023-02-02build-sys: fix crlf-ending C codeMarc-André Lureau
2023-01-26qemu/bswap: Use compiler __builtin_bswap() on NetBSDPhilippe Mathieu-Daudé
2023-01-26qemu/bswap: Remove <byteswap.h> dependencyPhilippe Mathieu-Daudé
2023-01-19ui/spice: Require spice-server >= 0.14.0Markus Armbruster
2023-01-19ui/spice: Require spice-protocol >= 0.14.0Markus Armbruster
2023-01-16util/bufferiszero: Use __attribute__((target)) for avx2/avx512Richard Henderson
2023-01-16accel/tcg: Add debuginfo supportIlya Leoshkevich
2023-01-13mips: Always include nanomips disassemblerPaolo Bonzini
2023-01-08Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-01-06Merge tag 'pull-tcg-20230105' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2023-01-06meson: cleanup compiler detectionPaolo Bonzini
2023-01-06meson: support meson 0.64 -Doptimization=plainPaolo Bonzini
2023-01-06meson: tweak hardening options for WindowsPaolo Bonzini
2023-01-04meson: Move CONFIG_TCG_INTERPRETER to config_hostRichard Henderson
2022-12-28hostmem: Honor multiple preferred nodes if possibleMichal Privoznik
2022-12-20qga: Add initial OpenBSD and NetBSD supportBrad Smith
2022-11-23gtk: disable GTK Clipboard with a new meson optionClaudio Fontana
2022-11-06meson: avoid unused arguments of main() in compiler testsPaolo Bonzini
2022-11-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-11-01tcg/sparc64: Rename from tcg/sparcRichard Henderson
2022-10-31Merge tag 'pull-qemu-20221031' of https://gitlab.com/stweil/qemu into stagingStefan Hajnoczi
2022-10-31scripts/nsis.py: Automatically package required DLLs of QEMU executablesBin Meng
2022-10-31os-posix: asynchronous teardown for shutdown on LinuxClaudio Imbrenda
2022-10-30Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi
2022-10-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2022-10-30Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...Stefan Hajnoczi
2022-10-30Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi
2022-10-27block/io_uring: revert "Use io_uring_register_ring_fd() to skip fd operations"Sam Li
2022-10-27util: Introduce qemu_thread_set_affinity() and qemu_thread_get_affinity()David Hildenbrand