Re: [Qemu-devel] [PATCH 06/15] openpic: rework critical interrupt support

2013-01-04 Thread Alexander Graf
On 04.01.2013, at 00:07, Scott Wood wrote: > On 01/03/2013 12:31:47 PM, Alexander Graf wrote: >> On 22.12.2012, at 03:15, Scott Wood wrote: >> > Critical interrupts on FSL MPIC are not supposed to pay >> > attention to priority, IACK, EOI, etc. On the currently modeled >> > version it's not supp

Re: [Qemu-devel] [PATCH 06/15] openpic: rework critical interrupt support

2013-01-03 Thread Scott Wood
On 01/03/2013 12:31:47 PM, Alexander Graf wrote: On 22.12.2012, at 03:15, Scott Wood wrote: > Critical interrupts on FSL MPIC are not supposed to pay > attention to priority, IACK, EOI, etc. On the currently modeled > version it's not supposed to pay attention to the mask bit either. > > Also

Re: [Qemu-devel] [PATCH 06/15] openpic: rework critical interrupt support

2013-01-03 Thread Alexander Graf
On 22.12.2012, at 03:15, Scott Wood wrote: > Critical interrupts on FSL MPIC are not supposed to pay > attention to priority, IACK, EOI, etc. On the currently modeled > version it's not supposed to pay attention to the mask bit either. > > Also reorganize to make it easier to implement newer FS

[Qemu-devel] [PATCH 06/15] openpic: rework critical interrupt support

2012-12-21 Thread Scott Wood
Critical interrupts on FSL MPIC are not supposed to pay attention to priority, IACK, EOI, etc. On the currently modeled version it's not supposed to pay attention to the mask bit either. Also reorganize to make it easier to implement newer FSL MPIC models, which encode interrupt level information