hw/isa/piix4: Resolve redundant i8259[] attribute
commit933ab073be42a49f2e83ff18612ffc4940dfa55e
authorBernhard Beschow <shentey@gmail.com>
Thu, 17 Feb 2022 10:19:20 +0000 (17 11:19 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 8 Mar 2022 18:37:50 +0000 (8 19:37 +0100)
tree48e5e4329fb740bf0836aa33b30ab242e3893ebf
parenta7fc9880514fcbc96c9825f040296fa59d7b3ccc
hw/isa/piix4: Resolve redundant i8259[] attribute

This is a follow-up on patch "malta: Move PCI interrupt handling from
gt64xxx_pci to piix4" where i8259[] was moved from MaltaState to
PIIX4State to make the code movement more obvious. However, i8259[]
seems redundant to *isa, so remove it.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20220217101924.15347-4-shentey@gmail.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
hw/isa/piix4.c