On Fri, Jan 17, 2025 at 10:00:46AM +0100, Paolo Bonzini wrote: > Date: Fri, 17 Jan 2025 10:00:46 +0100 > From: Paolo Bonzini <pbonz...@redhat.com> > Subject: [PATCH 10/10] rust: vmstate: make order of parameters consistent > in vmstate_clock > X-Mailer: git-send-email 2.47.1 > > Place struct_name before field_name, similar to offset_of. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > rust/hw/char/pl011/src/device_class.rs | 2 +- > rust/qemu-api/src/vmstate.rs | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>