Fix bug in NUMA node setup - don't create SRAT if NUMA not present.
commit091a2f4567a634566f70e12da85857231f05c3d1
authorKevin O'Connor <kevin@koconnor.net>
Sun, 10 Mar 2013 01:43:00 +0000 (9 20:43 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 10 Mar 2013 01:43:00 +0000 (9 20:43 -0500)
tree620b36c8c923d5b97ef1fd7149aeb22ab83d2127
parent8413b326ea39c771fd38d0e5262f155c29984221
Fix bug in NUMA node setup - don't create SRAT if NUMA not present.

Make sure to check for the case where there are no NUMA nodes passed
in from QEMU.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/acpi.c