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