qemu-cr16/rust
Tanish Desai 1461752f0f tracetool/syslog: add Rust support
The syslog backend needs the syslog function from libc and the LOG_INFO enum
value; they are re-exported as "::trace::syslog" and "::trace::LOG_INFO"
so that device crates do not all have to add the libc dependency, but
otherwise there is nothing special.

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-17-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 rust: pl011: add tracepoints 2025-10-01 11:22:07 -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 tracetool/syslog: add Rust support 2025-10-01 11:22:07 -04:00
util log: change qemu_loglevel to unsigned 2025-10-01 11:22:07 -04:00
.gitignore
Cargo.lock tracetool/syslog: add Rust support 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