d395b18dce
The only function ever assigned to AcpiDeviceIfClass::madt_cpu is pc_madt_cpu_entry() which doesn't use the AcpiDeviceIf parameter. Signed-off-by: Bernhard Beschow <shentey@gmail.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Message-Id: <20230121151941.24120-5-shentey@gmail.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
14 lines
268 B
C
14 lines
268 B
C
#include "qemu/osdep.h"
|
|
#include "hw/i386/pc.h"
|
|
#include "hw/i386/acpi-build.h"
|
|
|
|
void pc_madt_cpu_entry(int uid, const CPUArchIdList *apic_ids,
|
|
GArray *entry, bool force_enabled)
|
|
{
|
|
}
|
|
|
|
Object *acpi_get_i386_pci_host(void)
|
|
{
|
|
return NULL;
|
|
}
|