OSDN Git Service

hw/i386/acpi-build: Use pc_madt_cpu_entry() directly
authorBernhard Beschow <shentey@gmail.com>
Fri, 8 Sep 2023 08:42:27 +0000 (10:42 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 4 Oct 2023 22:15:05 +0000 (18:15 -0400)
commitf4a06e5921ec93bbb8baeca59f662672077535c3
tree11aef26542fef955263ed70f7368889bcd00c7bc
parent886e0a5f31bf3d40dd8d9199674a4bad64942fde
hw/i386/acpi-build: Use pc_madt_cpu_entry() directly

This is x86-specific code, so there is no advantage in using
pc_madt_cpu_entry() behind an architecture-agnostic interface.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230908084234.17642-2-shentey@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/acpi-build.c
hw/i386/acpi-common.c
hw/i386/acpi-common.h
hw/i386/acpi-microvm.c