From: Avi Kivity <[email protected]> Otherwise, we can't take more than one IPI.
Signed-off-by: Avi Kivity <[email protected]> diff --git a/kvm/user/test/lib/x86/smp.c b/kvm/user/test/lib/x86/smp.c index a3a5472..25f0cae 100644 --- a/kvm/user/test/lib/x86/smp.c +++ b/kvm/user/test/lib/x86/smp.c @@ -14,6 +14,7 @@ static volatile int ipi_done; static __attribute__((used)) void ipi() { ipi_function(ipi_data); + apic_write(APIC_EOI, 0); ipi_done = 1; } -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
