OSDN Git Service

hw/isa/piix3: Rename "pic" attribute to "isa_irqs_in"
authorBernhard Beschow <shentey@gmail.com>
Sat, 7 Oct 2023 12:38:15 +0000 (14:38 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 22 Oct 2023 09:18:16 +0000 (05:18 -0400)
commit40f70623875b4ae46e04f57cfa7c80b6af917e1b
tree1b73bd098e61f020bd8c5754c5de5090398e260c
parentb9a8b8d29f438b6a695b12bd2d3e0567cbae5dc7
hw/isa/piix3: Rename "pic" attribute to "isa_irqs_in"

TYPE_PIIX3_DEVICE doesn't instantiate a PIC since it relies on the board to do
so. The "pic" attribute, however, suggests that there is one. Rename the
attribute to reflect that it represents ISA interrupt lines. Use the same naming
convention as in the VIA south bridges as well as in TYPE_I82378.

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