Re: [Qemu-devel] [PATCH v3 1/2] lsi53c895a: add optional external IRQ via qdev

2018-09-11 Thread Paolo Bonzini
On 11/09/2018 08:38, Fam Zheng wrote: > On Tue, 09/11 11:27, David Gibson wrote: >> On Mon, Sep 10, 2018 at 09:46:30PM +0100, Mark Cave-Ayland wrote: >>> On some early machines the on-board PCI devices IRQs are wired directly to >>> the interrupt controller instead of via the PCI host bridge. >>> >

Re: [Qemu-devel] [PATCH v3 1/2] lsi53c895a: add optional external IRQ via qdev

2018-09-10 Thread Fam Zheng
On Tue, 09/11 11:27, David Gibson wrote: > On Mon, Sep 10, 2018 at 09:46:30PM +0100, Mark Cave-Ayland wrote: > > On some early machines the on-board PCI devices IRQs are wired directly to > > the interrupt controller instead of via the PCI host bridge. > > > > Add an optional external IRQ that if

Re: [Qemu-devel] [PATCH v3 1/2] lsi53c895a: add optional external IRQ via qdev

2018-09-10 Thread David Gibson
On Mon, Sep 10, 2018 at 09:46:30PM +0100, Mark Cave-Ayland wrote: > On some early machines the on-board PCI devices IRQs are wired directly to > the interrupt controller instead of via the PCI host bridge. > > Add an optional external IRQ that if wired up via qdev will replace the > in-built PCI I

[Qemu-devel] [PATCH v3 1/2] lsi53c895a: add optional external IRQ via qdev

2018-09-10 Thread Mark Cave-Ayland
On some early machines the on-board PCI devices IRQs are wired directly to the interrupt controller instead of via the PCI host bridge. Add an optional external IRQ that if wired up via qdev will replace the in-built PCI IRQ. Signed-off-by: Mark Cave-Ayland --- hw/scsi/lsi53c895a.c | 16 +++