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/qemu-api
Zhao Liu d031d2fac9 rust/vmstate_test: Fix typo in test_vmstate_macro_array_of_pointer_wrapped()
test_vmstate_macro_array_of_pointer_wrapped() tests the 3rd element, so
fix the index.

Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Link: https://lore.kernel.org/r/20250414144943.1112885-5-zhao1.liu@intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
3 days ago
..
src rust/vmstate: Include complete crate path of VMStateFlags in vmstate_clock 1 month ago
tests rust/vmstate_test: Fix typo in test_vmstate_macro_array_of_pointer_wrapped() 3 days ago
.gitignore rust: allow using build-root bindings.rs from cargo 5 months ago
Cargo.toml rust: subprojects: add libc crate 2 months ago
README.md rust: build: add "make clippy", "make rustfmt", "make rustdoc" 5 months ago
build.rs rust: build: add "make clippy", "make rustfmt", "make rustdoc" 5 months ago
meson.build rust/vmstate: Add unit test for vmstate_of macro 1 month ago

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