File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ and this project adheres to
1010
1111### Added
1212
13+ - [ #5048 ] ( https://github.com/firecracker-microvm/firecracker/pull/5048 ) : Added
14+ support for [ PVH boot mode] ( docs/pvh.md ) . This is used when an x86 kernel
15+ provides the appropriate ELF Note to indicate that PVH boot mode is supported.
16+ Linux kernels newer than 5.0 compiled with ` CONFIG_PVH=y ` set this ELF Note,
17+ as do FreeBSD kernels.
1318- [ #5065 ] ( https://github.com/firecracker-microvm/firecracker/pull/5065 ) Added
1419 support for Intel AMX (Advanced Matrix Extensions).
1520- [ #4731 ] ( https://github.com/firecracker-microvm/firecracker/pull/4731 ) : Added
@@ -38,11 +43,6 @@ and this project adheres to
3843 kernels. For older kernels physical counter will still be passed to the guest
3944 unmodified. See more info
4045 [ here] ( https://github.com/firecracker-microvm/firecracker/blob/main/docs/prod-host-setup.md#arm-only-vm-physical-counter-behaviour )
41- - [ #5048 ] ( https://github.com/firecracker-microvm/firecracker/pull/5048 ) : Added
42- support for [ PVH boot mode] ( docs/pvh.md ) . This is used when an x86 kernel
43- provides the appropriate ELF Note to indicate that PVH boot mode is supported.
44- Linux kernels newer than 5.0 compiled with ` CONFIG_PVH=y ` set this ELF Note,
45- as do FreeBSD kernels.
4646- [ #5088 ] ( https://github.com/firecracker-microvm/firecracker/pull/5088 ) : Added
4747 AMD Genoa as a supported and tested platform for Firecracker.
4848
You can’t perform that action at this time.
0 commit comments