Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
coverity: the definitive COMPONENTS.md update
The ordering here tries to be logical and matches the one in the
website.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
bonzini committed May 18, 2023
1 parent 2e73952 commit c9214c9
Showing 1 changed file with 30 additions and 15 deletions.
45 changes: 30 additions & 15 deletions scripts/coverity-scan/COMPONENTS.md
Expand Up @@ -24,6 +24,9 @@ hppa
i386
~ (/qemu)?((/include)?/hw/i386/.*|/target/i386/.*|/hw/intc/[^/]*apic[^/]*\.c)

loongarch
~ (/qemu)?((/include)?/hw/(loongarch/.*|.*/loongarch.*)|/target/loongarch/.*)

m68k
~ (/qemu)?((/include)?/hw/m68k/.*|/target/m68k/.*|(/include)?/hw(/.*)?/mcf.*|(/include)?/hw/nubus/.*)

Expand All @@ -36,11 +39,14 @@ mips
nios2
~ (/qemu)?((/include)?/hw/nios2/.*|/target/nios2/.*)

openrisc
~ (/qemu)?((/include)?/hw/openrisc/.*|/target/openrisc/.*)

ppc
~ (/qemu)?((/include)?/hw/ppc/.*|/target/ppc/.*|/hw/pci-host/(uninorth.*|dec.*|prep.*|ppc.*)|/hw/misc/macio/.*|(/include)?/hw/.*/(xics|openpic|spapr).*)

riscv
~ (/qemu)?((/include)?/hw/riscv/.*|/target/riscv/.*)
~ (/qemu)?((/include)?/hw/riscv/.*|/target/riscv/.*|/hw/.*/(riscv_|ibex_|sifive_).*)

rx
~ (/qemu)?((/include)?/hw/rx/.*|/target/rx/.*)
Expand All @@ -54,12 +60,12 @@ sh4
sparc
~ (/qemu)?((/include)?/hw/sparc(64)?.*|/target/sparc/.*|/hw/.*/grlib.*|/hw/display/cg3.c)

tilegx
~ (/qemu)?(/target/tilegx/.*)

tricore
~ (/qemu)?((/include)?/hw/tricore/.*|/target/tricore/.*)

xtensa
~ (/qemu)?((/include)?/hw/xtensa/.*|/target/xtensa/.*)

9pfs
~ (/qemu)?(/hw/9pfs/.*|/fsdev/.*)

Expand All @@ -73,7 +79,7 @@ char
~ (/qemu)?(/qemu-char\.c|/include/sysemu/char\.h|(/include)?/hw/char/.*)

crypto
~ (/qemu)?((/include)?/crypto/.*|/hw/.*/crypto.*)
~ (/qemu)?((/include)?/crypto/.*|/hw/.*/.*crypto.*|(/include/sysemu|/backends)/cryptodev.*)

disas
~ (/qemu)?((/include)?/disas.*)
Expand All @@ -100,17 +106,14 @@ net
~ (/qemu)?((/include)?(/hw)?/(net|rdma)/.*)

pci
~ (/qemu)?(/hw/pci.*|/include/hw/pci.*)
~ (/qemu)?(/include)?/hw/(cxl/|pci).*

qemu-ga
~ (/qemu)?(/qga/.*)

scsi
~ (/qemu)?(/scsi/.*|/hw/scsi/.*|/include/hw/scsi/.*)

tcg
~ (/qemu)?(/accel/tcg/.*|/replay/.*|/(.*/)?softmmu.*)

trace
~ (/qemu)?(/.*trace.*\.[ch])

Expand All @@ -126,9 +129,27 @@ user
util
~ (/qemu)?(/util/.*|/include/qemu/.*)

vfio
~ (/qemu)?(/include)?/hw/vfio/.*

virtio
~ (/qemu)?(/include)?/hw/virtio/.*

xen
~ (/qemu)?(.*/xen.*)

hvf
~ (/qemu)?(.*/hvf.*)

kvm
~ (/qemu)?(.*/kvm.*)

tcg
~ (/qemu)?(/accel/tcg|/replay|/tcg)/.*

sysemu
~ (/qemu)?(/softmmu/.*|/accel/.*)

(headers)
~ (/qemu)?(/include/.*)

Expand All @@ -137,9 +158,3 @@ testlibs

tests
~ (/qemu)?(/tests/.*)

loongarch
~ (/qemu)?((/include)?/hw/(loongarch/.*|.*/loongarch.*)|/target/loongarch/.*)

riscv
~ (/qemu)?((/include)?/hw/riscv/.*|/target/riscv/.*|/hw/.*/(riscv_|ibex_|sifive_).*)

0 comments on commit c9214c9

Please sign in to comment.