mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-25 08:58:36 -07:00
As QEMU supports the memory-less node, it is possible that there is no RAM in the first numa node(also be called as node0). eg: ... \ -m 128,slots=3,maxmem=1G \ -numa node -numa node,mem=128M \ But, this makes it hard for QEMU to build a known-to-work ACPI SRAT table. Only fixing it is not enough. Add a testcase for this situation to make sure the ACPI table is correct for guest. Suggested-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Dou Liyang <douly.fnst@cn.fujitsu.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |
||
|---|---|---|
| .. | ||
| APIC | ||
| APIC.cphp | ||
| DSDT | ||
| DSDT.bridge | ||
| DSDT.cphp | ||
| DSDT.ipmikcs | ||
| DSDT.memhp | ||
| DSDT.numamem | ||
| FACP | ||
| FACS | ||
| HPET | ||
| SLIT.cphp | ||
| SLIT.memhp | ||
| SRAT.cphp | ||
| SRAT.memhp | ||
| SRAT.numamem | ||