[PATCH 0/3] Fix and improvements to xen-analysis.py - Pt.2

2023-05-19 Thread Luca Fancellu
This serie includes one improvement suggested by Andrew Cooper, and two bug fix for the xen-analysis.py tool. Luca Fancellu (3): xen/misra: xen-analysis.py: Improve the cppcheck version check xen/misra: xen-analysis.py: Fix latent bug xen/misra: xen-analysis.py: Fix cppcheck report relative

[PATCH 0/3] Fix and improvements to xen-analysis.py

2023-05-04 Thread Luca Fancellu
This serie includes a fix for a limitation of xen-analysis.py that when using cppcheck and make parallel build, it was spuriously failing. The second patch is enabling the tool to accept cppcheck version above 2.7 (excluding 2.8 for the reasons described in the documentation). The final one is a