summary refs log tree commit diff stats
path: root/rust/qemu-api (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2025-07-161-1/+2
|\
| * rust: bindings: allow any number of paramsMichael S. Tsirkin2025-07-151-1/+2
* | rust/qemu-api: log: implement io::WritePaolo Bonzini2025-07-101-8/+84
* | rust/bindings: allow unnecessary_transmutes (1.88)Manos Pitsidianakis2025-07-101-0/+1
* | rust/qemu-api: Fix binding path in source directoryZhao Liu2025-07-101-5/+7
|/
* rust/qemu-api: Add initial logging support based on C APIBernhard Beschow2025-06-205-0/+79
* rust: move rust.bindgen to qemu-api cratePaolo Bonzini2025-06-203-1/+111
* rust: prepare variable definitions for multiple bindgen invocationsPaolo Bonzini2025-06-201-1/+1
* rust: qom: change instance_init to take a ParentInit<>Paolo Bonzini2025-06-173-28/+42
* rust: qom: make ParentInit lifetime-invariantPaolo Bonzini2025-06-171-4/+85
* rust: qom: introduce ParentInitPaolo Bonzini2025-06-171-1/+95
* rust: qemu_api: introduce MaybeUninit field projectionPaolo Bonzini2025-06-173-0/+87
* rust: qdev: support returning errors from realizePaolo Bonzini2025-06-061-4/+8
* rust: qemu-api: add tests for Error bindingsPaolo Bonzini2025-06-051-0/+104
* rust: qemu-api: add bindings to ErrorPaolo Bonzini2025-06-054-0/+318
* subprojects: add the foreign cratePaolo Bonzini2025-06-051-1/+1
* subprojects: add the anyhow cratePaolo Bonzini2025-06-051-1/+1
* rust: cell: remove support for running doctests with "cargo test --doc"Paolo Bonzini2025-06-031-13/+9
* rust: add qemu-api doctests to "meson test"Paolo Bonzini2025-06-031-0/+9
* rust: use "objects" for Rust executables as wellPaolo Bonzini2025-06-031-22/+5
* rust: bindings: allow ptr_offset_with_castPaolo Bonzini2025-06-031-0/+1
* rust: make declaration of dependent crates more consistentPaolo Bonzini2025-05-281-3/+1
* rust: Fix the typos in docZhao Liu2025-05-262-3/+3
* rust: Fix Zhao's email addressZhao Liu2025-05-263-3/+3
* rust: clippy: enable uninlined_format_args lintPaolo Bonzini2025-05-061-2/+2
* rust: replace c_str! with c"" literalsPaolo Bonzini2025-05-067-79/+14
* rust: remove offset_of replacementPaolo Bonzini2025-05-069-199/+10
* rust: enable clippy::ptr_cast_constnessPaolo Bonzini2025-05-064-5/+5
* rust: qom: fix TODO about zeroability of classesPaolo Bonzini2025-05-061-3/+4
* rust: use MaybeUninit::zeroed() in const contextPaolo Bonzini2025-05-061-89/+17
* rust: use std::ffi instead of std::os::rawPaolo Bonzini2025-05-069-13/+18
* rust: centralize config in workspace rootStefan Zabka2025-05-021-8/+7
* rust/timer: Define NANOSECONDS_PER_SECOND binding as u64Zhao Liu2025-05-021-0/+2
* rust/vmstate_test: Test varray with num field wrapped in BqlCellZhao Liu2025-05-021-8/+33
* rust: assertions: Support index field wrapped in BqlCellPaolo Bonzini2025-05-021-16/+9
* vmstate: support varray for vmstate_clock!Paolo Bonzini2025-05-021-3/+10
* rust/vmstate: Add support for field_exists checksZhao Liu2025-05-021-33/+37
* qom: Constify TypeInfo::interfacesPhilippe Mathieu-Daudé2025-04-251-1/+1
* qom: Constify TypeInfo::class_dataPhilippe Mathieu-Daudé2025-04-251-1/+1
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* qom: Have class_base_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* rust/vmstate_test: Fix typo in test_vmstate_macro_array_of_pointer_wrapped()Zhao Liu2025-04-231-2/+2
* rust/vmstate: Include complete crate path of VMStateFlags in vmstate_clockZhao Liu2025-03-211-1/+4
* rust/vmstate: Add unit test for vmstate_validateZhao Liu2025-03-211-2/+80
* rust/vmstate: Add unit test for pointer caseZhao Liu2025-03-211-4/+115
* rust/vmstate: Add unit test for vmstate_{of|struct} macroZhao Liu2025-03-211-2/+156
* rust/vmstate: Add unit test for vmstate_of macroZhao Liu2025-03-213-2/+139
* rust/vmstate: Support vmstate_validateZhao Liu2025-03-211-1/+51
* rust/vmstate: Re-implement VMState trait for timer bindingZhao Liu2025-03-211-7/+3
* rust/vmstate: Relax array check when build varray in vmstate_structZhao Liu2025-03-211-3/+9