Skip to content

Commit

Permalink
CHANGELOG: Mention PVH boot mode
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
cperciva committed Aug 12, 2023
1 parent 97e9766 commit a6639ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

### Added

- Added support for PVH boot mode. This is used when an x86 kernel provides
the appropriate ELF Note to indicate that PVH boot mode is supported.
Linux kernels compiled with CONFIG_XEN_PVH=y set this ELF Note, as do
FreeBSD kernels.

### Changed

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

0 comments on commit a6639ad

Please sign in to comment.