.. |
amd
|
Maintain state regarding NMI delivery to guest vcpu in VT-x independent manner.
|
2012-10-24 02:54:21 +00:00 |
intel
|
Create sysctl node 'hw.vmm.vmx' and populate it with oids that expose the VMX
|
2013-04-13 21:41:51 +00:00 |
io
|
Don't panic when a valid divisor of 1 has been requested.
|
2013-04-05 22:16:31 +00:00 |
vmm_dev.c
|
Use the MAKEDEV_CHECKNAME flag to check for an invalid device name and return
|
2013-04-13 05:11:21 +00:00 |
vmm_host.c
|
Corral all the host state associated with the virtual machine into its own file.
|
2012-10-29 01:51:24 +00:00 |
vmm_host.h
|
Corral all the host state associated with the virtual machine into its own file.
|
2012-10-29 01:51:24 +00:00 |
vmm_instruction_emul.c
|
Allow caller to skip 'guest linear address' validation when doing instruction
|
2013-03-28 21:26:19 +00:00 |
vmm_ipi.c
|
Provide per-vcpu locks instead of relying on a single big lock.
|
2012-10-12 18:32:44 +00:00 |
vmm_ipi.h
|
Provide per-vcpu locks instead of relying on a single big lock.
|
2012-10-12 18:32:44 +00:00 |
vmm_ktr.h
|
|
|
vmm_lapic.c
|
Change emulate_rdmsr() and emulate_wrmsr() to return 0 on sucess and errno on
|
2012-11-28 13:10:18 +00:00 |
vmm_lapic.h
|
Revamp the x86 instruction emulation in bhyve.
|
2012-11-28 00:02:17 +00:00 |
vmm_mem.c
|
Set the valid field of the newly allocated field as all other
|
2012-10-26 22:32:26 +00:00 |
vmm_mem.h
|
Allocate memory pages for the guest from the host's free page queue.
|
2012-10-08 23:41:26 +00:00 |
vmm_msr.c
|
Change emulate_rdmsr() and emulate_wrmsr() to return 0 on sucess and errno on
|
2012-11-28 13:10:18 +00:00 |
vmm_msr.h
|
|
|
vmm_stat.c
|
Add some more stats to keep track of all the reasons that a vcpu is exiting.
|
2013-03-30 17:46:03 +00:00 |
vmm_stat.h
|
Add some more stats to keep track of all the reasons that a vcpu is exiting.
|
2013-03-30 17:46:03 +00:00 |
vmm_support.S
|
|
|
vmm_util.c
|
|
|
vmm_util.h
|
|
|
vmm.c
|
If vmm.ko could not be initialized correctly then prevent the creation of
|
2013-04-12 01:16:52 +00:00 |
x86.c
|
Unsynchronized TSCs on the host require special handling in bhyve:
|
2013-04-10 05:59:07 +00:00 |
x86.h
|
Handle CPUID leaf 0x7 now that FreeBSD is using it.
|
2012-11-20 06:01:03 +00:00 |