On Sat, Sep 20, 2025 at 04:29:58PM +0200, Paolo Bonzini wrote: > Date: Sat, 20 Sep 2025 16:29:58 +0200 > From: Paolo Bonzini <[email protected]> > Subject: [PATCH 7/7] rust: migration: implement ToMigrationState as part of > impl_vmstate_bitsized > X-Mailer: git-send-email 2.51.0 > > This is most likely desirable, and is the easiest way to migrate > a bit-sized value without peeking at the innards of the bilge crate. > > Signed-off-by: Paolo Bonzini <[email protected]> > --- > rust/migration/src/vmstate.rs | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+)
Reviewed-by: Zhao Liu <[email protected]>
