freebsd-skq/sys/amd64/vmm
neel 115742fae3 MFC r276428:
Replace bhyve's minimal RTC emulation with a fully featured one in vmm.ko.

MFC r276432:
Initialize all fields of 'struct vm_exception exception' before passing it
to vm_inject_exception().

MFC r276763:
Clear blocking due to STI or MOV SS in the hypervisor when an instruction is
emulated or when the vcpu incurs an exception.

MFC r277149:
Clean up usage of 'struct vm_exception' to only to communicate information
from userspace to vmm.ko when injecting an exception.

MFC r277168:
Fix typo (missing comma).

MFC r277309:
Make the error message explicit instead of just printing the usage if the
virtual machine name is not specified.

MFC r277310:
Simplify instruction restart logic in bhyve.

MFC r277359:
Fix a bug in libvmmapi 'vm_copy_setup()' where it would return success even
if the 'gpa' was in the guest MMIO region.

MFC r277360:
MOVS instruction emulation.

MFC r277626:
Add macro to identify AVIC capability (advanced virtual interrupt controller)
in AMD processors.

MFC r279220:
Don't close a block context if it couldn't be opened avoiding a null deref.

MFC r279225:
Add "-u" option to bhyve(8) to indicate that the RTC should maintain UTC time.

MFC r279227:
Emulate MSR 0xC0011024 when running on AMD processors.

MFC r279228:
Always emulate MSR_PAT on Intel processors and don't rely on PAT save/restore
capability of VT-x. This lets bhyve run nested in older VMware versions that
don't support the PAT save/restore capability.

MFC r279540:
Fix warnings/errors when building vmm.ko with gcc.
2015-06-27 22:48:22 +00:00
..
amd MFC r276428: 2015-06-27 22:48:22 +00:00
intel MFC r276428: 2015-06-27 22:48:22 +00:00
io MFC r276428: 2015-06-27 22:48:22 +00:00
vmm_dev.c MFC r276428: 2015-06-27 22:48:22 +00:00
vmm_host.c MFC 261638,262144,262506,266765: 2014-06-12 19:58:12 +00:00
vmm_host.h MFC 261638,262144,262506,266765: 2014-06-12 19:58:12 +00:00
vmm_instruction_emul.c MFC r276428: 2015-06-27 22:48:22 +00:00
vmm_ioport.c MFC r276428: 2015-06-27 22:48:22 +00:00
vmm_ioport.h MFC r273683 2014-12-30 22:22:46 +00:00
vmm_ipi.c MFC 259641,259863,259924,259937,259961,259978,260380,260383,260410,260466, 2014-05-17 19:11:08 +00:00
vmm_ipi.h MFC 259641,259863,259924,259937,259961,259978,260380,260383,260410,260466, 2014-05-17 19:11:08 +00:00
vmm_ktr.h MFC 266424,266476,266524,266573,266595,266626,266627,266633,266641,266642, 2014-07-22 04:39:16 +00:00
vmm_lapic.c MFC 264353,264509,264768,264770,264825,264846,264988,265114,265165,265365, 2014-07-21 19:08:02 +00:00
vmm_lapic.h MFC 259641,259863,259924,259937,259961,259978,260380,260383,260410,260466, 2014-05-17 19:11:08 +00:00
vmm_mem.c Merge projects/bhyve_npt_pmap into head. 2013-10-05 21:22:35 +00:00
vmm_mem.h Merge projects/bhyve_npt_pmap into head. 2013-10-05 21:22:35 +00:00
vmm_stat.c MFC r267311, r267330, r267811, r267884 2014-08-17 01:23:52 +00:00
vmm_stat.h MFC r267311, r267330, r267811, r267884 2014-08-17 01:23:52 +00:00
vmm_support.S
vmm_util.c
vmm_util.h
vmm.c MFC r276428: 2015-06-27 22:48:22 +00:00
x86.c MFC r280134: 2015-03-30 07:11:49 +00:00
x86.h Allow CPUID leaf 0xD to be read as zeroes. 2013-09-06 05:16:10 +00:00