All of lore.kernel.org
 help / color / mirror / Atom feed
* [XEN PATCH v2 0/3] x86: address violations of MISRA C Rule 16.3
@ 2024-11-13  8:17 Federico Serafini
  2024-11-13  8:17 ` [XEN PATCH v2 1/3] x86/emul: auxiliary definition of pseudo keyword fallthrough Federico Serafini
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Federico Serafini @ 2024-11-13  8:17 UTC (permalink / raw)
  To: xen-devel
  Cc: consulting, Federico Serafini, Jan Beulich, Andrew Cooper,
	Roger Pau Monné, Anthony PERARD, Simone Ballarin,
	Doug Goldstein, Stefano Stabellini

Define pseudo keyword fallthrough for the x86 emulator,
use it and tag the rule as clean.

Federico Serafini (3):
  x86/emul: auxiliary definition of pseudo keyword fallthrough
  x86/emul: use pseudo keyword fallthrough
  automation/eclair: tag Rule 16.3 as clean

 automation/eclair_analysis/ECLAIR/tagging.ecl |  3 ++-
 tools/tests/x86_emulator/x86-emulate.h        | 10 ++++++++++
 xen/arch/x86/x86_emulate/decode.c             |  6 ++++--
 xen/arch/x86/x86_emulate/x86_emulate.c        |  2 ++
 4 files changed, 18 insertions(+), 3 deletions(-)

-- 
2.43.0



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-11-13 11:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-13  8:17 [XEN PATCH v2 0/3] x86: address violations of MISRA C Rule 16.3 Federico Serafini
2024-11-13  8:17 ` [XEN PATCH v2 1/3] x86/emul: auxiliary definition of pseudo keyword fallthrough Federico Serafini
2024-11-13  9:52   ` Jan Beulich
2024-11-13  8:17 ` [XEN PATCH v2 2/3] x86/emul: use " Federico Serafini
2024-11-13  9:56   ` Jan Beulich
2024-11-13  8:17 ` [XEN PATCH v2 3/3] automation/eclair: tag Rule 16.3 as clean Federico Serafini
2024-11-13  9:57   ` Jan Beulich
2024-11-13 11:03     ` Federico Serafini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.