On Mon, Sep 08, 2025 at 12:49:46PM +0200, Paolo Bonzini wrote: > Date: Mon, 8 Sep 2025 12:49:46 +0200 > From: Paolo Bonzini <[email protected]> > Subject: [PATCH 14/33] rust: move VMState handling to QOM module > 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/qom.rs | 3 +++ > rust/qemu-api/src/vmstate.rs | 11 +++++------ > 2 files changed, 8 insertions(+), 6 deletions(-)
Reviewed-by: Zhao Liu <[email protected]>
