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:
Li, Fei1
2018-05-23 15:34:54 +08:00
committed by lijinxia
parent 3c09933aa1
commit c34f72a0bc
4 changed files with 8 additions and 7 deletions

View File

@@ -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