summary refs log tree commit diff stats
path: root/rust/qemu-api (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* rust/vmstate: Fix unnecessary VMState bound of with_varray_flag()Zhao Liu2025-03-211-1/+1
* rust/vmstate: Fix "cannot infer type" error in vmstate_structZhao Liu2025-03-211-7/+9
* rust/vmstate: Fix type check for varray in vmstate_structZhao Liu2025-03-212-1/+16
* rust/vmstate: Fix size field of VMStateField with VMS_ARRAY_OF_POINTER flagZhao Liu2025-03-211-0/+4
* rust/vmstate: Fix num field when varray flags are setZhao Liu2025-03-211-0/+1
* rust/vmstate: Fix num_offset in vmstate macrosZhao Liu2025-03-211-2/+2
* rust/vmstate: Remove unnecessary unsafeZhao Liu2025-03-211-1/+1
* rust: assertions: add static_assertPaolo Bonzini2025-03-211-0/+22
* rust: qom: remove operations on &mutPaolo Bonzini2025-03-064-121/+2
* rust: cell: add full example of declaring a SysBusDevicePaolo Bonzini2025-03-061-0/+28
* rust: chardev: provide basic bindings to character devicesPaolo Bonzini2025-03-063-5/+255
* rust: bindings: remove more unnecessary Send/Sync implsPaolo Bonzini2025-03-061-6/+2