| 1 | This is the list of currently configured Coverity components: |
| 2 | |
| 3 | alpha |
| 4 | ~ .*/qemu((/include)?/hw/alpha/.*|/target/alpha/.*) |
| 5 | |
| 6 | arm |
| 7 | ~ .*/qemu((/include)?/hw/arm/.*|(/include)?/hw/.*/(arm|allwinner-a10|bcm28|digic|exynos|imx|omap|stellaris|pxa2xx|versatile|zynq|cadence).*|/hw/ssi/xilinx_spips.c|/target/arm/.*) |
| 8 | |
| 9 | avr |
| 10 | ~ .*/qemu((/include)?/hw/avr/.*|/target/avr/.*) |
| 11 | |
| 12 | hexagon-gen (component should be ignored in analysis) |
| 13 | ~ .*/qemu(/target/hexagon/.*generated.*) |
| 14 | |
| 15 | hexagon |
| 16 | ~ .*/qemu(/target/hexagon/.*) |
| 17 | |
| 18 | hppa |
| 19 | ~ .*/qemu((/include)?/hw/hppa/.*|/target/hppa/.*) |
| 20 | |
| 21 | i386 |
| 22 | ~ .*/qemu((/include)?/hw/i386/.*|/target/i386/.*|/hw/intc/[^/]*apic[^/]*\.c) |
| 23 | |
| 24 | loongarch |
| 25 | ~ .*/qemu((/include)?/hw/(loongarch/.*|.*/loongarch.*)|/target/loongarch/.*) |
| 26 | |
| 27 | m68k |
| 28 | ~ .*/qemu((/include)?/hw/m68k/.*|/target/m68k/.*|(/include)?/hw(/.*)?/mcf.*|(/include)?/hw/nubus/.*) |
| 29 | |
| 30 | microblaze |
| 31 | ~ .*/qemu((/include)?/hw/microblaze/.*|/target/microblaze/.*) |
| 32 | |
| 33 | mips |
| 34 | ~ .*/qemu((/include)?/hw/mips/.*|/target/mips/.*) |
| 35 | |
| 36 | openrisc |
| 37 | ~ .*/qemu((/include)?/hw/openrisc/.*|/target/openrisc/.*) |
| 38 | |
| 39 | ppc |
| 40 | ~ .*/qemu((/include)?/hw/ppc/.*|/target/ppc/.*|/hw/pci-host/(uninorth.*|dec.*|prep.*|ppc.*)|/hw/misc/macio/.*|(/include)?/hw/.*/(xics|openpic|spapr).*) |
| 41 | |
| 42 | riscv |
| 43 | ~ .*/qemu((/include)?/hw/riscv/.*|/target/riscv/.*|/hw/.*/(riscv_|ibex_|sifive_).*) |
| 44 | |
| 45 | rx |
| 46 | ~ .*/qemu((/include)?/hw/rx/.*|/target/rx/.*) |
| 47 | |
| 48 | s390 |
| 49 | ~ .*/qemu((/include)?/hw/s390x/.*|/target/s390x/.*|/hw/.*/s390_.*) |
| 50 | |
| 51 | sh4 |
| 52 | ~ .*/qemu((/include)?/hw/sh4/.*|/target/sh4/.*) |
| 53 | |
| 54 | sparc |
| 55 | ~ .*/qemu((/include)?/hw/sparc(64)?.*|/target/sparc/.*|/hw/.*/grlib.*|/hw/display/cg3.c) |
| 56 | |
| 57 | tricore |
| 58 | ~ .*/qemu((/include)?/hw/tricore/.*|/target/tricore/.*) |
| 59 | |
| 60 | xtensa |
| 61 | ~ .*/qemu((/include)?/hw/xtensa/.*|/target/xtensa/.*) |
| 62 | |
| 63 | 9pfs |
| 64 | ~ .*/qemu(/hw/9pfs/.*|/fsdev/.*) |
| 65 | |
| 66 | audio |
| 67 | ~ .*/qemu((/include)?/(audio|hw/audio)/.*) |
| 68 | |
| 69 | block |
| 70 | ~ .*/qemu(/block.*|(/include?)/(block|storage-daemon)/.*|(/include)?/hw/(block|ide|nvme)/.*|/qemu-(img|io).*|/util/(aio|async|thread-pool).*) |
| 71 | |
| 72 | char |
| 73 | ~ .*/qemu((/include)?/hw/char/.*) |
| 74 | |
| 75 | chardev |
| 76 | ~ .*/qemu((/include)?/chardev/.*) |
| 77 | |
| 78 | crypto |
| 79 | ~ .*/qemu((/include)?/crypto/.*|/hw/.*/.*crypto.*|(/include/system|/backends)/cryptodev.*|/host/include/.*/host/crypto/.*) |
| 80 | |
| 81 | disas |
| 82 | ~ .*/qemu((/include)?/disas.*) |
| 83 | |
| 84 | fpu |
| 85 | ~ .*/qemu((/include)?(/fpu|/libdecnumber)/.*) |
| 86 | |
| 87 | io |
| 88 | ~ .*/qemu((/include)?/io/.*) |
| 89 | |
| 90 | ipmi |
| 91 | ~ .*/qemu((/include)?/hw/ipmi/.*) |
| 92 | |
| 93 | migration |
| 94 | ~ .*/qemu((/include)?/migration/.*) |
| 95 | |
| 96 | monitor |
| 97 | ~ .*/qemu((/include)?/(qapi|qobject|monitor)/.*|/job-qmp.c) |
| 98 | |
| 99 | nbd |
| 100 | ~ .*/qemu(/nbd/.*|/include/block/nbd.*|/qemu-nbd\.c) |
| 101 | |
| 102 | net |
| 103 | ~ .*/qemu((/include)?(/hw)?/(net|rdma)/.*) |
| 104 | |
| 105 | pci |
| 106 | ~ .*/qemu(/include)?/hw/(cxl/|pci).* |
| 107 | |
| 108 | qemu-ga |
| 109 | ~ .*/qemu(/qga/.*) |
| 110 | |
| 111 | scsi |
| 112 | ~ .*/qemu(/scsi/.*|/hw/scsi/.*|/include/hw/scsi/.*) |
| 113 | |
| 114 | trace |
| 115 | ~ .*/qemu(/.*trace.*\.[ch]) |
| 116 | |
| 117 | ui |
| 118 | ~ .*/qemu((/include)?(/ui|/hw/display|/hw/input)/.*) |
| 119 | |
| 120 | usb |
| 121 | ~ .*/qemu(/hw/usb/.*|/include/hw/usb/.*) |
| 122 | |
| 123 | user |
| 124 | ~ .*/qemu(/linux-user/.*|/bsd-user/.*|/user-exec\.c|/thunk\.c|/include/user/.*) |
| 125 | |
| 126 | util |
| 127 | ~ .*/qemu(/util/.*|/include/qemu/.*) |
| 128 | |
| 129 | vfio |
| 130 | ~ .*/qemu(/include)?/hw/vfio/.* |
| 131 | |
| 132 | virtio |
| 133 | ~ .*/qemu(/include)?/hw/virtio/.* |
| 134 | |
| 135 | xen |
| 136 | ~ .*/qemu(.*/xen.*) |
| 137 | |
| 138 | hvf |
| 139 | ~ .*/qemu(.*/hvf.*) |
| 140 | |
| 141 | kvm |
| 142 | ~ .*/qemu(.*/kvm.*) |
| 143 | |
| 144 | tcg |
| 145 | ~ .*/qemu(/accel/tcg|/replay|/tcg)/.* |
| 146 | |
| 147 | system |
| 148 | ~ .*/qemu(/system/.*|/accel/.*) |
| 149 | |
| 150 | plugins |
| 151 | ~ .*/qemu(/contrib|/tests/tcg)?/plugins/.* |
| 152 | |
| 153 | (headers) |
| 154 | ~ .*/qemu(/include/.*) |
| 155 | |
| 156 | testlibs |
| 157 | ~ .*/qemu(/tests/qtest(/libqos/.*|/libqtest.*|/libqmp.*)) |
| 158 | |
| 159 | tests |
| 160 | ~ .*/qemu(/tests/.*) |