mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 17:21:22 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user