commit | fb76cff0c95e3e3d449b41d2728f4f50dd19fe72 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sat Mar 23 11:38:45 2013 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sat Mar 23 11:38:45 2013 -0400 |
tree | 2ae17a23a8cb041ba599583057de7f0257b9afaa | |
parent | 5aef563b0ea7fee4402307c95091b988615a2637 [diff] |
Cleanup QEMU_CFG_NUMA fw_cfg processing - split into two romfile entries. The QEMU_CFG_NUMA fw_cfg entry is actually two separate tables in one fw_cfg entry - a table for cpu affinity and a table for the memory map. Create two romfile entries to make that more clear. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>