1
0
Fork 0

KVM: arm/arm64: GICv4: Propagate property updates to VLPIs

Upon updating a property, we propagate it all the way to the physical
ITS, and ask for an INV command to be executed there.

Acked-by: Christoffer Dall <cdall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
hifive-unleashed-5.1
Marc Zyngier 2017-10-27 15:28:45 +01:00 committed by Christoffer Dall
parent ff9c114394
commit af340f992c
1 changed files with 3 additions and 0 deletions

View File

@ -297,6 +297,9 @@ static int update_lpi_config(struct kvm *kvm, struct vgic_irq *irq,
spin_unlock_irqrestore(&irq->irq_lock, flags);
}
if (irq->hw)
return its_prop_update_vlpi(irq->host_irq, prop, true);
return 0;
}