summaryrefslogtreecommitdiffstats
path: root/sys/amd64/vmm/intel/vmx_msr.c
Commit message (Expand)AuthorAgeFilesLines
* Support guest writes to the TSC by enabling the "use TSC offsetting"tychon2015-06-091-0/+3
* Emulate machine check related MSRs to allow guest OSes like Windows to boot.neel2015-05-021-0/+7
* Don't require <sys/cpuset.h> to be always included before <machine/vmm.h>.neel2015-04-301-1/+0
* Advertise the MTRR feature via CPUID and emulate the minimal set of MTRR MSRs.neel2015-04-301-0/+15
* Always emulate MSR_PAT on Intel processors and don't rely on PAT save/restoreneel2015-02-241-1/+53
* Emulate writes to the IA32_MISC_ENABLE MSR.neel2014-12-201-2/+24
* Support Intel-specific MSRs that are accessed when booting up a linux in bhyve:neel2014-10-091-0/+100
* Restructure the MSR handling so it is entirely handled by processor-specificneel2014-09-201-0/+115
* - Output a summary of optional VT-x features in dmesg similar to CPUjhb2014-07-301-0/+1
* Get rid of redundant comparision which is guaranteed to be "true" for unsignedneel2012-11-221-1/+1
* Import of bhyve hypervisor and utilities, part 1.grehan2011-05-131-0/+172
OpenPOWER on IntegriCloud