All of lore.kernel.org
 help / color / mirror / Atom feed
* [XEN PATCH 0/3] x86: address violations of MISRA C Rule 16.3
@ 2024-11-06  9:04 Federico Serafini
  2024-11-06  9:04 ` [XEN PATCH 1/3] x86/emul: define pseudo keyword fallthrough Federico Serafini
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Federico Serafini @ 2024-11-06  9:04 UTC (permalink / raw)
  To: xen-devel
  Cc: consulting, Federico Serafini, Jan Beulich, Andrew Cooper,
	Roger Pau Monné, 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: define pseudo keyword fallthrough
  x86/emul: use pseudo keyword fallthrough
  automation/eclair: tag Rule 16.3 as clean

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

-- 
2.43.0



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

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

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-06  9:04 [XEN PATCH 0/3] x86: address violations of MISRA C Rule 16.3 Federico Serafini
2024-11-06  9:04 ` [XEN PATCH 1/3] x86/emul: define pseudo keyword fallthrough Federico Serafini
2024-11-06 11:22   ` Jan Beulich
2024-11-11  2:24     ` Stefano Stabellini
2024-11-11  6:34       ` Jan Beulich
2024-11-12  2:16         ` Stefano Stabellini
2024-11-12  9:35           ` Jan Beulich
2024-11-12 12:34     ` Federico Serafini
2024-11-06  9:04 ` [XEN PATCH 2/3] x86/emul: use " Federico Serafini
2024-11-06 11:28   ` Jan Beulich
2024-11-11  2:17   ` Stefano Stabellini
2024-11-06  9:04 ` [XEN PATCH 3/3] automation/eclair: tag Rule 16.3 as clean Federico Serafini
2024-11-11  2:17   ` Stefano Stabellini

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.