Commit d5e6310a authored by Oliver Upton's avatar Oliver Upton Committed by Marc Zyngier
Browse files

KVM: arm64: selftests: Actually enable IRQs in vgic_lpi_stress



vgic_lpi_stress rather hilariously leaves IRQs disabled for the duration
of the test. While the ITS translation of MSIs happens regardless of
this, for completeness the guest should actually handle the LPIs.

Signed-off-by: default avatarOliver Upton <oliver.upton@linux.dev>
Reviewed-by: default avatarZenghui Yu <zenghui.yu@linux.dev>
Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
parent 2192d348
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -123,6 +123,7 @@ static void guest_setup_gic(void)
static void guest_code(size_t nr_lpis)
{
	guest_setup_gic();
	local_irq_enable();

	GUEST_SYNC(0);