mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 08:50:27 +00:00
hv: monir modify for flush ept tlb to compatible with vpid
We need know which tlb to flush: ept or vpid. 1. error handle for invept. it's the same with invvpid error handle. change its name to compatible with vpid. 2. the macro name for flush ept tlb request. Signed-off-by: Li, Fei1 <fei1.li@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -45,7 +45,7 @@ int get_req_info(char *str, int str_max);
|
||||
#define ACRN_REQUEST_EXTINT 2
|
||||
#define ACRN_REQUEST_NMI 3
|
||||
#define ACRN_REQUEST_TMR_UPDATE 4
|
||||
#define ACRN_REQUEST_TLB_FLUSH 5
|
||||
#define ACRN_REQUEST_EPT_FLUSH 5
|
||||
#define ACRN_REQUEST_TRP_FAULT 6
|
||||
|
||||
#define E820_MAX_ENTRIES 32
|
||||
|
Reference in New Issue
Block a user