diff mbox series

[1/2] coverity-scan: Remove lm32 / unicore32 targets

Message ID 20210619091342.3660495-2-f4bug@amsat.org (mailing list archive)
State New, archived
Headers show
Series coverity-scan: Remove lm32/unicore32 and add sysemu component | expand

Commit Message

Philippe Mathieu-Daudé June 19, 2021, 9:13 a.m. UTC
lm32 has been removed in commit 9d49bcf6992 ("Drop the deprecated
lm32 target"), and unicore32 in 4369223902a ("Drop the deprecated
unicore32 target").

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 scripts/coverity-scan/COMPONENTS.md | 6 ------
 1 file changed, 6 deletions(-)

Comments

Peter Maydell June 29, 2021, 3:16 p.m. UTC | #1
On Sat, 19 Jun 2021 at 10:13, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> lm32 has been removed in commit 9d49bcf6992 ("Drop the deprecated
> lm32 target"), and unicore32 in 4369223902a ("Drop the deprecated
> unicore32 target").
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  scripts/coverity-scan/COMPONENTS.md | 6 ------
>  1 file changed, 6 deletions(-)
>
> diff --git a/scripts/coverity-scan/COMPONENTS.md b/scripts/coverity-scan/COMPONENTS.md
> index 02a3447dab0..183f26a32c9 100644
> --- a/scripts/coverity-scan/COMPONENTS.md
> +++ b/scripts/coverity-scan/COMPONENTS.md
> @@ -21,9 +21,6 @@ hppa
>  i386
>    ~ (/qemu)?((/include)?/hw/i386/.*|/target/i386/.*|/hw/intc/[^/]*apic[^/]*\.c)
>
> -lm32
> -  ~ (/qemu)?((/include)?/hw/lm32/.*|/target/lm32/.*|/hw/.*/(milkymist|lm32).*)
> -
>  m68k
>    ~ (/qemu)?((/include)?/hw/m68k/.*|/target/m68k/.*|(/include)?/hw(/.*)?/mcf.*)
>
> @@ -60,9 +57,6 @@ tilegx
>  tricore
>    ~ (/qemu)?((/include)?/hw/tricore/.*|/target/tricore/.*)
>
> -unicore32
> -  ~ (/qemu)?((/include)?/hw/unicore32/.*|/target/unicore32/.*)
> -
>  9pfs
>    ~ (/qemu)?(/hw/9pfs/.*|/fsdev/.*)

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

NB that somebody will have to manually make the changes to the Coverity config
on the website as well.

thanks
-- PMM
Paolo Bonzini July 5, 2021, 5:09 p.m. UTC | #2
On 29/06/21 17:16, Peter Maydell wrote:
> On Sat, 19 Jun 2021 at 10:13, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>>
>> lm32 has been removed in commit 9d49bcf6992 ("Drop the deprecated
>> lm32 target"), and unicore32 in 4369223902a ("Drop the deprecated
>> unicore32 target").
>>
>> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>> ---
>>   scripts/coverity-scan/COMPONENTS.md | 6 ------
>>   1 file changed, 6 deletions(-)
>>
>> diff --git a/scripts/coverity-scan/COMPONENTS.md b/scripts/coverity-scan/COMPONENTS.md
>> index 02a3447dab0..183f26a32c9 100644
>> --- a/scripts/coverity-scan/COMPONENTS.md
>> +++ b/scripts/coverity-scan/COMPONENTS.md
>> @@ -21,9 +21,6 @@ hppa
>>   i386
>>     ~ (/qemu)?((/include)?/hw/i386/.*|/target/i386/.*|/hw/intc/[^/]*apic[^/]*\.c)
>>
>> -lm32
>> -  ~ (/qemu)?((/include)?/hw/lm32/.*|/target/lm32/.*|/hw/.*/(milkymist|lm32).*)
>> -
>>   m68k
>>     ~ (/qemu)?((/include)?/hw/m68k/.*|/target/m68k/.*|(/include)?/hw(/.*)?/mcf.*)
>>
>> @@ -60,9 +57,6 @@ tilegx
>>   tricore
>>     ~ (/qemu)?((/include)?/hw/tricore/.*|/target/tricore/.*)
>>
>> -unicore32
>> -  ~ (/qemu)?((/include)?/hw/unicore32/.*|/target/unicore32/.*)
>> -
>>   9pfs
>>     ~ (/qemu)?(/hw/9pfs/.*|/fsdev/.*)
> 
> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
> 
> NB that somebody will have to manually make the changes to the Coverity config
> on the website as well.
> 
> thanks
> -- PMM
> 

Queued this one (and made the manual changes).

Paolo
diff mbox series

Patch

diff --git a/scripts/coverity-scan/COMPONENTS.md b/scripts/coverity-scan/COMPONENTS.md
index 02a3447dab0..183f26a32c9 100644
--- a/scripts/coverity-scan/COMPONENTS.md
+++ b/scripts/coverity-scan/COMPONENTS.md
@@ -21,9 +21,6 @@  hppa
 i386
   ~ (/qemu)?((/include)?/hw/i386/.*|/target/i386/.*|/hw/intc/[^/]*apic[^/]*\.c)
 
-lm32
-  ~ (/qemu)?((/include)?/hw/lm32/.*|/target/lm32/.*|/hw/.*/(milkymist|lm32).*)
-
 m68k
   ~ (/qemu)?((/include)?/hw/m68k/.*|/target/m68k/.*|(/include)?/hw(/.*)?/mcf.*)
 
@@ -60,9 +57,6 @@  tilegx
 tricore
   ~ (/qemu)?((/include)?/hw/tricore/.*|/target/tricore/.*)
 
-unicore32
-  ~ (/qemu)?((/include)?/hw/unicore32/.*|/target/unicore32/.*)
-
 9pfs
   ~ (/qemu)?(/hw/9pfs/.*|/fsdev/.*)