aboutsummaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)AuthorFilesLines
2024-12-10rust: build: move strict lints handling to rustc_args.pyPaolo Bonzini1-8/+4
2024-12-10rust: cargo: store desired warning levels in workspace Cargo.tomlPaolo Bonzini1-3/+4
2024-12-10rust: build: generate lint flags from Cargo.tomlPaolo Bonzini1-1/+2
2024-12-10rust: build: move rustc_args.py invocation to qemu-api cratePaolo Bonzini1-31/+25
2024-12-10rust: allow using build-root bindings.rs from cargoPaolo Bonzini1-1/+3
2024-12-10rust: apply --cfg MESON to all cratesPaolo Bonzini1-3/+4
2024-12-03meson: Add missing SDL dependency to system/main.cPhilippe Mathieu-Daudé1-2/+2
2024-11-27meson.build: Refuse XCode versions < v15.0Thomas Huth1-3/+3
2024-11-06Merge tag 'for-upstream-rust' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-38/+99
2024-11-06Merge tag 'crypto-fixes-pull-request' of https://gitlab.com/berrange/qemu int...Peter Maydell1-0/+39
2024-11-06rust: make rustfmt optionalPaolo Bonzini1-0/+11
2024-11-06rust: allow older version of bindgenPaolo Bonzini1-4/+27
2024-11-06Merge tag 'pull-lu-20241105' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell1-1/+2
2024-11-05Merge tag 'pull-target-arm-20241105' of https://git.linaro.org/people/pmaydel...Peter Maydell1-0/+1
2024-11-05crypto: Introduce SM3 hash hmac pbkdf algorithmliequan che1-0/+39
2024-11-05rust: do not use --generate-cstrPaolo Bonzini1-1/+3
2024-11-05rust: allow version 1.63.0 of rustcPaolo Bonzini1-3/+4
2024-11-05rust: clean up detection of the languagePaolo Bonzini1-20/+22
2024-11-05rust: silence unknown warnings for the sake of old compilersPaolo Bonzini1-0/+8
2024-11-05rust: use std::os::raw instead of core::ffiPaolo Bonzini1-2/+1
2024-11-05rust: build integration test for the qemu_api cratePaolo Bonzini1-1/+9
2024-11-05rust: do not use --no-size_t-is-usizePaolo Bonzini1-1/+0
2024-11-05meson: pass rustc_args when building all cratesPaolo Bonzini1-7/+13
2024-11-05meson: remove repeated search for rust_root_crate.shPaolo Bonzini1-1/+2
2024-11-05meson: import rust module into a global variablePaolo Bonzini1-1/+2
2024-11-05rust: add PL011 device modelManos Pitsidianakis1-0/+24
2024-11-05Revert "rust: add PL011 device model"Manos Pitsidianakis1-24/+0
2024-11-05linux-user: Allow custom rt signal mappingsIlya Leoshkevich1-1/+2
2024-11-05hw/sensor/tmp105: Convert printf() to trace event, add tracing for read/write...Bernhard Beschow1-0/+1
2024-11-05meson: build contrib/plugins with mesonPierrick Bouvier1-0/+4
2024-11-02Merge tag 'for-upstream-i386' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-0/+17
2024-10-31hw/core: Add Enclave Image Format (EIF) related helpersDorjoy Chowdhury1-0/+1
2024-10-31device/virtio-nsm: Support for Nitro Secure Module deviceDorjoy Chowdhury1-0/+8
2024-10-31configure, meson: deprecate 32-bit MIPSPaolo Bonzini1-0/+8
2024-10-31Merge tag 'pull-riscv-to-apply-20241031-1' of https://github.com/alistair23/q...Peter Maydell1-0/+1
2024-10-31hw/riscv: add RISC-V IOMMU base emulationTomasz Jeznach1-0/+1
2024-10-29Merge tag 'pull-virtio-gpu-vulkan-291024-1' of https://gitlab.com/stsquad/qem...Peter Maydell1-4/+1
2024-10-29Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell1-2/+8
2024-10-28virtio-gpu: Use pkgconfig version to decide which virgl features are availableDmitry Osipenko1-4/+1
2024-10-28net: fix build when libbpf is disabled, but libxdp is enabledDaniel P. Berrangé1-2/+8
2024-10-25Merge tag 'pull-maintainer-oct-misc-241024-1' of https://gitlab.com/stsquad/q...Peter Maydell1-1/+9
2024-10-24meson: hide tsan related warningsPierrick Bouvier1-1/+9
2024-10-21meson.build: Remove ncurses workaround for OpenBSDBrad Smith1-1/+1
2024-10-14Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Peter Maydell1-1/+1
2024-10-14meson: check in main meson.build for native Rust compilerPaolo Bonzini1-1/+2
2024-10-14meson: find_program('gdbus-codegen') directlyMarc-André Lureau1-1/+1
2024-10-11Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-16/+142
2024-10-11meson: ensure -mcx16 is passed when detecting ATOMIC128Paolo Bonzini1-4/+5
2024-10-11meson: define qemu_isa_flagsPaolo Bonzini1-9/+15
2024-10-11meson: fix machine option for x86_versionPierrick Bouvier1-1/+1