qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] scripts/coverity-scan: Add xtensa and openrisc components


From: Paolo Bonzini
Subject: Re: [PATCH] scripts/coverity-scan: Add xtensa and openrisc components
Date: Fri, 5 May 2023 10:21:48 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.1

On 5/4/23 15:45, Peter Maydell wrote:
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...

Acked-by: Paolo Bonzini <pbonzini@redhat.com>

but the UI is broken and adding the components results in a 404 for https://scan.coverity.com/projects/qemu/update_components. :(

This has been a recurring issue through the years, it was gone about a month ago and it's now back; I've sent an email to scan-admin@coverity.com but I wouldn't hold my breath.

Paolo

  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/.*)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]