summary refs log tree commit diff stats
path: root/rust/qemu-api/src/irq.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* rust: irq: wrap IRQState with Opaque<>Paolo Bonzini2025-03-061-5/+10
* rust: prefer importing std::ptr over core::ptrZhao Liu2025-02-251-2/+1
* rust: add bindings for gpio_{in|out} initializationZhao Liu2025-02-131-1/+0
* rust/irq: Add a helper to convert [InterruptSource] to pointerZhao Liu2025-02-131-0/+6
* rust: irq: define ObjectType for IRQStatePaolo Bonzini2025-02-131-3/+12
* rust: bindings: add Send and Sync markers for types that have bindingsPaolo Bonzini2025-02-131-0/+3
* rust: qdev: expose inherited methods to subclasses of SysBusDevicePaolo Bonzini2025-01-101-2/+1
* rust: add bindings for interrupt sourcesPaolo Bonzini2024-12-101-0/+91