summary refs log tree commit diff stats
path: root/rust/qemu-api/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* rust: split "chardev" crateMarc-André Lureau2025-09-174-273/+4
* rust: split "qom" crateMarc-André Lureau2025-09-179-978/+15
* rust: split "bql" crateMarc-André Lureau2025-09-178-905/+22
* rust: split "migration" crateMarc-André Lureau2025-09-177-736/+6
* rust: split "util" crateMarc-André Lureau2025-09-1710-748/+5
* rust: split Rust-only "common" crateMarc-André Lureau2025-09-1720-1234/+60
* rust: move Cell vmstate implMarc-André Lureau2025-09-172-8/+12
* rust: move VMState handling to QOM moduleMarc-André Lureau2025-09-172-6/+8
* rust: move vmstate_clock!() to qdev moduleMarc-André Lureau2025-09-172-8/+9
* rust: remove unused global qemu "allocator"Marc-André Lureau2025-09-171-135/+0
* rust: qdev: const_refs_to_staticPaolo Bonzini2025-09-171-13/+6
* rust: vmstate: use const_refs_to_staticPaolo Bonzini2025-09-172-178/+55
* rust: vmstate: convert to use builder patternZhao Liu2025-09-173-11/+248
* rust: add qdev Device derive macroManos Pitsidianakis2025-09-171-9/+61
* rust: use inline const expressionsPaolo Bonzini2025-09-175-30/+5
* rust: add missing const markers for MSRV==1.83.0Paolo Bonzini2025-09-175-13/+11
* rust: declare self as qemu_api for proc-macrosManos Pitsidianakis2025-08-271-0/+4
* 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: Add initial logging support based on C APIBernhard Beschow2025-06-203-0/+76
* 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-172-0/+86
* 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-052-0/+315
* rust: cell: remove support for running doctests with "cargo test --doc"Paolo Bonzini2025-06-031-13/+9
* rust: bindings: allow ptr_offset_with_castPaolo Bonzini2025-06-031-0/+1
* rust: Fix the typos in docZhao Liu2025-05-262-3/+3
* rust: Fix Zhao's email addressZhao Liu2025-05-262-2/+2
* rust: replace c_str! with c"" literalsPaolo Bonzini2025-05-064-65/+3
* rust: remove offset_of replacementPaolo Bonzini2025-05-064-180/+8
* 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-068-12/+12
* rust/timer: Define NANOSECONDS_PER_SECOND binding as u64Zhao Liu2025-05-021-0/+2
* 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: Include complete crate path of VMStateFlags in vmstate_clockZhao Liu2025-03-211-1/+4
* rust/vmstate: Support vmstate_validateZhao Liu2025-03-211-1/+51
* rust/vmstate: Re-implement VMState trait for timer bindingZhao Liu2025-03-211-7/+3