We already have components TCG and Xen. Add HVM and KVM.
Move the Xen component with the other accelerators.
Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
scripts/coverity-scan/COMPONENTS.md | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/scripts/coverity-scan/COMPONENTS.md b/scripts/coverity-scan/COMPONENTS.md
index 183f26a32c9..a6f4b9a2fb1 100644
--- a/scripts/coverity-scan/COMPONENTS.md
+++ b/scripts/coverity-scan/COMPONENTS.md
@@ -114,9 +114,18 @@ scsi
slirp
~ (/qemu)?(/.*slirp.*)
+hvf
+ ~ (/qemu)?(.*/hvf.*)
+
+kvm
+ ~ (/qemu)?(.*/kvm.*)
+
tcg
~ (/qemu)?(/accel/tcg/.*|/replay/.*|/(.*/)?softmmu.*)
+xen
+ ~ (/qemu)?(.*/xen.*)
+
trace
~ (/qemu)?(/.*trace.*\.[ch])
@@ -132,9 +141,6 @@ user
util
~ (/qemu)?(/util/.*|/include/qemu/.*)
-xen
- ~ (/qemu)?(.*/xen.*)
-
virtiofsd
~ (/qemu)?(/tools/virtiofsd/.*)
--
2.31.1