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

Luca Fancellu posted 3 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20230504131245.2985400-1-luca.fancellu@arm.com
xen/scripts/xen_analysis/cppcheck_analysis.py | 36 ++++++++++++-------
xen/tools/cppcheck-cc.sh                      | 19 +++++++++-
2 files changed, 41 insertions(+), 14 deletions(-)
[PATCH 0/3] Fix and improvements to xen-analysis.py
Posted by Luca Fancellu 1 year ago
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 fix for the generated cppcheck text report to include the
relative path from the repository, instead that the relative path from the
/xen/xen directory.

Luca Fancellu (3):
  xen/misra: xen-analysis.py: fix parallel analysis Cppcheck errors
  xen/misra: xen-analysis.py: allow cppcheck version above 2.7
  xen/misra: xen-analysis.py: use the relative path from the ...

 xen/scripts/xen_analysis/cppcheck_analysis.py | 36 ++++++++++++-------
 xen/tools/cppcheck-cc.sh                      | 19 +++++++++-
 2 files changed, 41 insertions(+), 14 deletions(-)

-- 
2.34.1