Re: [PATCH] hw/isa/vt82c686: Respect SCI interrupt assignment

2023-10-05 Thread BALATON Zoltan
On Thu, 5 Oct 2023, Bernhard Beschow wrote: Am 4. Oktober 2023 14:52:14 UTC schrieb BALATON Zoltan : On Wed, 4 Oct 2023, Bernhard Beschow wrote: Am 4. Oktober 2023 12:08:02 UTC schrieb BALATON Zoltan : On Tue, 3 Oct 2023, Bernhard Beschow wrote: According to the datasheet, SCI interrupts of t

Re: [PATCH] hw/isa/vt82c686: Respect SCI interrupt assignment

2023-10-05 Thread Bernhard Beschow
Am 4. Oktober 2023 14:52:14 UTC schrieb BALATON Zoltan : >On Wed, 4 Oct 2023, Bernhard Beschow wrote: >> Am 4. Oktober 2023 12:08:02 UTC schrieb BALATON Zoltan : >>> On Tue, 3 Oct 2023, Bernhard Beschow wrote: According to the datasheet, SCI interrupts of the power management function

Re: [PATCH] hw/isa/vt82c686: Respect SCI interrupt assignment

2023-10-04 Thread BALATON Zoltan
On Wed, 4 Oct 2023, Bernhard Beschow wrote: Am 4. Oktober 2023 12:08:02 UTC schrieb BALATON Zoltan : On Tue, 3 Oct 2023, Bernhard Beschow wrote: According to the datasheet, SCI interrupts of the power management function aren't triggered through the PCI pins but rather directly to the integrate

Re: [PATCH] hw/isa/vt82c686: Respect SCI interrupt assignment

2023-10-04 Thread Bernhard Beschow
Am 4. Oktober 2023 12:08:02 UTC schrieb BALATON Zoltan : >On Tue, 3 Oct 2023, Bernhard Beschow wrote: >> According to the datasheet, SCI interrupts of the power management function >> aren't triggered through the PCI pins but rather directly to the integrated >> PIC. >> The routing is configura

Re: [PATCH] hw/isa/vt82c686: Respect SCI interrupt assignment

2023-10-04 Thread BALATON Zoltan
On Tue, 3 Oct 2023, Bernhard Beschow wrote: According to the datasheet, SCI interrupts of the power management function aren't triggered through the PCI pins but rather directly to the integrated PIC. The routing is configurable through the ACPI interrupt select register at offset 42 in the PCI c

Re: [PATCH] hw/isa/vt82c686: Respect SCI interrupt assignment

2023-10-03 Thread Philippe Mathieu-Daudé
Hi Bernhard, On 3/10/23 23:44, Bernhard Beschow wrote: According to the datasheet, SCI interrupts of the power management function aren't triggered through the PCI pins but rather directly to the integrated PIC. The routing is configurable through the ACPI interrupt select register at offset 42

[PATCH] hw/isa/vt82c686: Respect SCI interrupt assignment

2023-10-03 Thread Bernhard Beschow
According to the datasheet, SCI interrupts of the power management function aren't triggered through the PCI pins but rather directly to the integrated PIC. The routing is configurable through the ACPI interrupt select register at offset 42 in the PCI configuration space of the ISA function. Signe