Re: [Qemu-devel] [PATCH v2 05/22] ppc/xics: introduce a QOM interface to handle ICSs

2017-02-24 Thread Cédric Le Goater
On 02/23/2017 03:18 AM, David Gibson wrote: > On Thu, Feb 16, 2017 at 02:47:28PM +0100, Cédric Le Goater wrote: >> This QOM interface provides two simple handlers. One is to get an ICS >> object from an irq number and a second to resend the irqs when needed. > > Maybe call this XICSFabric rather t

Re: [Qemu-devel] [PATCH v2 05/22] ppc/xics: introduce a QOM interface to handle ICSs

2017-02-22 Thread David Gibson
On Thu, Feb 16, 2017 at 02:47:28PM +0100, Cédric Le Goater wrote: > This QOM interface provides two simple handlers. One is to get an ICS > object from an irq number and a second to resend the irqs when needed. Maybe call this XICSFabric rather than XicsInterface. While it's an interface from the

[Qemu-devel] [PATCH v2 05/22] ppc/xics: introduce a QOM interface to handle ICSs

2017-02-16 Thread Cédric Le Goater
This QOM interface provides two simple handlers. One is to get an ICS object from an irq number and a second to resend the irqs when needed. Signed-off-by: Cédric Le Goater --- hw/intc/xics.c| 7 +++ include/hw/ppc/xics.h | 18 ++ 2 files changed, 25 insertions(+) d