summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-06-06qemu-thread: Avoid futex abstraction for non-LinuxAkihiko Odaki1-31/+53
2025-06-06qemu-thread: Replace __linux__ with CONFIG_LINUXAkihiko Odaki2-4/+4
2025-06-06futex: Support WindowsAkihiko Odaki6-17/+53
2025-06-06futex: Check value after qemu_futex_wait()Akihiko Odaki3-13/+24
2025-06-06i386/kvm: Prefault memory on page state changeTom Lendacky3-5/+29
2025-06-06rust: make TryFrom macro more resilientPaolo Bonzini1-3/+4
2025-06-06docs: update Rust module statusPaolo Bonzini1-1/+1
2025-06-06rust/hpet: Drop BqlCell wrapper for num_timersZhao Liu1-16/+11
2025-06-06rust/hpet: return errors from realize if properties are incorrectPaolo Bonzini2-13/+10
2025-06-06hpet: return errors from realize if properties are incorrectPaolo Bonzini1-7/+8
2025-06-06hpet: adjust VMState for consistency with Rust versionPaolo Bonzini1-3/+3
2025-06-06rust/hpet: change type of num_timers to usizePaolo Bonzini1-12/+12
2025-06-06rust: qdev: support returning errors from realizePaolo Bonzini3-8/+14
2025-06-05rust: qemu-api: add tests for Error bindingsPaolo Bonzini1-0/+104
2025-06-05rust: qemu-api: add bindings to ErrorPaolo Bonzini7-0/+341
2025-06-05util/error: make func optionalPaolo Bonzini2-2/+9
2025-06-05util/error: allow non-NUL-terminated err->srcPaolo Bonzini2-3/+11
2025-06-05util/error: expose Error definition to Rust codePaolo Bonzini3-9/+28
2025-06-05subprojects: add the foreign cratePaolo Bonzini7-3/+41
2025-06-05subprojects: add the anyhow cratePaolo Bonzini7-3/+46
2025-06-03rust: qemu-api-macros: add from_bits and into_bits to #[derive(TryInto)]Paolo Bonzini1-8/+36
2025-06-03rust: pl011: use the bits macroPaolo Bonzini5-44/+49
2025-06-03rust: add "bits", a custom bitflags implementationPaolo Bonzini8-0/+728
2025-06-03i386/tdvf: Fix build on 32-bit hostCédric Le Goater1-3/+3
2025-06-03i386/tdx: Fix build on 32-bit hostCédric Le Goater1-13/+13
2025-06-03meson: use config_base_arch for target librariesPierrick Bouvier1-4/+3
2025-06-03target/i386: Add the immediate form MSR access instruction supportXin Li (Intel)2-1/+5
2025-06-03target/i386: Add a new CPU feature word for CPUID.7.1.ECXXin Li (Intel)2-1/+23
2025-06-03target/i386: Remove FRED dependency on WRMSRNSXin Li (Intel)1-4/+0
2025-06-03rust: use native Meson support for clippy and rustdocPaolo Bonzini6-22/+10
2025-06-03rust: cell: remove support for running doctests with "cargo test --doc"Paolo Bonzini1-13/+9
2025-06-03rust: add qemu-api doctests to "meson test"Paolo Bonzini4-9/+16
2025-06-03build, dockerfiles: add support for detecting rustdocPaolo Bonzini5-0/+16
2025-06-03rust: use "objects" for Rust executables as wellPaolo Bonzini3-24/+7
2025-06-03meson: update to version 1.8.1Paolo Bonzini6-4/+16
2025-06-03rust: bindings: allow ptr_offset_with_castPaolo Bonzini1-0/+1
2025-06-03qapi: Improve documentation around job state @concludedMarkus Armbruster2-13/+8
2025-06-03qapi: Tidy up references to job state CONCLUDEDMarkus Armbruster2-6/+6
2025-06-03qapi: Mention both job-cancel and block-job-cancel in doc commentsMarkus Armbruster1-5/+5
2025-06-03qapi: Refer to job-FOO instead of deprecated block-job-FOO in docsMarkus Armbruster1-29/+28
2025-06-03qapi: Spell JSON null correctly in blockdev-reopen documentationMarkus Armbruster1-1/+1
2025-06-03qapi: Use proper markup instead of CAPS for emphasis in doc commentsMarkus Armbruster4-19/+19
2025-06-03qapi: Fix capitalization in doc commentsMarkus Armbruster8-10/+10
2025-06-03qapi: Correct spelling of QEMU in doc commentsMarkus Armbruster10-26/+26
2025-06-03qapi: Drop a problematic (Since: 2.11) from query-hotpluggable-cpusMarkus Armbruster1-1/+1
2025-06-03qapi: Avoid breaking lines within (since X.Y)Markus Armbruster8-66/+66
2025-06-03qapi: Move (since X.Y) to end of descriptionMarkus Armbruster2-12/+12
2025-06-03qapi: Tidy up whitespace in doc commentsMarkus Armbruster8-24/+25
2025-06-03qapi: Tidy up run-together sentences in doc commentsMarkus Armbruster5-28/+28
2025-06-02trace/simple: seperate hot paths of tracing fucntionsTanish Desai1-13/+10