On Tue, Dec 31, 2024 at 01:23:35AM +0100, Paolo Bonzini wrote: > Date: Tue, 31 Dec 2024 01:23:35 +0100 > From: Paolo Bonzini <pbonz...@redhat.com> > Subject: [RFC PATCH 8/9] rust: pl011: switch vmstate to new-style macros > X-Mailer: git-send-email 2.47.1 > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > rust/hw/char/pl011/src/device.rs | 3 ++- > rust/hw/char/pl011/src/device_class.rs | 36 +++++++++++++------------- > rust/hw/char/pl011/src/lib.rs | 6 +++++ > 3 files changed, 26 insertions(+), 19 deletions(-) >
Reviewed-by: Zhao Liu <zhao1....@intel.com>