On Fri, Sep 19, 2025 at 01:25:29PM +0200, Paolo Bonzini wrote: > From: Tanish Desai <[email protected]> > > 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. > > Signed-off-by: Tanish Desai <[email protected]> > [Write commit message, add #[allow()]. - Paolo] > Signed-off-by: Paolo Bonzini <[email protected]> > --- > rust/Cargo.lock | 4 ++++ > rust/Cargo.toml | 1 + > rust/meson.build | 2 +- > rust/trace/Cargo.toml | 16 ++++++++++++++++ > rust/trace/meson.build | 19 +++++++++++++++++++ > rust/trace/src/lib.rs | 35 +++++++++++++++++++++++++++++++++++ > trace/meson.build | 8 +++++++- > 7 files changed, 83 insertions(+), 2 deletions(-) > create mode 100644 rust/trace/Cargo.toml > create mode 100644 rust/trace/meson.build > create mode 100644 rust/trace/src/lib.rs
Reviewed-by: Stefan Hajnoczi <[email protected]>
signature.asc
Description: PGP signature
