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
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