commit | 590e554a51d44daa2aa3850a0991db2c79675776 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Thu Oct 08 22:09:02 2009 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Thu Oct 08 22:09:02 2009 -0400 |
tree | 16378a9fb9cf3c48bcc3dafad950320511ce0b64 | |
parent | 0fee2c96839ccd56e65d28a854242692773e043a [diff] |
Add SRAT ACPI table support. Take NUMA topology info from the QEMU firmware configuration interface (number of nodes, node for each (V)CPU and amount of memory) and build a SRAT table describing this topology for the guest OS. Handles more than 4 GB of RAM by including a hole for 32bit PCI memory mapping. Qemu pcbios commit 444f1226c11082d374b7e1361c6f5696e479642a Signed-off-by: Gleb Natapov <gleb@redhat.com>