Comment 4 for bug 1811198

Revision history for this message
Bin Li (binli) wrote :

Here is the origin patch from the https://github.com/libvirt/libvirt

commit ba35ac2ebbc7f94abc50ffbf1d681458e2406444
Author: Andrea Bolognani <email address hidden>
Date: Fri Aug 3 10:15:16 2018 +0200

    utils: Remove arbitrary limit on socket_id/core_id

    While in most cases the values are going to be much
    smaller than our arbitrary 4096 limit, there is really
    no guarantee that would be the case: in fact, a few
    aarch64 servers have been spotted in the wild with
    core_id as high as 6216.

    Take advantage of virBitmap's ability to automatically
    alter its size at runtime to accomodate such values.

    Signed-off-by: Andrea Bolognani <email address hidden>