]> git.ipfire.org Git - thirdparty/qemu.git/commit
rust: vmstate: make order of parameters consistent in vmstate_clock
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 7 Jan 2025 09:30:41 +0000 (10:30 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 23 Jan 2025 10:50:53 +0000 (11:50 +0100)
commit24f0e8d818b931758b6dc47f973a6b1b80ecee1f
tree471ea7065c353dd6c0a477a6b920d59227620941
parent9d4899496b555751c8ea4155d6da4fc3dbd7edae
rust: vmstate: make order of parameters consistent in vmstate_clock

Place struct_name before field_name, similar to offset_of.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
rust/hw/char/pl011/src/device_class.rs
rust/qemu-api/src/vmstate.rs