Files
acrn-hypervisor/hypervisor/arch/x86/guest
Binbin Wu 96331462b7 hv: vmcs: remove redundant check on vpid
ACRN relies on the capability of VPID to avoid EPT flushes during VMX transitions.
This capability is checked as a must have hardware capability, otherwise, ACRN will
refuse to boot.
Also, the current code has already made sure each vpid for a virtual cpu is valid.

So, no need to check the validity of vpid for vcpu and enable VPID for vCPU by default.

Tracked-On: #4296
Signed-off-by: Binbin Wu <binbin.wu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2020-01-02 10:47:34 +08:00
..
2019-12-02 09:31:12 +08:00
2019-10-22 10:09:16 +08:00
2019-07-19 16:47:06 +08:00
2019-12-27 12:27:08 +08:00
2019-05-07 09:10:13 +08:00