qemu-cr16/rust/qemu-api/src
Zhao Liu e6f1195f55 rust/irq: Add a helper to convert [InterruptSource] to pointer
This is useful when taking an InterruptSource slice and passing it to C
function.

Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Link: https://lore.kernel.org/r/20250210030051.2562726-4-zhao1.liu@intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2025-02-13 12:51:34 +01:00
..
assertions.rs rust: add a utility module for compile-time type checks 2025-01-10 23:34:43 +01:00
bindings.rs rust: bindings: add Send and Sync markers for types that have bindings 2025-02-13 12:19:34 +01:00
bitops.rs rust: add a bit operation module 2024-12-10 18:49:26 +01:00
c_str.rs rust: introduce a c_str macro 2024-11-05 14:18:16 +01:00
callbacks.rs rust: callbacks: allow passing optional callbacks as () 2025-02-13 12:19:33 +01:00
cell.rs bql: add a "mock" BQL for Rust unit tests 2024-12-19 19:36:37 +01:00
chardev.rs rust: chardev, qdev: add bindings to qdev_prop_set_chr 2025-02-13 12:19:34 +01:00
irq.rs rust/irq: Add a helper to convert [InterruptSource] to pointer 2025-02-13 12:51:34 +01:00
lib.rs rust: chardev, qdev: add bindings to qdev_prop_set_chr 2025-02-13 12:19:34 +01:00
memory.rs rust: bindings for MemoryRegionOps 2025-02-13 12:19:34 +01:00
module.rs rust: rename qemu-api modules to follow C code a bit more 2024-12-19 19:36:37 +01:00
offset_of.rs rust: introduce alternative implementation of offset_of! 2024-11-05 14:18:16 +01:00
prelude.rs rust: qom: allow initializing interface vtables 2025-02-13 12:19:33 +01:00
qdev.rs rust/qdev: add the macro to define bit property 2025-02-13 12:51:34 +01:00
qom.rs rust: qom: allow initializing interface vtables 2025-02-13 12:19:33 +01:00
sysbus.rs rust: pl011: convert pl011_create to safe Rust 2025-02-13 12:19:34 +01:00
vmstate.rs rust: qdev: add clock creation 2025-02-13 12:19:33 +01:00
zeroable.rs rust: bindings for MemoryRegionOps 2025-02-13 12:19:34 +01:00