]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64/vmm/intel/vmx.c
Always allow access to the sysenter cs/esp/eip MSRs since they
[FreeBSD/FreeBSD.git] / sys / amd64 / vmm / intel / vmx.c
2013-01-25 Peter GrehanAlways allow access to the sysenter cs/esp/eip MSRs...
2013-01-21 David ChisnallImport new fix from libcxxrt. This fixes the case...
2013-01-19 Neel NatuMerge projects/bhyve to head.
2013-01-17 Neel NatuIFC @ r245542
2013-01-17 Neel NatuIFC @ r245509
2013-01-09 Neel NatuIFC @ r245205
2013-01-09 Neel NatuIFC @ r245178
2013-01-04 Neel NatuIFC @ r244983.
2012-12-04 Neel NatuIFC @r243836
2012-11-29 Peter GrehanAdd support for the 0x81 AND instruction, now generated
2012-11-28 Neel NatuCleanup the user-space paging exit handler now that...
2012-11-28 Neel NatuChange emulate_rdmsr() and emulate_wrmsr() to return...
2012-11-28 Neel NatuRevamp the x86 instruction emulation in bhyve.
2012-11-17 Neel NatuIFC @ r243164
2012-11-13 Neel NatuIFC @ r242940
2012-11-11 Neel NatuIFC @ r242684
2012-10-29 Neel NatuConvert VMCS_ENTRY_INTR_INFO field into a vmcs identifi...
2012-10-29 Neel NatuCorral all the host state associated with the virtual...
2012-10-25 Neel NatuIf the guest vcpu wants to idle then use that opportuni...
2012-10-24 Neel NatuMaintain state regarding NMI delivery to guest vcpu...
2012-10-23 Neel NatuTest for AST pending with interrupts disabled right...
2012-10-12 Peter GrehanAdd the guest physical address and r/w/x bits to
2012-10-12 Neel NatuProvide per-vcpu locks instead of relying on a single...
2012-10-03 Neel NatuGet rid of assumptions in the hypervisor that the host...
2012-09-27 Neel NatuIntel VT-x provides the length of the instruction at...
2012-09-25 Neel NatuAdd support for trapping MMIO writes to local apic...
2012-09-25 Neel NatuAdd an explicit exit code 'SPINUP_AP' to tell the contr...
2012-09-24 Neel NatuStash the 'vm_exit' information in each 'struct vcpu'.
2012-08-04 Neel NatuForce certain bits in %cr4 to be hard-wired to '1'...
2012-07-25 Neel NatuVerify that VMX operation has been enabled by BIOS...
2012-07-11 Peter GrehanIFC @ r238370
2012-04-28 Peter GrehanMSI-x interrupt support for PCI pass-thru devices.
2012-04-26 Peter GrehanIFC @ r234692
2012-01-04 Sean BrunoIFC to head to catch up the bhyve branch
2011-12-24 Peter GrehanAdd support for running as a nested hypervisor under...
2011-11-22 Peter GrehanIFC @ r227804
2011-10-27 Peter GrehanIFC @ r226824
2011-09-15 Peter GrehanIFC @ r225592
2011-07-18 Peter GrehanIFC @ r224187
2011-06-30 Peter GrehanIFC @ r223696 to pick up dfr's userboot
2011-06-28 Peter GrehanIFC @ r222830
2011-06-02 John BaldwinSome tweaks to the CPUID support:
2011-06-02 John BaldwinAdd a 'show vmcs' DDB command to dump state about the...
2011-05-24 Peter GrehanIFC @ r222256
2011-05-20 Neel NatuFix a long standing bug in VMXCTX_GUEST_RESTORE().
2011-05-14 John BaldwinFirst cut at porting the kernel portions of 221828...
2011-05-13 Peter GrehanImport of bhyve hypervisor and utilities, part 1.