Cleanup QEMU_CFG_NUMA fw_cfg processing - split into two romfile entries.
commitfb76cff0c95e3e3d449b41d2728f4f50dd19fe72
authorKevin O'Connor <kevin@koconnor.net>
Sat, 23 Mar 2013 15:38:45 +0000 (23 11:38 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 23 Mar 2013 15:38:45 +0000 (23 11:38 -0400)
tree2ae17a23a8cb041ba599583057de7f0257b9afaa
parent5aef563b0ea7fee4402307c95091b988615a2637
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>
src/acpi.c
src/paravirt.c