Re: [PATCH v5 3/7] hw/isa/vt82c686: Implement PCI IRQ routing

2023-03-01 Thread BALATON Zoltan
On Wed, 1 Mar 2023, Bernhard Beschow wrote: Am 1. März 2023 11:15:02 UTC schrieb BALATON Zoltan : On Wed, 1 Mar 2023, Bernhard Beschow wrote: Am 1. März 2023 00:17:09 UTC schrieb BALATON Zoltan : The real VIA south bridges implement a PCI IRQ router which is configured by the BIOS or the OS. I

Re: [PATCH v5 3/7] hw/isa/vt82c686: Implement PCI IRQ routing

2023-03-01 Thread Bernhard Beschow
Am 1. März 2023 11:15:02 UTC schrieb BALATON Zoltan : >On Wed, 1 Mar 2023, Bernhard Beschow wrote: >> Am 1. März 2023 00:17:09 UTC schrieb BALATON Zoltan : >>> The real VIA south bridges implement a PCI IRQ router which is configured >>> by the BIOS or the OS. In order to respect these configura

Re: [PATCH v5 3/7] hw/isa/vt82c686: Implement PCI IRQ routing

2023-03-01 Thread BALATON Zoltan
On Wed, 1 Mar 2023, Bernhard Beschow wrote: Am 1. März 2023 00:17:09 UTC schrieb BALATON Zoltan : The real VIA south bridges implement a PCI IRQ router which is configured by the BIOS or the OS. In order to respect these configurations, QEMU needs to implement it as well. The real chip may allow

Re: [PATCH v5 3/7] hw/isa/vt82c686: Implement PCI IRQ routing

2023-02-28 Thread Bernhard Beschow
Am 1. März 2023 00:17:09 UTC schrieb BALATON Zoltan : >The real VIA south bridges implement a PCI IRQ router which is configured >by the BIOS or the OS. In order to respect these configurations, QEMU >needs to implement it as well. The real chip may allow routing IRQs from >internal functions in

[PATCH v5 3/7] hw/isa/vt82c686: Implement PCI IRQ routing

2023-02-28 Thread BALATON Zoltan
The real VIA south bridges implement a PCI IRQ router which is configured by the BIOS or the OS. In order to respect these configurations, QEMU needs to implement it as well. The real chip may allow routing IRQs from internal functions independently of PCI interrupts but since guests usually config