Home
last modified time | relevance | path

Searched hist:"42 c814b1395c39659270248d205deaaaa47a84f2" (Results 1 – 1 of 1) sorted by relevance

/qemu/rust/qemu-api/src/
H A Dvmstate.rs42c814b1395c39659270248d205deaaaa47a84f2 Tue Mar 18 13:02:10 UTC 2025 Zhao Liu <zhao1.liu@intel.com> rust/vmstate: Fix "cannot infer type" error in vmstate_struct

Rust cannot infer the type (it should be VMStateField) after
Zeroable::ZERO, which cause the compiling error.

To fix this error, call with_varray_flag() after VMStateField's
initialization.

Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Link: https://lore.kernel.org/r/20250318130219.1799170-7-zhao1.liu@intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>