summary refs log tree commit diff stats
path: root/rust/qemu-api/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-063-89/+0
* rust: cell: add full example of declaring a SysBusDevicePaolo Bonzini2025-03-061-0/+28
* rust: chardev: provide basic bindings to character devicesPaolo Bonzini2025-03-062-2/+241
* rust: bindings: remove more unnecessary Send/Sync implsPaolo Bonzini2025-03-061-6/+2
* rust: chardev: wrap Chardev with Opaque<>Paolo Bonzini2025-03-063-5/+7
* rust: memory: wrap MemoryRegion with Opaque<>Paolo Bonzini2025-03-062-17/+21
* rust: sysbus: wrap SysBusDevice with Opaque<>Paolo Bonzini2025-03-062-11/+21
* rust: hpet: do not access fields of SysBusDevicePaolo Bonzini2025-03-061-0/+12
* rust: qdev: wrap Clock and DeviceState with Opaque<>Paolo Bonzini2025-03-063-27/+49
* rust: qom: wrap Object with Opaque<>Paolo Bonzini2025-03-064-20/+26
* rust: irq: wrap IRQState with Opaque<>Paolo Bonzini2025-03-062-5/+11
* rust: timer: wrap QEMUTimer with Opaque<> and express pinning requirementsPaolo Bonzini2025-03-061-11/+36