qemu-cr16/rust
Tanish Desai 54140102d2 rust: add trace crate
The trace crate is a minimal container for dependencies of tracepoints
(so that they do not have to be imported in all the crates that use
tracepoints); it also contains a macro called "include_trace!" that is
able to find the right include file from the trace/ directory.

[Write commit message, add #[allow()]. - Paolo]

Signed-off-by: Tanish Desai <tanishdesai37@gmail.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-ID: <20250929154938.594389-10-pbonzini@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2025-10-01 11:22:07 -04:00
..
bindings/src rust: split "hwcore" crate 2025-09-17 19:00:57 +02:00
bits rust: re-export qemu_macros internal helper in "bits" 2025-09-17 19:00:57 +02:00
bql build-sys: pass -fvisibility=default for wasm bindgen 2025-09-30 19:33:25 +04:00
chardev build-sys: pass -fvisibility=default for wasm bindgen 2025-09-30 19:33:25 +04:00
common rust/common/uninit: Fix Clippy's complaints about lifetime 2025-09-22 17:17:18 +02:00
hw build-sys: pass -fvisibility=default for wasm bindgen 2025-09-30 19:33:25 +04:00
migration build-sys: pass -fvisibility=default for wasm bindgen 2025-09-30 19:33:25 +04:00
qemu-macros rust/qdev: Test bit property for #property 2025-09-22 17:17:19 +02:00
qom build-sys: pass -fvisibility=default for wasm bindgen 2025-09-30 19:33:25 +04:00
system build-sys: pass -fvisibility=default for wasm bindgen 2025-09-30 19:33:25 +04:00
tests rust: re-export qemu macros from common/qom/hwcore 2025-09-17 19:00:58 +02:00
trace rust: add trace crate 2025-10-01 11:22:07 -04:00
util build-sys: pass -fvisibility=default for wasm bindgen 2025-09-30 19:33:25 +04:00
.gitignore
Cargo.lock rust: add trace crate 2025-10-01 11:22:07 -04:00
Cargo.toml rust: add trace crate 2025-10-01 11:22:07 -04:00
Kconfig rust: add PL011 device model 2024-11-05 14:18:15 +01:00
meson.build rust: add trace crate 2025-10-01 11:22:07 -04:00
rustfmt.toml rust: add crate to expose bindings and interfaces 2024-10-11 12:32:17 +02:00