[PATCH v2 5/5] scripts/coverity-scan/COMPONENTS.md: Include libqmp in testlibs

Peter Maydell posted 5 patches 5 months, 3 weeks ago
Maintainers: Peter Maydell <peter.maydell@linaro.org>
[PATCH v2 5/5] scripts/coverity-scan/COMPONENTS.md: Include libqmp in testlibs
Posted by Peter Maydell 5 months, 3 weeks ago
Add libqmp to the testlibs component.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
 scripts/coverity-scan/COMPONENTS.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/coverity-scan/COMPONENTS.md b/scripts/coverity-scan/COMPONENTS.md
index 3864f8eda07..858190be097 100644
--- a/scripts/coverity-scan/COMPONENTS.md
+++ b/scripts/coverity-scan/COMPONENTS.md
@@ -154,7 +154,7 @@ sysemu
   ~ .*/qemu(/include/.*)
 
 testlibs
-  ~ .*/qemu(/tests/qtest(/libqos/.*|/libqtest.*))
+  ~ .*/qemu(/tests/qtest(/libqos/.*|/libqtest.*|/libqmp.*))
 
 tests
   ~ .*/qemu(/tests/.*)
-- 
2.34.1
Re: [PATCH v2 5/5] scripts/coverity-scan/COMPONENTS.md: Include libqmp in testlibs
Posted by Philippe Mathieu-Daudé 5 months, 3 weeks ago
On 4/6/24 16:59, Peter Maydell wrote:
> Add libqmp to the testlibs component.
> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>   scripts/coverity-scan/COMPONENTS.md | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>