[Qemu-devel] [PATCH v2][resend] apic: fixup fallthrough to PIC

2013-04-04 Thread Mark Asselstine
mes about since cpu_get_pic_interrupt() calls apic_accept_pic_intr() (with the local APIC disabled apic_get_interrupt() returns -1). apic_accept_pic_intr() returns 0 and thus the interrupt number which is returned from cpu_get_pic_interrupt(), and which is attempted to be serviced, is -1. Signed-off-by: Mark Assel

[Qemu-devel] [PATCH v2] apic: fixup fallthrough to PIC

2013-02-26 Thread Mark Asselstine
mes about since cpu_get_pic_interrupt() calls apic_accept_pic_intr() (with the local APIC disabled apic_get_interrupt() returns -1). apic_accept_pic_intr() returns 0 and thus the interrupt number which is returned from cpu_get_pic_interrupt(), and which is attempted to be serviced, is -1. Signed-off-by: Mark Assel

Re: [Qemu-devel] [PATCH] apic: fixup fallthrough to PIC

2013-02-26 Thread Mark Asselstine
On February 26, 2013 21:03:46 Jan Kiszka wrote: > On 2013-02-26 20:48, Mark Asselstine wrote: > > Commit 0e21e12bb311c4c1095d0269dc2ef81196ccb60a [Don't route PIC > > interrupts through the local APIC if the local APIC config says so.] > > missed a check to ensure the lo

[Qemu-devel] [PATCH] apic: fixup fallthrough to PIC

2013-02-26 Thread Mark Asselstine
mes about since cpu_get_pic_interrupt() calls apic_accept_pic_intr() (with the local APIC disabled apic_get_interrupt() returns -1). apic_accept_pic_intr() returns 0 and thus the interrupt number which is returned from cpu_get_pic_interrupt(), and which is attempted to be serviced, is -1. Signed-off-by: Mark Asselsti