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
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