On Wed, Oct 01, 2025 at 09:52:00AM +0200, Paolo Bonzini wrote: > Date: Wed, 1 Oct 2025 09:52:00 +0200 > From: Paolo Bonzini <[email protected]> > Subject: [PATCH 01/11] rust: bql: add BqlRefCell::get_mut() > X-Mailer: git-send-email 2.51.0 > > This method is rarely useful in QEMU due to the pervasiveness of > shared references, but add it for when a &mut BqlRefCell<> is used. > > Signed-off-by: Paolo Bonzini <[email protected]> > --- > rust/bql/src/cell.rs | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+)
Reviewed-by: Zhao Liu <[email protected]>
