mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +00:00
931144858f
The current private XML parsing code relies on the assumption that NUMA node IDs start from 0 and are densely allocated, neither of which is necessarily the case. Change it so that the bitmap size is dynamically calculated by looking at NUMA node IDs instead, which ensures all nodes will be able to fit and thus the bitmap will be parsed successfully. Update one of the test cases so that it would fail with the previous approach, but passes with the new one. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1490158 Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> |
||
---|---|---|
.. | ||
blockjob-mirror-in.xml | ||
blockjob-mirror-out.xml | ||
migration-in-params-in.xml | ||
migration-in-params-out.xml | ||
migration-out-nbd-in.xml | ||
migration-out-nbd-out.xml | ||
migration-out-params-in.xml | ||
migration-out-params-out.xml | ||
modern-in.xml | ||
modern-out.xml | ||
vcpus-multi-in.xml | ||
vcpus-multi-out.xml |