]> git.ipfire.org Git - thirdparty/qemu.git/commit
rust/vmstate: Include complete crate path of VMStateFlags in vmstate_clock
authorZhao Liu <zhao1.liu@intel.com>
Tue, 18 Mar 2025 13:02:19 +0000 (21:02 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 21 Mar 2025 11:56:00 +0000 (12:56 +0100)
commitf7b87e464c8e9d30661fb9f519ed14fb053cd415
tree3669686c905b71265ccb4d23a8ec5c52952e55d0
parent9bd7e6f7f2f0f97178fe6884b39f40e686567f52
rust/vmstate: Include complete crate path of VMStateFlags in vmstate_clock

The use of "bindings::*" masks incomplete path of VMStateFlags.

Include complete crate path of VMStateFlags in vmstate_clock, and clean
up "bindings::*" in device_class.rs of pl011.

Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Link: https://lore.kernel.org/r/20250318130219.1799170-16-zhao1.liu@intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
rust/hw/char/pl011/src/device_class.rs
rust/qemu-api/src/vmstate.rs