acpi-x86-stub.c 174 B

1234567
  1. #include "qemu/osdep.h"
  2. #include "hw/i386/pc.h"
  3. void pc_madt_cpu_entry(AcpiDeviceIf *adev, int uid,
  4. const CPUArchIdList *apic_ids, GArray *entry)
  5. {
  6. }