Am 11. Juni 2025 07:56:23 UTC schrieb Paolo Bonzini <pbonz...@redhat.com>: >On 6/10/25 22:21, Bernhard Beschow wrote: >> +/// A macro to log messages conditionally based on a provided mask. >> +/// >> +/// The `log_mask` macro checks whether the given mask matches the current >> log >> +/// level and, if so, formats and logs the message. It is the Rust >> counterpart >> +/// of the qemu_log_mask() macro in the C implementation. > >Clippy complains that it wants `` around the function name. Will fix in v3. > >Paolo >
- [PATCH v2 0/2] Initial logging support for Rust Bernhard Beschow
- [PATCH v2 2/2] rust/hw/char/pl011/src/device: Imp... Bernhard Beschow
- Re: [PATCH v2 2/2] rust/hw/char/pl011/src/dev... Paolo Bonzini
- Re: [PATCH v2 2/2] rust/hw/char/pl011/src... Bernhard Beschow
- Re: [PATCH v2 2/2] rust/hw/char/pl011/src/dev... Manos Pitsidianakis
- [PATCH v2 1/2] rust/qemu-api: Add initial logging... Bernhard Beschow
- Re: [PATCH v2 1/2] rust/qemu-api: Add initial... Paolo Bonzini
- Re: [PATCH v2 1/2] rust/qemu-api: Add ini... Bernhard Beschow
- Re: [PATCH v2 1/2] rust/qemu-api: Add... Paolo Bonzini
- Re: [PATCH v2 1/2] rust/qemu-api: Add initial... Manos Pitsidianakis
- Re: [PATCH v2 1/2] rust/qemu-api: Add ini... Paolo Bonzini
- Re: [PATCH v2 1/2] rust/qemu-api: Add... Manos Pitsidianakis
- Re: [PATCH v2 1/2] rust/qemu-api... Bernhard Beschow
- Re: [PATCH v2 1/2] rust/qemu-api... Bernhard Beschow
- Re: [PATCH v2 1/2] rust/qemu... Paolo Bonzini