hw/acpi/piix4: move PIIX4PMState into separate piix4.h header
commit2bfd0845f076fbec9e1dc17b1f4630b46a401a8a
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Sat, 28 May 2022 09:02:11 +0000 (28 10:02 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 11 Jun 2022 09:44:15 +0000 (11 11:44 +0200)
tree7fe833e2a9dd271ed6b9cddd45887253b9c7767f
parent7ace6b4f81cffa4595dc94c79583a90c251c9810
hw/acpi/piix4: move PIIX4PMState into separate piix4.h header

This allows the QOM types in hw/acpi/piix4.c to be used elsewhere by simply including
hw/acpi/piix4.h.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220528091934.15520-5-mark.cave-ayland@ilande.co.uk>
Reviewed-by: Bernhard Beschow <shentey@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
hw/acpi/piix4.c
hw/i386/acpi-build.c
include/hw/acpi/piix4.h [new file with mode: 0644]
include/hw/southbridge/piix.h