Re: [PATCH] Rust: Add tracing and logging support for Rust code

2025-04-04 Thread Saman Dehghan
I saw that `Bernhard Beschow` is working on the same thing. So, please feel free to close my pull request. Thank you :) --- Saman Dehghan Replying to qemu-devel@nongnu.org on March 31, 2025, 7:26 PM From: sa...@enumclass.cc To: qemu-devel@nongnu.org CC: stefa...@redhat.com, qemu-r

[PATCH] Rust: Add tracing and logging support for Rust code

2025-04-04 Thread saman
Signed-off-by: saman --- include/qemu/log-for-trace.h| 5 +-- rust/hw/char/pl011/src/device.rs| 34 +++--- rust/hw/char/pl011/src/registers.rs | 20 +++ rust/qemu-api/meson.build | 1 + rust/qemu-api/src/lib.rs| 1 + rust/qemu-api/src/log.rs