qemu-devel
[Top][All Lists]
Advanced

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

[PATCH v2 1/2] coverity-scan: Add a component for each accelerator


From: Philippe Mathieu-Daudé
Subject: [PATCH v2 1/2] coverity-scan: Add a component for each accelerator
Date: Thu, 8 Jul 2021 17:57:34 +0200

We already have components TCG and Xen. Add HVM and KVM.
Move the Xen component with the other accelerators.

Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 scripts/coverity-scan/COMPONENTS.md | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/scripts/coverity-scan/COMPONENTS.md 
b/scripts/coverity-scan/COMPONENTS.md
index 183f26a32c9..a6f4b9a2fb1 100644
--- a/scripts/coverity-scan/COMPONENTS.md
+++ b/scripts/coverity-scan/COMPONENTS.md
@@ -114,9 +114,18 @@ scsi
 slirp
   ~ (/qemu)?(/.*slirp.*)
 
+hvf
+  ~ (/qemu)?(.*/hvf.*)
+
+kvm
+  ~ (/qemu)?(.*/kvm.*)
+
 tcg
   ~ (/qemu)?(/accel/tcg/.*|/replay/.*|/(.*/)?softmmu.*)
 
+xen
+  ~ (/qemu)?(.*/xen.*)
+
 trace
   ~ (/qemu)?(/.*trace.*\.[ch])
 
@@ -132,9 +141,6 @@ user
 util
   ~ (/qemu)?(/util/.*|/include/qemu/.*)
 
-xen
-  ~ (/qemu)?(.*/xen.*)
-
 virtiofsd
   ~ (/qemu)?(/tools/virtiofsd/.*)
 
-- 
2.31.1




reply via email to

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