hv: apicv: change the name of vapic to apicv

Remove the vapic name and unify to apicv.

Signed-off-by: Yu Wang <yu1.wang@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
Yu Wang
2018-08-22 14:25:39 +00:00
committed by lijinxia
parent a0c625b85a
commit a6c2065b2e
5 changed files with 28 additions and 28 deletions

View File

@@ -115,7 +115,7 @@ static int vcpu_do_pending_event(struct vcpu *vcpu)
uint32_t vector = 0U;
int ret = 0;
if (is_vapic_intr_delivery_supported()) {
if (is_apicv_intr_delivery_supported()) {
vlapic_apicv_inject_pir(vlapic);
return 0;
}