diff mbox series

[v2,2/2] coverity-scan: Add 'sysemu' component

Message ID 20210708155735.1805767-3-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
Issues related to system emulation currently appear under the 'tcg'
component. We commonly refer to system emulation as 'sysemu', so
add it as a new Coverity component to cover files that have nothing
to do with TCG.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 scripts/coverity-scan/COMPONENTS.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/scripts/coverity-scan/COMPONENTS.md b/scripts/coverity-scan/COMPONENTS.md
index a6f4b9a2fb1..c388b41b421 100644
--- a/scripts/coverity-scan/COMPONENTS.md
+++ b/scripts/coverity-scan/COMPONENTS.md
@@ -121,7 +121,7 @@  kvm
   ~ (/qemu)?(.*/kvm.*)
 
 tcg
-  ~ (/qemu)?(/accel/tcg/.*|/replay/.*|/(.*/)?softmmu.*)
+  ~ (/qemu)?(/accel/tcg/.*|/replay/.*|tcg/*\.?)
 
 xen
   ~ (/qemu)?(.*/xen.*)
@@ -138,6 +138,9 @@  usb
 user
   ~ (/qemu)?(/linux-user/.*|/bsd-user/.*|/user-exec\.c|/thunk\.c|/include/exec/user/.*)
 
+sysemu
+  ~ (/qemu)?(/softmmu/.*|/accel/.*)
+
 util
   ~ (/qemu)?(/util/.*|/include/qemu/.*)