qemu-cr16/rust/qemu-api
Paolo Bonzini d556226d69 rust: qom: get rid of ClassInitImpl
Complete the conversion from the ClassInitImpl trait to class_init() methods.
This will provide more freedom to split the qemu_api crate in separate parts.

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2025-02-25 16:18:12 +01:00
..
src rust: qom: get rid of ClassInitImpl 2025-02-25 16:18:12 +01:00
tests rust: qom: get rid of ClassInitImpl 2025-02-25 16:18:12 +01:00
.gitignore
build.rs
Cargo.toml
meson.build rust: add module to convert between success/-errno and io::Result 2025-02-25 16:18:08 +01:00
README.md

QEMU bindings and API wrappers

This library exports helper Rust types, Rust macros and C FFI bindings for internal QEMU APIs.

The C bindings can be generated with bindgen, using this build target:

$ make bindings.inc.rs

Generate Rust documentation

Common Cargo tasks can be performed from the QEMU build directory

$ make clippy
$ make rustfmt
$ make rustdoc