|
il y a 5 mois | |
---|---|---|
.. | ||
src | f7b87e464c rust/vmstate: Include complete crate path of VMStateFlags in vmstate_clock | il y a 5 mois |
tests | 9bd7e6f7f2 rust/vmstate: Add unit test for vmstate_validate | il y a 5 mois |
.gitignore | cb7ada5409 rust: allow using build-root bindings.rs from cargo | il y a 8 mois |
Cargo.toml | 4cfe9edb1b rust: subprojects: add libc crate | il y a 5 mois |
README.md | cab1d0bceb rust: build: add "make clippy", "make rustfmt", "make rustdoc" | il y a 8 mois |
build.rs | cab1d0bceb rust: build: add "make clippy", "make rustfmt", "make rustdoc" | il y a 8 mois |
meson.build | 1998502196 rust/vmstate: Add unit test for vmstate_of macro | il y a 5 mois |
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
Common Cargo tasks can be performed from the QEMU build directory
$ make clippy
$ make rustfmt
$ make rustdoc