The ARM arch code requires an interrupt controller emulation to implement
vgic_clear_pending_irqs(), although it is suspected that it is actually
not necessary. Go with a stub for now to make the linker happy.
Signed-off-by: Andre Przywara <andre.przywara@linaro.org>
Reviewed-by: Julien Grall <julien.grall@arm.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
spin_unlock_irqrestore(&v->arch.vgic.ap_list_lock, flags);
}
+void vgic_clear_pending_irqs(struct vcpu *v)
+{
+ /*
+ * TODO: It is unclear whether we really need this, so we might instead
+ * remove it on the caller site.
+ */
+}
+
/**
* arch_move_irqs() - migrate the physical affinity of hardware mapped vIRQs
* @v: the vCPU, already assigned to the new pCPU