diff mbox series

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

Message ID 20210708155735.1805767-2-f4bug@amsat.org
State New
Headers show
Series coverity-scan: Add accelerator and sysemu components | expand

Commit Message

Philippe Mathieu-Daudé July 8, 2021, 3:57 p.m. UTC
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 mbox series

Patch

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