You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/rust
Paolo Bonzini 559a779c6a rust: qdev: expose inherited methods to subclasses of SysBusDevice
The ObjectDeref trait now provides all the magic that is required to fake
inheritance.  Replace the "impl SysBusDevice" block of qemu_api::sysbus
with a trait, so that sysbus_init_irq() can be invoked as "self.init_irq()"
without any intermediate upcast.

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2 weeks ago
..
hw rust: qdev: expose inherited methods to subclasses of SysBusDevice 2 weeks ago
qemu-api rust: qdev: expose inherited methods to subclasses of SysBusDevice 2 weeks ago
qemu-api-macros rust: qemu-api-macros: add automatic TryFrom/TryInto derivation 2 weeks ago
.gitignore
Cargo.lock rust: introduce alternative implementation of offset_of! 3 months ago
Cargo.toml rust: qom: add casting functionality 1 month ago
Kconfig rust: add PL011 device model 3 months ago
meson.build rust: build: add "make clippy", "make rustfmt", "make rustdoc" 1 month ago
rustfmt.toml rust: add crate to expose bindings and interfaces 3 months ago
wrapper.h include: Rename sysemu/ -> system/ 1 month ago