On Mon, Nov 17, 2025 at 09:47:48AM +0100, Paolo Bonzini wrote:
> Date: Mon, 17 Nov 2025 09:47:48 +0100
> From: Paolo Bonzini <[email protected]>
> Subject: [PATCH 1/5] rust/hpet: move hidden registers to HPETTimerRegisters
> X-Mailer: git-send-email 2.51.1
> 
> Do not separate visible and hidden state; both of them are used in the
> same circumstances and it's easiest to place both of them under the
> same BqlRefCell.
> 
> Signed-off-by: Paolo Bonzini <[email protected]>
> ---
>  rust/hw/timer/hpet/src/device.rs | 157 ++++++++++++++-----------------
>  1 file changed, 71 insertions(+), 86 deletions(-)

Reviewed-by: Zhao Liu <[email protected]>


Reply via email to