summaryrefslogtreecommitdiffstats
path: root/sys/amd64/vmm/intel/vmx.h
Commit message (Expand)AuthorAgeFilesLines
* Make the vmx asm code dtrace-fbt-friendly bygrehan2014-05-181-2/+3
* There is no need to save and restore the host's return address in theneel2014-04-111-1/+0
* Queue pending exceptions in the 'struct vcpu' instead of directly updating theneel2014-02-261-6/+0
* A first pass at adding support for injecting hardware exceptions forjhb2014-02-181-0/+6
* Avoid doing unnecessary nested TLB invalidations.neel2014-02-041-7/+5
* Enable "Posted Interrupt Processing" if supported by the CPU. This lets usneel2014-01-111-0/+10
* Enable the "Acknowledge Interrupt on VM exit" VM-exit control.neel2014-01-111-0/+1
* Restructure the VMX code to enter and exit the guest. In large part this changeneel2014-01-011-24/+7
* vlapic code restructuring to make it easy to support hardware-assist for APICneel2013-12-251-0/+6
* Add a new capability, VM_CAP_ENABLE_INVPCID, that can be enabled to exposeneel2013-10-161-0/+1
* Merge projects/bhyve_npt_pmap into head.neel2013-10-051-2/+14
* Maintain state regarding NMI delivery to guest vcpu in VT-x independent manner.neel2012-10-241-1/+0
* Test for AST pending with interrupts disabled right before entering the guest.neel2012-10-231-0/+2
* Fix a long standing bug in VMXCTX_GUEST_RESTORE().neel2011-05-201-0/+4
* Import of bhyve hypervisor and utilities, part 1.grehan2011-05-131-0/+115
OpenPOWER on IntegriCloud