• D
    Fix handling of sparse NUMA topologies · 628c9357
    Daniel P. Berrange 提交于
    When finding a sparse NUMA topology, libnuma will return ENOENT
    the first time it is invoked. On subsequent invocations it
    will return success, but with an all-1's CPU mask. Check for
    this, to avoid polluting the capabilities XML with 4096 bogus
    CPUs
    
    * src/nodeinfo.c: Check for all-1s CPU mask
    628c9357
nodeinfo.c 14.2 KB