Re: [PATCH 5/6] hw/isa/vt82c686: Simplify removing unuseful qemu_allocate_irqs() call

2021-04-27 Thread Philippe Mathieu-Daudé
On 3/24/21 12:43 AM, BALATON Zoltan wrote: > On Wed, 24 Mar 2021, Philippe Mathieu-Daudé wrote: >> Instead of creating an input IRQ with qemu_allocate_irqs() >> to pass it as output IRQ of the PIC, with its handler simply >> dispatching into the "intr" output IRQ, simplify by directly >> connecting

Re: [PATCH 5/6] hw/isa/vt82c686: Simplify removing unuseful qemu_allocate_irqs() call

2021-03-23 Thread BALATON Zoltan
On Wed, 24 Mar 2021, Philippe Mathieu-Daudé wrote: Instead of creating an input IRQ with qemu_allocate_irqs() to pass it as output IRQ of the PIC, with its handler simply dispatching into the "intr" output IRQ, simplify by directly connecting the PIC to the "intr" named output. I think I've tri

[PATCH 5/6] hw/isa/vt82c686: Simplify removing unuseful qemu_allocate_irqs() call

2021-03-23 Thread Philippe Mathieu-Daudé
Instead of creating an input IRQ with qemu_allocate_irqs() to pass it as output IRQ of the PIC, with its handler simply dispatching into the "intr" output IRQ, simplify by directly connecting the PIC to the "intr" named output. Fixes: 3dc31cb8490 ("vt82c686: Move creation of ISA devices to the ISA