freebsd-skq/sys/amd64/vmm/amd
grehan afd2340c15 Enable memory overcommit for AMD processors.
- No emulation of A/D bits is required since AMD-V RVI
supports A/D bits.
 - Enable pmap PT_RVI support(w/o PAT) which is required for
memory over-commit support.
 - Other minor fixes:
 * Make use of VMCB EXITINTINFO field. If a #VMEXIT happens while
delivering an interrupt, EXITINTINFO has all the details that bhyve
needs to inject the same interrupt.
 * SVM h/w decode assist code was incomplete - removed for now.
 * Some minor code clean-up (more coming).

Submitted by:	Anish Gupta (akgupt3@gmail.com)
2013-12-18 23:39:42 +00:00
..
amdv.c Enable memory overcommit for AMD processors. 2013-12-18 23:39:42 +00:00
npt.c Enable memory overcommit for AMD processors. 2013-12-18 23:39:42 +00:00
npt.h Enable memory overcommit for AMD processors. 2013-12-18 23:39:42 +00:00
svm_genassym.c - SVM nested paging support 2013-04-27 04:49:51 +00:00
svm_msr.h Add in last remaining files to get AMD-SVM operational. 2013-08-23 00:37:26 +00:00
svm_softc.h Enable memory overcommit for AMD processors. 2013-12-18 23:39:42 +00:00
svm_support.S Add in last remaining files to get AMD-SVM operational. 2013-08-23 00:37:26 +00:00
svm.c Enable memory overcommit for AMD processors. 2013-12-18 23:39:42 +00:00
svm.h - SVM nested paging support 2013-04-27 04:49:51 +00:00
vmcb.c Enable memory overcommit for AMD processors. 2013-12-18 23:39:42 +00:00
vmcb.h Enable memory overcommit for AMD processors. 2013-12-18 23:39:42 +00:00