Re: [PATCH] compat: add header guard to xlat.h

2025-06-03 Thread Andrew Cooper
On 03/06/2025 7:44 am, Jan Beulich wrote: > This is to conform with Misra C:2012 Directive 4.10. > > Reported-by: Stefano Stabellini > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper

[PATCH] compat: add header guard to xlat.h

2025-06-02 Thread Jan Beulich
This is to conform with Misra C:2012 Directive 4.10. Reported-by: Stefano Stabellini Signed-off-by: Jan Beulich --- a/xen/include/Makefile +++ b/xen/include/Makefile @@ -105,9 +105,14 @@ xlat-y := $(shell sed -ne 's,@arch@,$(co xlat-y := $(filter $(patsubst compat/%,%,$(headers-y)),$(xlat-y))