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