[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/7] rust: pl011: fix declaration of LineControl bits
From: |
Zhao Liu |
Subject: |
Re: [PATCH 1/7] rust: pl011: fix declaration of LineControl bits |
Date: |
Thu, 19 Dec 2024 11:42:47 +0800 |
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 <pbonzini@redhat.com>
> Subject: [PATCH 1/7] rust: pl011: fix declaration of LineControl bits
> X-Mailer: git-send-email 2.47.1
>
> The bits in the LineControl struct were backwards. :(
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> rust/hw/char/pl011/src/lib.rs | 82 +++++++++++++++++------------------
> 1 file changed, 41 insertions(+), 41 deletions(-)
>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>