Skip to content

Commit a6639ad

Browse files
committed
CHANGELOG: Mention PVH boot mode
Firecracker now supports PVH boot as an alternative to "Linux" boot on the x86_64 architecture. This makes it possible for FreeBSD to boot, and also affects how Linux kernels compiled with the CONFIG_XEN_PVH=y option boot. Signed-off-by: Colin Percival <[email protected]>
1 parent 97e9766 commit a6639ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
### Added
66

7+
- Added support for PVH boot mode. This is used when an x86 kernel provides
8+
the appropriate ELF Note to indicate that PVH boot mode is supported.
9+
Linux kernels compiled with CONFIG_XEN_PVH=y set this ELF Note, as do
10+
FreeBSD kernels.
11+
712
### Changed
813

914
- Updated deserialization of `bitmap` for custom CPU templates to allow usage

0 commit comments

Comments
 (0)