Re: [Qemu-devel] [PATCH 00/14] ARM: make IRQ/FIQ gpio lines on CPU object

2013-08-20 Thread Peter Maydell
On 8 August 2013 17:04, Peter Maydell wrote: > This patch series makes IRQ and FIQ be inbound gpio lines on the > ARMCPU object (which we can do now that it is a subclass of > DeviceState). This allows us to drop the odd 'arm_pic' shim, > which doesn't correspond to real hardware and existed purel

[Qemu-devel] [PATCH 00/14] ARM: make IRQ/FIQ gpio lines on CPU object

2013-08-08 Thread Peter Maydell
This patch series makes IRQ and FIQ be inbound gpio lines on the ARMCPU object (which we can do now that it is a subclass of DeviceState). This allows us to drop the odd 'arm_pic' shim, which doesn't correspond to real hardware and existed purely to be a thing which exposed qemu_irqs. Peter Maydel