aboutsummaryrefslogtreecommitdiffstats
path: root/executor/kvm_amd64.S.h
Commit message (Collapse)AuthorAgeFilesLines
* executor: changed initialization of VMCS fieldsAyomide Erinfolami2021-12-011-1/+1
| | | | | | | Initializing the VMCS fields Pin-based VM-execution controls and Primary processor-based VM-execution controls to 0 and setting their reserved bits using the appropriate MSRs increase coverage for arch/x86/kvm/vmx/nested.c from 19% to 43%.
* executor: prepare code generator to allow other achitecturesAlexey Kardashevskiy2021-07-191-0/+9
At the moment only AMD64 is supported, change file names to emphasise this. Signed-off-by: Alexey Kardashevskiy <aik@linux.ibm.com>