Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PVH related integration tests #4073

Draft
wants to merge 4 commits into
base: feature/pvh
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
restricted to 1.5.
- 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.
Linux kernels newer than 5.0 compiled with `CONFIG_PVH=y` set this ELF Note,
as do FreeBSD kernels.

### Changed

Expand Down
2 changes: 1 addition & 1 deletion docs/pvh.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ then this boot mode will be used. This boot mode was designed for virtualized
environments which load the kernel directly, and is simpler than the "Linux
boot" mode which is designed to be launched from a legacy boot loader.

PVH boot mode can be enabled for Linux by setting CONFIG_XEN_PVH=y in the
PVH boot mode can be enabled for Linux by setting `CONFIG_PVH=y` in the
kernel configuration. (This is not the default setting.)

PVH boot mode is enabled by default in FreeBSD, which has support for
Expand Down
Loading