diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2024-06-18 16:22:22 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2024-06-21 14:01:59 +0100 |
commit | 8e055eab4fea581644cd6df28984f1a2a5fde08e (patch) | |
tree | 4f96de2a152ba6573a100550e1cb3b8c740cdf1e | |
parent | 9c43c934d1a998d46a4a15675950f0c5eccb6b4c (diff) | |
download | qemu-8e055eab4fea581644cd6df28984f1a2a5fde08e.zip qemu-8e055eab4fea581644cd6df28984f1a2a5fde08e.tar.gz qemu-8e055eab4fea581644cd6df28984f1a2a5fde08e.tar.bz2 |
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.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/coverity-scan/COMPONENTS.md b/scripts/coverity-scan/COMPONENTS.md index 205ab23..3864f8e 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) |