[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 09/10] rust: pl011: pull device-specific code out of MemoryRe
From: |
Zhao Liu |
Subject: |
Re: [PATCH 09/10] rust: pl011: pull device-specific code out of MemoryRegionOps callbacks |
Date: |
Thu, 23 Jan 2025 14:18:15 +0800 |
On Fri, Jan 17, 2025 at 10:26:56AM +0100, Paolo Bonzini wrote:
> Date: Fri, 17 Jan 2025 10:26:56 +0100
> From: Paolo Bonzini <pbonzini@redhat.com>
> Subject: [PATCH 09/10] rust: pl011: pull device-specific code out of
> MemoryRegionOps callbacks
> X-Mailer: git-send-email 2.47.1
>
> read() can now return a simple u64.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> rust/hw/char/pl011/src/device.rs | 16 +++++++++-------
> rust/hw/char/pl011/src/memory_ops.rs | 23 ++++-------------------
> 2 files changed, 13 insertions(+), 26 deletions(-)
>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
- Re: [PATCH 06/10] rust: pl011: extract PL011Registers, (continued)