commit | 6ca5c3bedf3265358cf9033577dd30ed865d1cb3 | [log] [tgz] |
---|---|---|
author | Zhao Liu <zhao1.liu@intel.com> | Tue Mar 18 21:02:06 2025 +0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Mar 21 12:56:00 2025 +0100 |
tree | 95bac9417dd4037d3a8b49b49286b8571485da8f | |
parent | ea8a7ceba3aafe4de9e7306df663698809e8381a [diff] |
rust/vmstate: Fix num_offset in vmstate macros `num_offset` is a member of `VMStateField`, and there's no need to use "." to access this field in a `VMStateField` instance. Signed-off-by: Zhao Liu <zhao1.liu@intel.com> Link: https://lore.kernel.org/r/20250318130219.1799170-3-zhao1.liu@intel.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>