On Mon, Sep 08, 2025 at 12:49:47PM +0200, Paolo Bonzini wrote: > Date: Mon, 8 Sep 2025 12:49:47 +0200 > From: Paolo Bonzini <[email protected]> > Subject: [PATCH 15/33] rust: move Cell vmstate impl > X-Mailer: git-send-email 2.51.0 > > From: Marc-André Lureau <[email protected]> > > This will allow to split vmstate to a standalone crate next. > > Signed-off-by: Marc-André Lureau <[email protected]> > Link: > https://lore.kernel.org/r/[email protected] > Signed-off-by: Paolo Bonzini <[email protected]> > --- > rust/qemu-api/src/cell.rs | 6 +++++- > rust/qemu-api/src/vmstate.rs | 14 +++++++------- > 2 files changed, 12 insertions(+), 8 deletions(-)
Reviewed-by: Zhao Liu <[email protected]>
