Re: [PATCH 1/7] rust: pl011: fix declaration of LineControl bits

2024-12-18 Thread Zhao Liu
On Thu, Dec 12, 2024 at 06:21:58PM +0100, Paolo Bonzini wrote: > Date: Thu, 12 Dec 2024 18:21:58 +0100 > From: Paolo Bonzini > Subject: [PATCH 1/7] rust: pl011: fix declaration of LineControl bits > X-Mailer: git-send-email 2.47.1 > > The bits in the LineControl str

Re: [PATCH 1/7] rust: pl011: fix declaration of LineControl bits

2024-12-18 Thread Philippe Mathieu-Daudé
On 12/12/24 18:21, Paolo Bonzini wrote: The bits in the LineControl struct were backwards. :( Signed-off-by: Paolo Bonzini --- rust/hw/char/pl011/src/lib.rs | 82 +-- 1 file changed, 41 insertions(+), 41 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 1/7] rust: pl011: fix declaration of LineControl bits

2024-12-12 Thread Paolo Bonzini
The bits in the LineControl struct were backwards. :( Signed-off-by: Paolo Bonzini --- rust/hw/char/pl011/src/lib.rs | 82 +-- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/rust/hw/char/pl011/src/lib.rs b/rust/hw/char/pl011/src/lib.rs index 4dc0e