Skip to content

Commit 5d37abd

Browse files
committed
doc: move PVH changelog entry
The feature branch is so old that during rebase it got moved into the 1.8 section. Move it back to the unreleased section. Signed-off-by: Patrick Roy <[email protected]>
1 parent d12d802 commit 5d37abd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ and this project adheres to
1616
kernels. For older kernels physical counter will still be passed to the guest
1717
unmodified. See more info
1818
[here](https://github.com/firecracker-microvm/firecracker/blob/main/docs/prod-host-setup.md#arm-only-vm-physical-counter-behaviour)
19+
- Added support for PVH boot mode. This is used when an x86 kernel provides the
20+
appropriate ELF Note to indicate that PVH boot mode is supported. Linux
21+
kernels newer than 5.0 compiled with `CONFIG_PVH=y` set this ELF Note, as do
22+
FreeBSD kernels.
1923

2024
### Changed
2125

@@ -192,10 +196,6 @@ and this project adheres to
192196
[random for clones](docs/snapshotting/random-for-clones.md) documention for
193197
more info on VMGenID. VMGenID state is part of the snapshot format of
194198
Firecracker. As a result, Firecracker snapshot version is now 2.0.0.
195-
- Added support for PVH boot mode. This is used when an x86 kernel provides
196-
the appropriate ELF Note to indicate that PVH boot mode is supported.
197-
Linux kernels newer than 5.0 compiled with `CONFIG_PVH=y` set this ELF Note,
198-
as do FreeBSD kernels.
199199

200200
### Changed
201201

0 commit comments

Comments
 (0)