summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2024-06-18 16:22:22 +0100
committerPeter Maydell <peter.maydell@linaro.org>2024-06-21 14:01:59 +0100
commit8e055eab4fea581644cd6df28984f1a2a5fde08e (patch)
tree4f96de2a152ba6573a100550e1cb3b8c740cdf1e
parent9c43c934d1a998d46a4a15675950f0c5eccb6b4c (diff)
downloadfocaccia-qemu-8e055eab4fea581644cd6df28984f1a2a5fde08e.tar.gz
focaccia-qemu-8e055eab4fea581644cd6df28984f1a2a5fde08e.zip
scripts/coverity-scan/COMPONENTS.md: Fix monitor component
Update the 'monitor' component:
 * qapi/ and monitor/ are now subdirectories
 * add job-qmp.c

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20240604145934.1230583-5-peter.maydell@linaro.org
-rw-r--r--scripts/coverity-scan/COMPONENTS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/coverity-scan/COMPONENTS.md b/scripts/coverity-scan/COMPONENTS.md
index 205ab23b28..3864f8eda0 100644
--- a/scripts/coverity-scan/COMPONENTS.md
+++ b/scripts/coverity-scan/COMPONENTS.md
@@ -97,7 +97,7 @@ migration
   ~ .*/qemu((/include)?/migration/.*)
 
 monitor
-  ~ .*/qemu(/qapi.*|/qobject/.*|/monitor\..*|/[hq]mp\..*)
+  ~ .*/qemu((/include)?/(qapi|qobject|monitor)/.*|/job-qmp.c)
 
 nbd
   ~ .*/qemu(/nbd/.*|/include/block/nbd.*|/qemu-nbd\.c)