]> git.proxmox.com Git - mirror_qemu.git/blame - stubs/pc_madt_cpu_entry.c
numa: deprecate implict memory distribution between nodes
[mirror_qemu.git] / stubs / pc_madt_cpu_entry.c
CommitLineData
ac35f13b
IM
1#include "qemu/osdep.h"
2#include "hw/i386/pc.h"
3
4void pc_madt_cpu_entry(AcpiDeviceIf *adev, int uid,
80e5db30 5 const CPUArchIdList *apic_ids, GArray *entry)
ac35f13b
IM
6{
7}