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
10
10
11
11
### Added
12
12
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.
13
18
- [ #5065 ] ( https://github.com/firecracker-microvm/firecracker/pull/5065 ) Added
14
19
support for Intel AMX (Advanced Matrix Extensions).
15
20
- [ #4731 ] ( https://github.com/firecracker-microvm/firecracker/pull/4731 ) : Added
@@ -38,11 +43,6 @@ and this project adheres to
38
43
kernels. For older kernels physical counter will still be passed to the guest
39
44
unmodified. See more info
40
45
[ 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.
46
46
- [ #5088 ] ( https://github.com/firecracker-microvm/firecracker/pull/5088 ) : Added
47
47
AMD Genoa as a supported and tested platform for Firecracker.
48
48
You can’t perform that action at this time.
0 commit comments