replace pending_intr with pending_req

the pending_intr is not only serving for interrupt but also for different
request including TLB & TMR updating, so change the function & variants
name accordingly.

Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Jason Chen CJ
2018-05-25 12:29:00 +08:00
committed by lijinxia
parent 7003e50e4e
commit 4607177383
4 changed files with 16 additions and 16 deletions

View File

@@ -225,7 +225,7 @@ struct vcpu_arch {
uint32_t sipi_vector;
/* interrupt injection information */
uint64_t pending_intr;
uint64_t pending_req;
bool inject_event_pending;
struct event_injection_info inject_info;