Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af340f99 authored by Marc Zyngier's avatar Marc Zyngier Committed by Christoffer Dall
Browse files

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: default avatarChristoffer Dall <cdall@linaro.org>
Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
Signed-off-by: default avatarChristoffer Dall <christoffer.dall@linaro.org>
parent ff9c1143
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;
}