[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] scripts/coverity-scan: Add xtensa and openrisc components
|
From: |
Peter Maydell |
|
Subject: |
[PATCH] scripts/coverity-scan: Add xtensa and openrisc components |
|
Date: |
Thu, 4 May 2023 14:45:26 +0100 |
We have two target architectures which don't have Coverity components
defined for them: xtensa and openrisc. Add them.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
As usual with coverity components, these will need to be added
manually via the scanner UI, since it has no import-from-file...
scripts/coverity-scan/COMPONENTS.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/scripts/coverity-scan/COMPONENTS.md
b/scripts/coverity-scan/COMPONENTS.md
index 7c48e0f1d21..add7c5a279c 100644
--- a/scripts/coverity-scan/COMPONENTS.md
+++ b/scripts/coverity-scan/COMPONENTS.md
@@ -143,3 +143,9 @@ loongarch
riscv
~
(/qemu)?((/include)?/hw/riscv/.*|/target/riscv/.*|/hw/.*/(riscv_|ibex_|sifive_).*)
+
+openrisc
+ ~ (/qemu)?((/include)?/hw/openrisc/.*|/target/openrisc/.*)
+
+xtensa
+ ~ (/qemu)?((/include)?/hw/xtensa/.*|/target/xtensa/.*)
--
2.34.1
- [PATCH] scripts/coverity-scan: Add xtensa and openrisc components,
Peter Maydell <=