hw/isa/piix4: Remove unused inbound ISA interrupt lines
commit06f6efefe06c7958471cbf84c56ccc87624577d8
authorBernhard Beschow <shentey@gmail.com>
Sat, 7 Oct 2023 12:38:23 +0000 (7 14:38 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 22 Oct 2023 09:18:17 +0000 (22 05:18 -0400)
tree233f166fd1404068b5924494c2bbaa025d05368a
parent9769cfc3e419a704ff1d7feb4621da660903499a
hw/isa/piix4: Remove unused inbound ISA interrupt lines

The Malta board, which is the only user of PIIX4, doesn't connect to the
exported interrupt lines. PIIX3 doesn't expose such interrupt lines
either, so remove them for PIIX4 for simplicity and consistency.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20231007123843.127151-16-shentey@gmail.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/isa/piix4.c