Page MenuHomeFreeBSD

Chase removal of emulators/xen package in the handbook
ClosedPublic

Authored by bcr on Aug 4 2018, 11:45 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 30, 11:34 PM
Unknown Object (File)
Fri, May 30, 4:43 AM
Unknown Object (File)
Wed, May 14, 1:50 PM
Unknown Object (File)
Sun, May 11, 4:32 AM
Unknown Object (File)
Apr 23 2025, 3:48 PM
Unknown Object (File)
Apr 23 2025, 3:48 PM
Unknown Object (File)
Apr 23 2025, 3:47 PM
Unknown Object (File)
Apr 23 2025, 3:47 PM
Subscribers
None

Details

Summary

There is no emulators/xen package anymore, the port was split into emulators/xen-kernel and sysutils/xen-tools packages. Rewrite the handbook to cover recommended versions for FreeBSD 11 and CURRENT.

While here, dom0=pvh should be used instead of dom0pvh=1, so reflect that in the command line example, too.

Test Plan
  1. Apply the patch.
  2. Build the handbook.
  3. View the resulting Xen chapter.

Diff Detail

Repository
rD FreeBSD doc repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Thanks! LGTM, just one minor issue with the command line because we need to use dom0pvh=1 when using the xen47 packages and dom0=pvh when using the xen411 packages.

en_US.ISO8859-1/books/handbook/virtualization/chapter.xml
1483 ↗(On Diff #46283)

The above line is correct when using the xen411 packages, but when using the old 4.7 packages dom0pvh=1 must be used.

Split the command into a section for the old Xen 4.7 dom0pvh=1 as well.

Thanks, that look great!

This revision is now accepted and ready to land.Aug 6 2018, 3:23 PM
This revision was automatically updated to reflect the committed changes.