[PATCH] scripts/coverity-scan/COMPONENTS.md: Add a 'plugins' category

Philippe Mathieu-Daudé posted 1 patch 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250811094341.91597-1-philmd@linaro.org
Maintainers: Peter Maydell <peter.maydell@linaro.org>
scripts/coverity-scan/COMPONENTS.md | 3 +++
1 file changed, 3 insertions(+)
[PATCH] scripts/coverity-scan/COMPONENTS.md: Add a 'plugins' category
Posted by Philippe Mathieu-Daudé 3 months ago
Cover the TCG plugins files under their own Coverity category.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 scripts/coverity-scan/COMPONENTS.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/coverity-scan/COMPONENTS.md b/scripts/coverity-scan/COMPONENTS.md
index 72995903ff9..95805b536bc 100644
--- a/scripts/coverity-scan/COMPONENTS.md
+++ b/scripts/coverity-scan/COMPONENTS.md
@@ -147,6 +147,9 @@ tcg
 system
   ~ .*/qemu(/system/.*|/accel/.*)
 
+plugins
+  ~ .*/qemu(/contrib|/tests/tcg)?/plugins/.*
+
 (headers)
   ~ .*/qemu(/include/.*)
 
-- 
2.49.0


Re: [PATCH] scripts/coverity-scan/COMPONENTS.md: Add a 'plugins' category
Posted by Alex Bennée 3 months ago
Philippe Mathieu-Daudé <philmd@linaro.org> writes:

> Cover the TCG plugins files under their own Coverity category.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>

Acked-by: Alex Bennée <alex.bennee@linaro.org>

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro
Re: [PATCH] scripts/coverity-scan/COMPONENTS.md: Add a 'plugins' category
Posted by Peter Maydell 3 months ago
On Mon, 11 Aug 2025 at 10:43, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>
> Cover the TCG plugins files under their own Coverity category.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
>  scripts/coverity-scan/COMPONENTS.md | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/scripts/coverity-scan/COMPONENTS.md b/scripts/coverity-scan/COMPONENTS.md
> index 72995903ff9..95805b536bc 100644
> --- a/scripts/coverity-scan/COMPONENTS.md
> +++ b/scripts/coverity-scan/COMPONENTS.md
> @@ -147,6 +147,9 @@ tcg
>  system
>    ~ .*/qemu(/system/.*|/accel/.*)
>
> +plugins
> +  ~ .*/qemu(/contrib|/tests/tcg)?/plugins/.*
> +
>  (headers)
>    ~ .*/qemu(/include/.*)

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

This reminded me to check if we'd missed putting any other
COMPONENTS updates into the coverity website. The only
missing one is the deletion of the "cris" component last year;
I just made that change.

(It is a pity that coverity scan does not have an
"upload components file" feature, only a GUI for
making changes.)

-- PMM