qemu/rust
Paolo Bonzini 214518614c rust: qemu-api-macros: add from_bits and into_bits to #[derive(TryInto)]
These const functions make it possible to use enums easily together
with the bitfield-struct crate.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2025-06-03 22:44:40 +02:00
..
bits rust: add "bits", a custom bitflags implementation 2025-06-03 22:44:40 +02:00
hw rust: pl011: use the bits macro 2025-06-03 22:44:40 +02:00
qemu-api rust: cell: remove support for running doctests with "cargo test --doc" 2025-06-03 22:42:18 +02:00
qemu-api-macros rust: qemu-api-macros: add from_bits and into_bits to #[derive(TryInto)] 2025-06-03 22:44:40 +02:00
.gitignore rust: add bindgen step as a meson dependency 2024-10-11 12:32:17 +02:00
Cargo.lock rust: pl011: use the bits macro 2025-06-03 22:44:40 +02:00
Cargo.toml rust: add "bits", a custom bitflags implementation 2025-06-03 22:44:40 +02:00
Kconfig rust: add PL011 device model 2024-11-05 14:18:15 +01:00
meson.build rust: add "bits", a custom bitflags implementation 2025-06-03 22:44:40 +02:00
rustfmt.toml rust: add crate to expose bindings and interfaces 2024-10-11 12:32:17 +02:00
wrapper.h include/system: Move exec/address-spaces.h to system/address-spaces.h 2025-04-23 14:08:21 -07:00