--- qemu/roms/seabios/src/mptable.c 2018/04/24 19:24:15 1.1.1.5 +++ qemu/roms/seabios/src/mptable.c 2018/04/24 19:43:56 1.1.1.6 @@ -169,7 +169,7 @@ mptable_init(void) intsrc->irqflag = 0; /* PO, EL default */ intsrc->srcbus = isabusid; /* ISA */ intsrc->srcbusirq = 0; - intsrc->dstapic = 0; /* BSP == APIC #0 */ + intsrc->dstapic = 0xff; /* to all local APICs */ intsrc->dstirq = 1; /* LINTIN1 */ intsrc++; entrycount += intsrc - intsrcs;