hw/isa/piix: Share PIIX3's base class with PIIX4
authorBernhard Beschow <shentey@gmail.com>
Sat, 7 Oct 2023 12:38:31 +0000 (14:38 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 22 Oct 2023 09:18:17 +0000 (05:18 -0400)
commit7d6f26594bc1ea1f9e7d115051e63c3a71cf0b60
tree55e1f3db451c8435d248c86c694cb800f9250680
parentf97479cad8447caa1d77c862a0890e6ff1a3acc6
hw/isa/piix: Share PIIX3's base class with PIIX4

Having a common base class will allow for futher code sharing between PIIX3 and
PIIX4. Moreover, it makes PIIX4 implement the acpi-dev-aml-interface.

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