| commit | ac561a3050aa642571735332e22d96334be083cf | [log] [tgz] |
|---|---|---|
| author | Paolo Bonzini <pbonzini@redhat.com> | Sat Dec 21 16:53:29 2024 +0100 |
| committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Nov 04 17:13:25 2025 +0100 |
| tree | d2b99dcf42d05860fd2e384409e9c896089f7dd0 | |
| parent | 02d6b8cfd30b2da0a58a67206e9e48119b815731 [diff] |
rust: migration: allow nested offset_of Nested offset_of was stabilized in Rust 1.82. Since the minimum supported version for QEMU is 1.83, allow nested field accesses in vmstate_of! Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>