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

2025-05-12 Thread Peter Maydell
On Thu, 8 May 2025 at 18:14, Daniel P. Berrangé wrote: > > On Fri, May 02, 2025 at 05:48:02PM +0100, Peter Maydell wrote: > > On Wed, 2 Apr 2025 at 14:28, Daniel P. Berrangé wrote: > > > On Wed, Apr 02, 2025 at 09:33:16AM +, Bernhard Beschow wrote: > > > > Am 31. März 2025 09:18:05 UTC schrie

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

2025-05-08 Thread Daniel P . Berrangé
On Fri, May 02, 2025 at 05:48:02PM +0100, Peter Maydell wrote: > On Wed, 2 Apr 2025 at 14:28, Daniel P. Berrangé wrote: > > On Wed, Apr 02, 2025 at 09:33:16AM +, Bernhard Beschow wrote: > > > Am 31. März 2025 09:18:05 UTC schrieb "Daniel P. Berrangé" > > > : > > > >General conceptual question

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

2025-05-02 Thread Peter Maydell
On Wed, 2 Apr 2025 at 14:28, Daniel P. Berrangé wrote: > On Wed, Apr 02, 2025 at 09:33:16AM +, Bernhard Beschow wrote: > > Am 31. März 2025 09:18:05 UTC schrieb "Daniel P. Berrangé" > > : > > >General conceptual question . I've never understood what the dividing > > >line is between use

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

2025-04-05 Thread Bernhard Beschow
Am 31. März 2025 09:18:05 UTC schrieb "Daniel P. Berrangé" : >On Sun, Mar 30, 2025 at 10:58:57PM +0200, 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

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

2025-04-04 Thread BALATON Zoltan
On Wed, 2 Apr 2025, Bernhard Beschow wrote: Am 31. März 2025 09:18:05 UTC schrieb "Daniel P. Berrangé" : General conceptual question . I've never understood what the dividing line is between use of 'qemu_log_mask' and trace points. I *think* it's the perspective: If you want to see any i

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

2025-04-03 Thread Bernhard Beschow
Am 2. April 2025 13:27:53 UTC schrieb "Daniel P. Berrangé" : >On Wed, Apr 02, 2025 at 09:33:16AM +, Bernhard Beschow wrote: >> >> >> Am 31. März 2025 09:18:05 UTC schrieb "Daniel P. Berrangé" >> : >> >On Sun, Mar 30, 2025 at 10:58:57PM +0200, Bernhard Beschow wrote: >> >> Now that there

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

2025-04-02 Thread Daniel P . Berrangé
On Wed, Apr 02, 2025 at 09:33:16AM +, Bernhard Beschow wrote: > > > Am 31. März 2025 09:18:05 UTC schrieb "Daniel P. Berrangé" > : > >On Sun, Mar 30, 2025 at 10:58:57PM +0200, Bernhard Beschow wrote: > >> Now that there is logging support in Rust for QEMU, use it in the pl011 > >> device. >

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

2025-03-31 Thread Daniel P . Berrangé
On Sun, Mar 30, 2025 at 10:58:57PM +0200, 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(-)

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

2025-03-30 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