Re: [RFC PATCH 8/9] rust: pl011: switch vmstate to new-style macros

2025-01-08 Thread Zhao Liu
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 > 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 > ---

[RFC PATCH 8/9] rust: pl011: switch vmstate to new-style macros

2024-12-30 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini --- 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(-) diff --git a/rust/hw/char/pl011/src/devi