Re: [Qemu-devel] [PATCH v2 5/8] apic: do not accept SIPI on the bootstrap processor

2014-05-12 Thread Andreas Färber
Am 02.05.2014 16:33, schrieb Paolo Bonzini: > SIPI interrupts are ignored on the bootstrap. Never accept one. > > Cc: Andreas Färber > Cc: Michael S. Tsirkin > Signed-off-by: Paolo Bonzini > --- > hw/intc/apic_common.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/

[Qemu-devel] [PATCH v2 5/8] apic: do not accept SIPI on the bootstrap processor

2014-05-02 Thread Paolo Bonzini
SIPI interrupts are ignored on the bootstrap. Never accept one. Cc: Andreas Färber Cc: Michael S. Tsirkin Signed-off-by: Paolo Bonzini --- hw/intc/apic_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/intc/apic_common.c b/hw/intc/apic_common.c index 7ecce2d..05c