Skip to content

Commit f40ed33

Browse files
committed
fix(changelog): move PVH to unreleased section
It was incorrectly marked as released in 1.11.0. Signed-off-by: Riccardo Mancini <[email protected]>
1 parent 6b8a95b commit f40ed33

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)