If these 4 patches will be committed, only 4 violations will be left:
these are under x86_emulate and involve some fallthrough cases.
I'll wait for instructions from x86 maintainers about the right "format" to make
the fallthrough intention explicit (i.e., a comment or the fallthrough keyword
that is not defined in x86-emulate.h at the moment).
Federico Serafini (4):
x86/emul: add defensive code
x86/emul: address violations of MISRA C Rule 16.3
xen/vpci: address violations of MISRA C Rule 16.3
xen/pci: address a violation of MISRA C Rule 16.3
xen/arch/x86/x86_emulate/fpu.c | 5 +++++
xen/arch/x86/x86_emulate/x86_emulate.c | 3 +++
xen/drivers/passthrough/pci.c | 4 +++-
xen/drivers/vpci/msix.c | 2 ++
4 files changed, 13 insertions(+), 1 deletion(-)
--
2.43.0