• P
    conf: Move NUMA cell parsing code from cpu conf to numa conf · 5bba61fd
    Peter Krempa 提交于
    For weird historical reasons NUMA cells are added as a subelement of
    <cpu> while the actual configuration is done in <numatune>.
    
    This patch splits out the cell parser code from cpu config to NUMA
    config. Note that the changes to the code are minimal just to make it
    work and the function will be refactored in the next patch.
    5bba61fd
domain_conf.c 715.5 KB