freebsd-dev/sys/amd64/vmm/intel
John Baldwin 06fc6db948 - Output a summary of optional VT-x features in dmesg similar to CPU
features.  If bootverbose is enabled, a detailed list is provided;
  otherwise, a single-line summary is displayed.
- Add read-only sysctls for optional VT-x capabilities used by bhyve
  under a new hw.vmm.vmx.cap node. Move a few exiting sysctls that
  indicate the presence of optional capabilities under this node.

CR:		https://phabric.freebsd.org/D498
Reviewed by:	grehan, neel
MFC after:	1 week
2014-07-30 00:00:12 +00:00
..
ept.c Don't expose 'vmm_ipinum' as a global. 2014-01-09 03:25:54 +00:00
ept.h Don't expose 'vmm_ipinum' as a global. 2014-01-09 03:25:54 +00:00
vmcs.c Add emulation for legacy x86 task switching mechanism. 2014-07-16 21:26:26 +00:00
vmcs.h Add emulation for legacy x86 task switching mechanism. 2014-07-16 21:26:26 +00:00
vmx_controls.h Use the 'Virtual Interrupt Delivery' feature of Intel VT-x if supported by 2014-01-07 21:04:49 +00:00
vmx_cpufunc.h Fix issue found with clang build. Avoid code insertion by the compiler 2012-11-06 02:43:41 +00:00
vmx_genassym.c There is no need to save and restore the host's return address in the 2014-04-11 20:15:53 +00:00
vmx_msr.c - Output a summary of optional VT-x features in dmesg similar to CPU 2014-07-30 00:00:12 +00:00
vmx_msr.h - Output a summary of optional VT-x features in dmesg similar to CPU 2014-07-30 00:00:12 +00:00
vmx_support.S Make the vmx asm code dtrace-fbt-friendly by 2014-05-18 03:50:17 +00:00
vmx.c - Output a summary of optional VT-x features in dmesg similar to CPU 2014-07-30 00:00:12 +00:00
vmx.h Make the vmx asm code dtrace-fbt-friendly by 2014-05-18 03:50:17 +00:00
vtd.c Re-write bhyve's I/O MMU handling in terms of PCI RID. 2014-04-01 15:54:03 +00:00