hw/i386/pc_piix: Wire PIIX3's ISA interrupts by new "isa-irqs" property
commit001cb25f3fb84768db4c1fb0ffd77779e0676745
authorBernhard Beschow <shentey@gmail.com>
Sat, 7 Oct 2023 12:38:13 +0000 (7 14:38 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 22 Oct 2023 09:18:16 +0000 (22 05:18 -0400)
treef6e1c15abf2d5cb9c8422e8aabfeb829915d337b
parent32f29b26ff150dba6d1c455b826e44447b9ead45
hw/i386/pc_piix: Wire PIIX3's ISA interrupts by new "isa-irqs" property

Avoid assigning the private member of struct PIIX3State from outside which goes
against best QOM practices. Instead, implement best QOM practice by adding an
"isa-irqs" array property to TYPE_PIIX3_DEVICE and assign it in board code, i.e.
from outside.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Message-Id: <20231007123843.127151-6-shentey@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/pc_piix.c
hw/isa/piix3.c
include/hw/southbridge/piix.h