Re: [PATCH 1/3] hw/isa/vt82c686: Fix SCI routing

2023-02-07 Thread Bernhard Beschow
Am 31. Januar 2023 14:42:29 UTC schrieb BALATON Zoltan : >On Sun, 29 Jan 2023, Bernhard Beschow wrote: >> According to the PCI specification, the hardware is not supposed to use >> PCI_INTERRUPT_PIN for interrupt routing. Use the dedicated ACPI >> Interrupt Select register for SCI routing instea

Re: [PATCH 1/3] hw/isa/vt82c686: Fix SCI routing

2023-01-31 Thread BALATON Zoltan
On Sun, 29 Jan 2023, Bernhard Beschow wrote: According to the PCI specification, the hardware is not supposed to use PCI_INTERRUPT_PIN for interrupt routing. Use the dedicated ACPI Interrupt Select register for SCI routing instead. Signed-off-by: Bernhard Beschow --- hw/isa/vt82c686.c | 42

[PATCH 1/3] hw/isa/vt82c686: Fix SCI routing

2023-01-29 Thread Bernhard Beschow
According to the PCI specification, the hardware is not supposed to use PCI_INTERRUPT_PIN for interrupt routing. Use the dedicated ACPI Interrupt Select register for SCI routing instead. Signed-off-by: Bernhard Beschow --- hw/isa/vt82c686.c | 42 ++ 1 file