This series merges the functionality of cpu-cpuid.py into cpu-gather.py and completes the transition. For background, see https://www.redhat.com/archives/libvir-list/2020-December/msg00706.html Tim Wiederhake (9): cpu-cpuid: Use argparse to parse arguments cpu-cpuid: Remove xmltodict usage in parseMap cpu-cpuid: Remove xmltodict usage in parseCPU cpu-cpuid: Merge addFeature functions cpu-cpuid: Merge checkFeature functions cpu-cpuid: Deduplicate register list cpu-gather: Use actions instead of flags for action argument cpu-gather: Factor out call to cpu-cpuid.py cpu-gather: Merge cpu-cpuid.py tests/cputestdata/cpu-cpuid.py | 229 -------------------------------- tests/cputestdata/cpu-gather.py | 178 ++++++++++++++++++++++--- 2 files changed, 156 insertions(+), 251 deletions(-) delete mode 100755 tests/cputestdata/cpu-cpuid.py -- 2.26.2