acpi: create acpi-common.c and move madt code
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 20 May 2020 13:19:47 +0000 (15:19 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 12 Jun 2020 14:17:06 +0000 (10:17 -0400)
commiteb66ffabc00a7b062b2c73b9178eb2679328813b
tree00934a1297352a1b9d5d45acf1c4c6afa0820575
parent1dc32f9aeb127d995efd52a29f57460c011780da
acpi: create acpi-common.c and move madt code

We'll need madt support for microvm.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20200520132003.9492-7-kraxel@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/Makefile.objs
hw/i386/acpi-build.c
hw/i386/acpi-common.c [new file with mode: 0644]
hw/i386/acpi-common.h [new file with mode: 0644]