Main index | Section 4 | Options |
With later instruction set extensions from AMD and Intel to support fully virtualizable instructions, unmodified virtual memory systems can also be supported; this is referred to as hardware-assisted virtualization (HVM). HVM configurations may either rely on transparently emulated hardware peripherals, or para-virtualized drivers, which are aware of virtualization, and hence able to optimize certain behaviors to improve performance or semantics.
FreeBSD supports hardware-assisted virtualization (HVM) on both i386 and amd64 kernels.
Para-virtualized device drivers are required in order to support certain functionality, such as processing management requests, returning idle physical memory pages to the hypervisor, etc.
balloon | Allow physical memory pages to be returned to the hypervisor as a result of manual tuning or automatic policy. |
blkback | Exports local block devices or files to other Xen domains where they can then be imported via blkfront. |
blkfront | Import block devices from other Xen domains as local block devices, to be used for file systems, swap, etc. |
console | Export the low-level system console via the Xen console service. |
control | Process management operations from Domain 0, including power off, reboot, suspend, crash, and halt requests. |
evtchn | Expose Xen events via the /dev/xen/evtchn special device. |
netback | Export local network interfaces to other Xen domains where they can be imported via netfront. |
netfront | Import network interfaces from other Xen domains as local network interfaces, which may be used for IPv4, IPv6, etc. |
pcifront | Allow physical PCI devices to be passed through into a PV domain. |
xenpci | Represents the Xen PCI device, an emulated PCI device that is exposed to HVM domains. This device allows detection of the Xen hypervisor, and provides interrupt and shared memory services required to interact with the hypervisor. |
Using a hypervisor introduces a second layer of scheduling that may limit the effectiveness of certain FreeBSD scheduling optimisations. Among these is adaptive locking, which is no longer able to determine whether a thread holding a lock is in execution. It is recommended that adaptive locking be disabled when using Xen:
options NO_ADAPTIVE_MUTEXES options NO_ADAPTIVE_RWLOCKS options NO_ADAPTIVE_SX
As of this release, Xen PV DomU support is not heavily tested; instability has been reported during VM migration of PV kernels.
Certain PV driver features, such as the balloon driver, are under-exercised.
XEN (4) | April 30, 2015 |
Main index | Section 4 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.