mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
It's common to define MemoryRegionOps<T> and VMStateDescription<T> as static variables, and this requires T to implement Sync. Migratable<T> is usually embedded in device state, so it's necessary to implement Sync for Migratable<T>. Signed-off-by: Zhao Liu <zhao1.liu@intel.com> Link: https://lore.kernel.org/r/20251113051937.4017675-2-zhao1.liu@intel.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>