summaryrefslogtreecommitdiffstats
path: root/sys/amd64/vmm/vmm.c
Commit message (Expand)AuthorAgeFilesLines
* Corral all the host state associated with the virtual machine into its own file.neel2012-10-291-0/+2
* Unconditionally enable fpu emulation by setting CR0.TS in the host after theneel2012-10-261-0/+13
* If the guest vcpu wants to idle then use that opportunity to relinquish theneel2012-10-251-20/+77
* Maintain state regarding NMI delivery to guest vcpu in VT-x independent manner.neel2012-10-241-8/+41
* Provide per-vcpu locks instead of relying on a single big lock.neel2012-10-121-30/+61
* Fix warnings generated by 'debug.witness.watch' during VM creation andneel2012-10-111-4/+6
* Allocate memory pages for the guest from the host's free page queue.neel2012-10-081-1/+32
* Change vm_malloc() to map pages in the guest physical address space in 4KBneel2012-10-041-13/+48
* Get rid of assumptions in the hypervisor that the host physical memoryneel2012-10-031-0/+5
* Get rid of assumptions in the hypervisor that the host physical memoryneel2012-10-031-18/+13
* Get rid of assumptions in the hypervisor that the host physical memoryneel2012-09-291-9/+51
* Add an option "-a" to present the local apic in the XAPIC mode instead of theneel2012-09-261-1/+3
* Add support for trapping MMIO writes to local apic registers and emulating them.neel2012-09-251-1/+1
* Add ioctls to control the X2APIC capability exposed by the virtual machine toneel2012-09-251-0/+27
* Stash the 'vm_exit' information in each 'struct vcpu'.neel2012-09-241-3/+20
* IFC @ r234692grehan2012-04-261-21/+13
* IFC @ r222830grehan2011-06-281-4/+4
* First cut at porting the kernel portions of 221828 and 221905 from thejhb2011-05-141-3/+4
* Import of bhyve hypervisor and utilities, part 1.grehan2011-05-131-0/+737
OpenPOWER on IntegriCloud