The handbook currently states that USB passthrough is not possible without an extension pack.
This is incorrect, virtualbox-ose is merely limited to emulating a USB1.1 host controller.
Add a new section about Xen to the virtualization chapter.
It is based on the entries in the FreeBSD Wiki andi Xen's
own instructions specific to FreeBSD.
In particular, it describes how to configure the host machine,
set up the Dom0, and add a DomU VM afterwards.
Reviewed by: bcr
Differential Revision: https://reviews.freebsd.org/D11276
Update Virtualization chapter:
Remove hidden and outdated Xen section.
Move sect2 FreeBSD as a guest entries to sect1 entries. They are too
detailed to be sect2, and do not show in the TOC that way.
Update the VirtualBox guest additions section a bit, mostly about X.
Update installation chapter references, and remove references to the
install chapter covering 8.x.
Update to r45521:
Be more specific about necessary configuration when using Xorg in a
VirtualBox FreeBSD guest.
- minor rewording for "you"
- fix xref and guimenuitem tags (need to review ulinks)
- enforce consistency in app names
- note on vbox 4.0.0 removed as this port hasn't been less than this version
for 22 months
Update to r41087:
- Remove 7.x reference.
Update the VirtualBox sections with new info:
FreeBSD Guest Additions
Guest CD/DVD support
Guest USB support
Reviewed by: bcr
Differential Revision: https://reviews.freebsd.org/D4662