On Wed, Aug 27, 2025 at 02:41:29PM +0400, marcandre.lur...@redhat.com wrote: > Date: Wed, 27 Aug 2025 14:41:29 +0400 > From: marcandre.lur...@redhat.com > Subject: [PATCH 07/22] rust: move vmstate_clock!() to qdev module > > 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/qdev.rs | 34 ++++++++++++++++++++++++++++++++++ > rust/qemu-api/src/vmstate.rs | 34 ---------------------------------- > 2 files changed, 34 insertions(+), 34 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>