Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | There is no need to explicitly specify the CR4_VMXE bit when writing to guest | neel | 2012-08-04 | 1 | -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. | grehan | 2011-05-13 | 1 | -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 |