hw/isa/piix: Resolve duplicate code regarding PCI interrupt wiring
authorBernhard Beschow <shentey@gmail.com>
Sat, 7 Oct 2023 12:38:35 +0000 (14:38 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 22 Oct 2023 09:18:17 +0000 (05:18 -0400)
commita203cc532a18fdb89942fa8c87d332a2a3470379
treee35663277402ca75676451513e517a8e5df9d362
parent0c9fd5a309c8449c70c727f271baf554491d4ecd
hw/isa/piix: Resolve duplicate code regarding PCI interrupt wiring

Now that both PIIX3 and PIIX4 use piix_set_irq() to trigger PCI IRQs the wiring
in the respective realize methods can be shared, too.

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