summaryrefslogtreecommitdiffstats
path: root/sys/amd64/vmm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* - Rework the XSAVE/XRSTOR emulation to only expose XCR0 features to thejhb2014-05-271-0/+20
* Account for the "plus 1" encoding of the CPUID Function 4 reportedtychon2014-04-111-1/+10
* Simplify APIC mode switching from MMIO to x2APIC. In part this is done toneel2014-02-201-0/+2
* Add virtualized XSAVE support to bhyve which permits guests to use XSAVE andjhb2014-02-081-6/+76
* Add a new capability, VM_CAP_ENABLE_INVPCID, that can be enabled to exposeneel2013-10-161-2/+16
* Hide TSC-deadline APIC timer support from guests. This modegrehan2013-09-171-1/+6
* Allow CPUID leaf 0xD to be read as zeroes.grehan2013-09-061-0/+1
* Make sure all CPUID values are handled, instead of exiting thegrehan2013-06-281-10/+38
* Unsynchronized TSCs on the host require special handling in bhyve:neel2013-04-101-1/+18
* Requests for invalid CPUID leaves should map to the highest known leaf instead.neel2013-02-131-2/+2
* Handle CPUID leaf 0x7 now that FreeBSD is using it.grehan2012-11-201-0/+1
* Hide the monitor/mwait instruction capability from the guest until we know howneel2012-10-251-0/+6
* Add support for trapping MMIO writes to local apic registers and emulating them.neel2012-09-251-3/+19
* Until the issue of how to handle guest XCR0 state is resolved,grehan2012-05-031-0/+7
* Some tweaks to the CPUID support:jhb2011-06-021-17/+59
* Changes to allow the GENERIC+bhye kernel built from this branch togrehan2011-05-191-2/+19
* Import of bhyve hypervisor and utilities, part 1.grehan2011-05-131-0/+113
OpenPOWER on IntegriCloud