File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2525 "m7a.metal-48xl" , # AMD Genoa
2626 "m6g.metal" , # Graviton2
2727 "m7g.metal" , # Graviton3
28+ "m8g.metal-24xl" , # Graviton4 1 socket
29+ "m8g.metal-48xl" , # Graviton4 2 sockets
2830]
2931# fmt: on
3032
Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ and this project adheres to
1616 Linux kernels newer than 5.0 compiled with ` CONFIG_PVH=y ` set this ELF Note,
1717 as do FreeBSD kernels.
1818- [ #5065 ] ( https://github.com/firecracker-microvm/firecracker/pull/5065 ) Added
19- support for Intel AMX (Advanced Matrix Extensions).
19+ support for Intel AMX (Advanced Matrix Extensions). To be able to take and
20+ restore a snapshot of Intel AMX state, ` Xsave ` is used instead of ` kvm_xsave ` ,
21+ so users need to regenerate snapshots.
2022- [ #4731 ] ( https://github.com/firecracker-microvm/firecracker/pull/4731 ) : Added
2123 support for modifying the host TAP device name during snapshot restore.
2224
Original file line number Diff line number Diff line change @@ -141,6 +141,8 @@ We test all combinations of:
141141| m7a.metal-48xl | | | |
142142| m6g.metal | | | |
143143| m7g.metal | | | |
144+ | m8g.metal-24xl | | | |
145+ | m8g.metal-48xl | | | |
144146
145147## Known issues and Limitations
146148
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ pub enum CreateSnapshotError {
148148}
149149
150150/// Snapshot version
151- pub const SNAPSHOT_VERSION : Version = Version :: new ( 5 , 0 , 0 ) ;
151+ pub const SNAPSHOT_VERSION : Version = Version :: new ( 6 , 0 , 0 ) ;
152152
153153/// Creates a Microvm snapshot.
154154pub fn create_snapshot (
You can’t perform that action at this time.
0 commit comments