Commit 6338be2
committed
fix(vmm): Bump snapshot version
To support the snapshot feature for Intel AMX, we changed to use
`Xsave` struct instead of `kvm_xsave` struct. We should have bumped the
snapshot version.
Fixes: 803140d ("feat(vmm): Use structs and methods for KVM_CAP_XSAVE2")
Signed-off-by: Takahiro Itazuri <[email protected]>1 parent e1076e7 commit 6338be2
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
0 commit comments