mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-05 13:42:07 +00:00
Unlike other CPU IDs, the cpu_id field under //processors//thread in the board XML is in decimal as it is assigned by the kernel continuously, starting from 0. However, the cache info extractor today parses them as hexadecimal numbers, leading to incomplete cache info when more than 10 processors are present on the board. This patch fixes this issue. Tracked-On: #6689 Signed-off-by: Junjie Mao <junjie.mao@intel.com> |
||
---|---|---|
.. | ||
10-processors.py | ||
20-cache.py | ||
30-memory.py | ||
40-acpi-tables.py | ||
50-acpi-namespace.py | ||
60-pci.py | ||
70-device-classes.py | ||
80-lookup.py | ||
90-sorting.py | ||
helpers.py |