qemu/rust/qemu-api-macros
Paolo Bonzini 907d2bbb80 rust: synchronize dependencies between subprojects and Cargo.lock
The next commit will introduce a new build.rs dependency for rust/qemu-api,
version_check.  Before adding it, ensure that all dependencies are
synchronized between the Meson- and cargo-based build systems.

Note that it's not clear whether in the long term we'll use Cargo for
anything; it seems that the three main uses (clippy, rustfmt, rustdoc)
can all be invoked manually---either via glue code in QEMU, or by
extending Meson to gain the relevant functionality.  However, for
the time being we're stuck with Cargo so it should at least look at
the same code as the rest of the build system.

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2024-11-05 14:18:16 +01:00
..
src rust: cleanup module_init!, use it from #[derive(Object)] 2024-11-05 14:18:15 +01:00
Cargo.lock rust: synchronize dependencies between subprojects and Cargo.lock 2024-11-05 14:18:16 +01:00
Cargo.toml rust: add utility procedural macro crate 2024-10-11 12:32:17 +02:00
meson.build meson: import rust module into a global variable 2024-11-05 14:18:15 +01:00
README.md rust: add utility procedural macro crate 2024-10-11 12:32:17 +02:00

qemu-api-macros - Utility macros for defining QEMU devices