acrn-hypervisor/misc/config_tools/board_inspector/extractors
Junjie Mao 2d968105f1 board_inspector: parse cpu IDs in decimal rather than hexadecimal
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>
2022-04-21 15:37:47 +08:00
..
10-processors.py Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
20-cache.py board_inspector: parse cpu IDs in decimal rather than hexadecimal 2022-04-21 15:37:47 +08:00
30-memory.py Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
40-acpi-tables.py config-tools: add 40-acpi-tables.py to board_inspector/extractors 2022-01-18 14:04:26 +08:00
50-acpi-namespace.py config_tools: category based on different log levels 2022-02-17 14:49:25 +08:00
60-pci.py board_inspector: extract PF and VF info 2022-04-18 14:58:58 +08:00
70-device-classes.py config_tools: extract serial ttys in board XML 2022-03-28 09:43:38 +08:00
80-lookup.py board_inspector: filter out non-present PCI buses 2022-04-21 10:08:53 +08:00
90-sorting.py board_inspector: extract PF and VF info 2022-04-18 14:58:58 +08:00
helpers.py Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00