Re: [PATCH 5/6] hw/ide/via: Connect IDE function output IRQs to the ISA function input

2021-03-25 Thread John Snow
On 3/24/21 1:54 PM, Philippe Mathieu-Daudé wrote: To avoid abusing isa_get_irq(NULL) using a hidden ISA bridge under the hood, let the IDE function expose 2 output IRQs, and connect them to the ISA function inputs when creating the south bridge chipset model in vt82c686b_southbridge_init.

Re: [PATCH 5/6] hw/ide/via: Connect IDE function output IRQs to the ISA function input

2021-03-25 Thread Philippe Mathieu-Daudé
On 3/25/21 1:29 PM, Richard Henderson wrote: > On 3/24/21 11:54 AM, Philippe Mathieu-Daudé wrote: >> To avoid abusing isa_get_irq(NULL) using a hidden ISA bridge >> under the hood, let the IDE function expose 2 output IRQs, >> and connect them to the ISA function inputs when creating >> the south

Re: [PATCH 5/6] hw/ide/via: Connect IDE function output IRQs to the ISA function input

2021-03-25 Thread Richard Henderson
On 3/24/21 11:54 AM, Philippe Mathieu-Daudé wrote: To avoid abusing isa_get_irq(NULL) using a hidden ISA bridge under the hood, let the IDE function expose 2 output IRQs, and connect them to the ISA function inputs when creating the south bridge chipset model in vt82c686b_southbridge_init.

[PATCH 5/6] hw/ide/via: Connect IDE function output IRQs to the ISA function input

2021-03-24 Thread Philippe Mathieu-Daudé
To avoid abusing isa_get_irq(NULL) using a hidden ISA bridge under the hood, let the IDE function expose 2 output IRQs, and connect them to the ISA function inputs when creating the south bridge chipset model in vt82c686b_southbridge_init. Signed-off-by: Philippe Mathieu-Daudé --- hw/ide/via.c