On Wed, Oct 01, 2025 at 09:52:10AM +0200, Paolo Bonzini wrote: > Date: Wed, 1 Oct 2025 09:52:10 +0200 > From: Paolo Bonzini <[email protected]> > Subject: [PATCH 11/11] 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]>
