summaryrefslogtreecommitdiffstats
path: root/lib/libvmmapi/vmmapi_freebsd.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC 261504:jhb2014-06-121-2/+164
| | | | Add support for FreeBSD/i386 guests under bhyve.
* There is no need to explicitly specify the CR4_VMXE bit when writing to guestneel2012-08-041-5/+1
| | | | | | | | | | CR4. This bit is specific to the Intel VTX and removing it makes the library more portable to AMD/SVM. In the Intel VTX implementation, the hypervisor will ensure that this bit is always set. See vmx_fix_cr4() for details. Suggested by: grehan
* Import of bhyve hypervisor and utilities, part 1.grehan2011-05-131-0/+187
vmm.ko - kernel module for VT-x, VT-d and hypervisor control bhyve - user-space sequencer and i/o emulation vmmctl - dump of hypervisor register state libvmm - front-end to vmm.ko chardev interface bhyve was designed and implemented by Neel Natu. Thanks to the following folk from NetApp who helped to make this available: Joe CaraDonna Peter Snyder Jeff Heller Sandeep Mann Steve Miller Brian Pawlowski
OpenPOWER on IntegriCloud