On Wed, Aug 27, 2025 at 02:41:31PM +0400, marcandre.lur...@redhat.com wrote: > Date: Wed, 27 Aug 2025 14:41:31 +0400 > From: marcandre.lur...@redhat.com > Subject: [PATCH 09/22] rust: move Cell vmstate impl > > From: Marc-André Lureau <marcandre.lur...@redhat.com> > > This will allow to split vmstate to a standalone crate next. > > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> > --- > rust/qemu-api/src/cell.rs | 5 ++++- > rust/qemu-api/src/vmstate.rs | 16 +++++++--------- > 2 files changed, 11 insertions(+), 10 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>