Re: [PATCH v2 2/2] rust/hw/char/pl011/src/device: Implement logging

2025-06-11 Thread Manos Pitsidianakis
On Tue, Jun 10, 2025 at 11:21 PM Bernhard Beschow wrote: > > Now that there is logging support in Rust for QEMU, use it in the pl011 > device. > > Signed-off-by: Bernhard Beschow > --- > rust/hw/char/pl011/src/device.rs | 12 > 1 file changed, 8 insertions(+), 4 deletions(-) > > dif

Re: [PATCH v2 2/2] rust/hw/char/pl011/src/device: Implement logging

2025-06-11 Thread Bernhard Beschow
Am 11. Juni 2025 07:55:20 UTC schrieb Paolo Bonzini : >On 6/10/25 22:21, Bernhard Beschow wrote: >> Now that there is logging support in Rust for QEMU, use it in the pl011 >> device. >Adding also this to match the C code: > >diff --git a/rust/hw/char/pl011/src/device.rs >b/rust/hw/char/pl011/sr

Re: [PATCH v2 2/2] rust/hw/char/pl011/src/device: Implement logging

2025-06-11 Thread Paolo Bonzini
On 6/10/25 22:21, Bernhard Beschow wrote: Now that there is logging support in Rust for QEMU, use it in the pl011 device. Adding also this to match the C code: diff --git a/rust/hw/char/pl011/src/device.rs b/rust/hw/char/pl011/src/device.rs index 42dfa9509dc..e505abfae86 100644 --- a/rust/hw/ch

[PATCH v2 2/2] rust/hw/char/pl011/src/device: Implement logging

2025-06-10 Thread Bernhard Beschow
Now that there is logging support in Rust for QEMU, use it in the pl011 device. Signed-off-by: Bernhard Beschow --- rust/hw/char/pl011/src/device.rs | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/rust/hw/char/pl011/src/device.rs b/rust/hw/char/pl011/src/device.r