Re: [PATCH v2] xen/build: Add cppcheck and cppcheck-html make rules

2022-04-19 Thread Bertrand Marquis
Hi Stefano, > On 16 Apr 2022, at 00:42, Stefano Stabellini wrote: > > On Wed, 13 Apr 2022, Bertrand Marquis wrote: >> cppcheck can be used to check Xen code quality. >> >> To create a report do "make cppcheck" on a built tree adding any options >> you added during the process you used to build

Re: [PATCH v2] xen/build: Add cppcheck and cppcheck-html make rules

2022-04-15 Thread Stefano Stabellini
On Wed, 13 Apr 2022, Bertrand Marquis wrote: > cppcheck can be used to check Xen code quality. > > To create a report do "make cppcheck" on a built tree adding any options > you added during the process you used to build xen (like CROSS_COMPILE > or XEN_TARGET_ARCH). This will generate an xml repo

[PATCH v2] xen/build: Add cppcheck and cppcheck-html make rules

2022-04-13 Thread Bertrand Marquis
cppcheck can be used to check Xen code quality. To create a report do "make cppcheck" on a built tree adding any options you added during the process you used to build xen (like CROSS_COMPILE or XEN_TARGET_ARCH). This will generate an xml report xen-cppcheck.xml. To create a html report do "make