Created
January 12, 2024 16:13
-
-
Save victortoso/fa420dd6bc385e10a991c76c30ed521b to your computer and use it in GitHub Desktop.
Comparing libvirtxml memory footpring with KubeVirt's schema.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unsafe.Sizeof() of each domain struct | |
* libvirtxml: 520 bytes | |
* kubevirt : 920 bytes | |
compared:bytes is the percentage of libvirtxml in comparison to KubeVirt | |
e.g: Value: 111, means livirtxml's domain struct is 11% bigger than KubeVirt domain struct | |
| | <------- libvirtxml ----> | <-------- kubevirt -----> | | |
| compared: bytes (%) | benchmark | runtime | benchmark | runtime | | |
filename | benchmark | runtime | KiB | alloc | KiB | alloc | KiB | alloc | KiB | alloc | | |
xml2vmx-smbios.xml | 98 | 98 | 4 | 96 | 4 | 96 | 4 | 93 | 4 | 93 | | |
xml2vmx-minimal.xml | 98 | 98 | 3 | 83 | 3 | 83 | 3 | 80 | 3 | 80 | | |
xml2vmx-minimal-64bit.xml | 98 | 98 | 3 | 88 | 3 | 88 | 3 | 85 | 3 | 85 | | |
xml2vmx-firmware-efi.xml | 98 | 98 | 3 | 88 | 3 | 88 | 3 | 83 | 3 | 83 | | |
hostdev-vfio-zpci-multidomain-many.xml | 99 | 99 | 34 | 881 | 34 | 881 | 34 | 922 | 34 | 922 | | |
default-qemu-host-arch.xml | 99 | 99 | 4 | 128 | 4 | 128 | 5 | 125 | 5 | 125 | | |
default-kvm-host-arch.xml | 99 | 99 | 4 | 128 | 4 | 128 | 4 | 125 | 4 | 125 | | |
xml2vmx-annotation.xml | 101 | 101 | 4 | 94 | 4 | 94 | 4 | 89 | 4 | 89 | | |
hostdev-vfio-zpci-multidomain-many.s390x | 101 | 101 | 46 | 1240 | 46 | 1240 | 46 | 1266 | 46 | 1266 | | |
xml2vmx-datacenterpath.xml | 102 | 102 | 4 | 102 | 4 | 102 | 4 | 94 | 4 | 94 | | |
hostdev-subsys-mdev-vfio-ccw-duplicate-a | 104 | 104 | 13 | 332 | 13 | 332 | 12 | 324 | 12 | 324 | | |
hostdev-scsi-autogen-address.xml | 104 | 104 | 46 | 1100 | 46 | 1100 | 44 | 1069 | 44 | 1069 | | |
hostdev-pci-multifunction.x86_64-latest. | 104 | 104 | 46 | 1143 | 46 | 1144 | 44 | 1184 | 44 | 1184 | | |
cpu-strict1.xml | 104 | 104 | 23 | 699 | 23 | 699 | 22 | 683 | 22 | 683 | | |
ppc64-modern-individual-result-live.xml | 105 | 105 | 44 | 1253 | 44 | 1253 | 41 | 1168 | 41 | 1168 | | |
ppc64-modern-individual-result-conf.xml | 105 | 105 | 42 | 1162 | 42 | 1162 | 40 | 1095 | 40 | 1095 | | |
ppc64-modern-bulk-result-conf.xml | 105 | 105 | 42 | 1162 | 42 | 1162 | 40 | 1095 | 40 | 1095 | | |
hostdev-vfio-zpci-duplicate.xml | 105 | 105 | 14 | 363 | 14 | 363 | 14 | 368 | 14 | 368 | | |
hostdev-vfio-zpci-autogenerate-uids.xml | 105 | 105 | 11 | 291 | 11 | 291 | 11 | 293 | 11 | 293 | | |
hostdev-vfio-zpci-autogenerate-fids.xml | 105 | 105 | 11 | 291 | 11 | 291 | 11 | 293 | 11 | 293 | | |
hostdev-scsi-autogen-address.x86_64-late | 105 | 105 | 71 | 1625 | 71 | 1625 | 68 | 1605 | 68 | 1605 | | |
ppc64-modern-bulk-result-live.xml | 106 | 106 | 44 | 1277 | 44 | 1277 | 42 | 1184 | 42 | 1184 | | |
hostdevs-drive-address-conflict.xml | 106 | 106 | 16 | 407 | 16 | 407 | 15 | 392 | 15 | 392 | | |
hostdev-vfio-zpci-boundaries.xml | 106 | 106 | 13 | 338 | 13 | 338 | 12 | 339 | 12 | 339 | | |
hostdev-subsys-mdev-vfio-ccw-invalid-add | 106 | 106 | 10 | 268 | 10 | 268 | 10 | 265 | 10 | 265 | | |
hostdev-pci-multifunction.xml | 106 | 106 | 28 | 714 | 28 | 714 | 27 | 725 | 27 | 725 | | |
cpu-exact2.xml | 106 | 106 | 16 | 477 | 16 | 477 | 15 | 461 | 15 | 461 | | |
cpu-exact2-nofallback.xml | 106 | 106 | 16 | 482 | 16 | 482 | 15 | 464 | 15 | 464 | | |
vcpus-individual.xml | 107 | 107 | 11 | 300 | 11 | 300 | 10 | 283 | 10 | 283 | | |
pseries-hostdevs-3.xml | 107 | 107 | 13 | 338 | 13 | 338 | 13 | 343 | 13 | 343 | | |
pseries-hostdevs-2.xml | 107 | 107 | 16 | 390 | 16 | 390 | 15 | 397 | 15 | 397 | | |
machine-loadparm-hostdev.xml | 107 | 107 | 10 | 254 | 10 | 254 | 9 | 246 | 9 | 246 | | |
hostdev-vfio-zpci-autogenerate-uids.s390 | 107 | 107 | 21 | 572 | 21 | 572 | 19 | 550 | 19 | 550 | | |
hostdev-vfio-zpci-autogenerate-fids.s390 | 107 | 107 | 21 | 572 | 21 | 572 | 19 | 550 | 19 | 550 | | |
hostdev-subsys-mdev-vfio-ccw.xml | 107 | 107 | 9 | 240 | 9 | 240 | 8 | 233 | 8 | 233 | | |
hostdev-subsys-mdev-vfio-ccw-boot.xml | 107 | 107 | 10 | 251 | 10 | 251 | 9 | 244 | 9 | 244 | | |
hostdev-subsys-mdev-vfio-ap.xml | 107 | 107 | 9 | 240 | 9 | 240 | 8 | 233 | 8 | 233 | | |
hostdev-subsys-mdev-vfio-ap-boot-fail.xm | 107 | 107 | 10 | 251 | 10 | 251 | 9 | 244 | 9 | 244 | | |
hostdev-pci-address-unassigned.x86_64-la | 107 | 107 | 33 | 844 | 33 | 844 | 31 | 852 | 31 | 852 | | |
cpu-nofallback.xml | 107 | 107 | 14 | 397 | 14 | 397 | 13 | 379 | 13 | 379 | | |
cpu-hotplug-startup.xml | 107 | 107 | 14 | 388 | 14 | 388 | 13 | 365 | 13 | 364 | | |
cpu-fallback.xml | 107 | 107 | 14 | 392 | 14 | 392 | 13 | 376 | 13 | 376 | | |
user-aliases-usb.xml | 108 | 108 | 40 | 980 | 40 | 980 | 37 | 950 | 37 | 950 | | |
pseries-many-devices.ppc64-latest.xml | 108 | 108 | 94 | 2142 | 94 | 2142 | 86 | 2146 | 86 | 2146 | | |
hostdev-vfio-zpci-boundaries.s390x-lates | 108 | 108 | 24 | 649 | 24 | 649 | 22 | 624 | 22 | 624 | | |
cpu-translation.xml | 108 | 108 | 15 | 433 | 15 | 433 | 14 | 414 | 14 | 414 | | |
cpu-exact1.xml | 108 | 108 | 12 | 362 | 12 | 362 | 11 | 344 | 11 | 344 | | |
smbios-uuid-match.xml | 109 | 109 | 9 | 248 | 9 | 248 | 8 | 237 | 8 | 237 | | |
smbios-date.xml | 109 | 109 | 9 | 248 | 9 | 248 | 8 | 237 | 8 | 237 | | |
qemumemlock-pseries-locked+hostdev.xml | 109 | 109 | 8 | 208 | 8 | 208 | 7 | 207 | 7 | 207 | | |
qemumemlock-pseries-hostdev.xml | 109 | 109 | 8 | 191 | 8 | 191 | 7 | 190 | 7 | 190 | | |
qemumemlock-pc-locked+hostdev.xml | 109 | 109 | 8 | 208 | 8 | 208 | 7 | 207 | 7 | 207 | | |
qemumemlock-pc-hostdev.xml | 109 | 109 | 8 | 191 | 8 | 191 | 7 | 190 | 7 | 190 | | |
q35-default-devices-only.xml | 109 | 109 | 8 | 210 | 8 | 210 | 7 | 198 | 7 | 198 | | |
memorybacking-unset.xml | 109 | 109 | 10 | 269 | 10 | 269 | 9 | 257 | 9 | 257 | | |
memorybacking-set.xml | 109 | 109 | 10 | 269 | 10 | 269 | 9 | 257 | 9 | 257 | | |
hugepages-default-5M.xml | 109 | 109 | 10 | 261 | 10 | 261 | 9 | 250 | 9 | 250 | | |
hostdev-vfio-zpci.xml | 109 | 109 | 10 | 251 | 10 | 251 | 9 | 248 | 9 | 248 | | |
hostdev-vfio-zpci-uid-set-zero.xml | 109 | 109 | 8 | 203 | 8 | 203 | 7 | 200 | 7 | 200 | | |
hostdev-vfio-zpci-set-zero.xml | 109 | 109 | 10 | 251 | 10 | 251 | 9 | 248 | 9 | 248 | | |
hostdev-vfio-zpci-invalid-uid-valid-fid. | 109 | 109 | 10 | 251 | 10 | 251 | 9 | 248 | 9 | 248 | | |
hostdev-vfio-zpci-ccw-memballoon.xml | 109 | 109 | 7 | 176 | 7 | 176 | 7 | 175 | 7 | 175 | | |
hostdev-vfio-zpci-autogenerate.xml | 109 | 109 | 8 | 188 | 8 | 188 | 7 | 188 | 7 | 188 | | |
hostdev-pci-address-unassigned.xml | 109 | 109 | 21 | 523 | 21 | 523 | 19 | 521 | 19 | 521 | | |
cpu-minimum2.xml | 109 | 109 | 11 | 305 | 11 | 305 | 10 | 289 | 10 | 289 | | |
arm-vexpressa9-nodevs.xml | 109 | 109 | 10 | 253 | 10 | 253 | 9 | 240 | 9 | 240 | | |
x86-modern-individual-add-result-live.xm | 110 | 110 | 26 | 729 | 26 | 729 | 24 | 682 | 24 | 682 | | |
x86-modern-bulk-result-live.xml | 110 | 110 | 26 | 732 | 26 | 732 | 24 | 684 | 24 | 684 | | |
s390-default-cpu-tcg-ccw-virtio-4.2.xml | 110 | 110 | 7 | 166 | 7 | 166 | 6 | 156 | 6 | 156 | | |
s390-default-cpu-tcg-ccw-virtio-2.7.xml | 110 | 110 | 7 | 166 | 7 | 166 | 6 | 156 | 6 | 156 | | |
s390-default-cpu-kvm-ccw-virtio-4.2.xml | 110 | 110 | 7 | 166 | 7 | 166 | 6 | 156 | 6 | 156 | | |
s390-default-cpu-kvm-ccw-virtio-2.7.xml | 110 | 110 | 7 | 166 | 7 | 166 | 6 | 156 | 6 | 156 | | |
qemumemlock-pseries-hardlimit+locked+hos | 110 | 110 | 9 | 234 | 9 | 234 | 8 | 227 | 8 | 227 | | |
qemumemlock-pseries-hardlimit+hostdev.xm | 110 | 110 | 8 | 217 | 8 | 217 | 7 | 210 | 7 | 210 | | |
qemumemlock-pc-hardlimit+locked+hostdev. | 110 | 110 | 9 | 234 | 9 | 234 | 8 | 227 | 8 | 227 | | |
qemumemlock-pc-hardlimit+hostdev.xml | 110 | 110 | 8 | 217 | 8 | 217 | 7 | 210 | 7 | 210 | | |
ppc64-tpmproxy-single.xml | 110 | 110 | 14 | 364 | 14 | 364 | 13 | 351 | 13 | 351 | | |
ppc64-tpmproxy-double.xml | 110 | 110 | 15 | 408 | 15 | 408 | 14 | 390 | 14 | 390 | | |
non-x86_64-timer-error.xml | 110 | 110 | 7 | 186 | 7 | 186 | 6 | 176 | 6 | 176 | | |
name-slash-fail.xml | 110 | 110 | 7 | 194 | 7 | 194 | 6 | 184 | 6 | 184 | | |
memory-hotplug-virtio-mem-overlap-addres | 110 | 110 | 21 | 614 | 21 | 614 | 19 | 575 | 19 | 575 | | |
hostdev-scsi-virtio-scsi.xml | 110 | 110 | 47 | 1131 | 47 | 1131 | 42 | 1061 | 42 | 1061 | | |
hostdev-scsi-virtio-scsi.x86_64-latest.x | 110 | 110 | 55 | 1328 | 55 | 1328 | 50 | 1266 | 50 | 1266 | | |
fibrechannel-appid.xml | 110 | 110 | 8 | 228 | 8 | 228 | 8 | 215 | 8 | 215 | | |
cpu-numa3.xml | 110 | 110 | 11 | 297 | 11 | 297 | 10 | 281 | 10 | 281 | | |
cpu-numa2.xml | 110 | 110 | 11 | 297 | 11 | 297 | 10 | 281 | 10 | 281 | | |
cpu-numa1.xml | 110 | 110 | 11 | 291 | 11 | 291 | 10 | 277 | 10 | 277 | | |
cpu-numa-no-memory-element.xml | 110 | 110 | 10 | 281 | 10 | 281 | 9 | 266 | 9 | 266 | | |
bhyveargv2xml-wired.xml | 110 | 110 | 7 | 188 | 7 | 188 | 7 | 178 | 7 | 178 | | |
balloon-ccw-deflate.xml | 110 | 110 | 9 | 253 | 9 | 253 | 8 | 235 | 8 | 235 | | |
x86-modern-individual-add-result-conf.xm | 111 | 111 | 24 | 636 | 24 | 636 | 21 | 595 | 21 | 595 | | |
x86-modern-individual-add-domain.xml | 111 | 111 | 9 | 237 | 9 | 237 | 8 | 223 | 8 | 223 | | |
x86-modern-bulk-result-conf.xml | 111 | 111 | 24 | 636 | 24 | 636 | 21 | 595 | 21 | 595 | | |
x86-modern-bulk-domain.xml | 111 | 111 | 9 | 237 | 9 | 237 | 8 | 223 | 8 | 223 | | |
virtio-options-rng-iommu.xml | 111 | 111 | 16 | 422 | 16 | 422 | 14 | 414 | 14 | 414 | | |
virtio-options-rng-ats.xml | 111 | 111 | 16 | 422 | 16 | 422 | 14 | 410 | 14 | 410 | | |
virtio-options-memballoon-iommu.xml | 111 | 111 | 11 | 289 | 11 | 289 | 10 | 277 | 10 | 277 | | |
virtio-options-memballoon-freepage-repor | 111 | 111 | 11 | 281 | 11 | 281 | 9 | 269 | 9 | 269 | | |
usb-controller-ich9-no-companion.xml | 111 | 111 | 11 | 269 | 11 | 269 | 10 | 263 | 10 | 263 | | |
tseg.xml | 111 | 111 | 9 | 247 | 9 | 247 | 8 | 230 | 8 | 230 | | |
tseg-invalid-size.xml | 111 | 111 | 9 | 247 | 9 | 247 | 8 | 230 | 8 | 230 | | |
tseg-i440fx.xml | 111 | 111 | 9 | 247 | 9 | 247 | 8 | 230 | 8 | 230 | | |
tseg-explicit-size.xml | 111 | 111 | 9 | 242 | 9 | 242 | 8 | 227 | 8 | 227 | | |
svga.xml | 111 | 111 | 8 | 210 | 8 | 210 | 7 | 197 | 7 | 197 | | |
smbios.xml | 111 | 111 | 8 | 223 | 8 | 223 | 7 | 210 | 7 | 210 | | |
pseries-hostdevs-1.xml | 111 | 111 | 16 | 399 | 16 | 399 | 14 | 398 | 14 | 398 | | |
ppc64-usb-controller.xml | 111 | 111 | 13 | 320 | 13 | 320 | 11 | 311 | 11 | 311 | | |
ppc64-usb-controller-qemu-xhci.xml | 111 | 111 | 13 | 320 | 13 | 320 | 11 | 311 | 11 | 311 | | |
ppc64-usb-controller-legacy.xml | 111 | 111 | 13 | 320 | 13 | 320 | 11 | 311 | 11 | 311 | | |
ppc64-tpmproxy-with-tpm.xml | 111 | 111 | 15 | 398 | 15 | 398 | 14 | 383 | 14 | 383 | | |
ppc64-modern-individual-domain.xml | 111 | 111 | 8 | 224 | 8 | 224 | 7 | 210 | 7 | 210 | | |
ppc64-modern-bulk-domain.xml | 111 | 111 | 8 | 224 | 8 | 224 | 7 | 210 | 7 | 210 | | |
mlock-on.xml | 111 | 111 | 7 | 191 | 7 | 191 | 6 | 185 | 6 | 185 | | |
minimal.xml | 111 | 111 | 8 | 210 | 8 | 210 | 7 | 197 | 7 | 197 | | |
minimal-64bit.xml | 111 | 111 | 8 | 210 | 8 | 210 | 7 | 197 | 7 | 197 | | |
memfd-memory-numa.xml | 111 | 111 | 26 | 704 | 26 | 704 | 23 | 667 | 23 | 667 | | |
memfd-memory-numa.x86_64-latest.xml | 111 | 111 | 26 | 704 | 26 | 704 | 23 | 667 | 23 | 667 | | |
machine-loadparm-hostdev.s390x-latest.xm | 111 | 111 | 15 | 419 | 15 | 419 | 14 | 384 | 14 | 384 | | |
iothreadids.xml | 111 | 111 | 9 | 261 | 9 | 261 | 8 | 236 | 8 | 236 | | |
hostdev-vfio-zpci.s390x-latest.xml | 111 | 111 | 17 | 460 | 17 | 460 | 15 | 430 | 15 | 430 | | |
hostdev-vfio-zpci-ccw-memballoon.s390x-l | 111 | 111 | 16 | 436 | 16 | 436 | 14 | 411 | 14 | 411 | | |
hostdev-vfio-zpci-autogenerate.s390x-lat | 111 | 111 | 17 | 460 | 17 | 460 | 15 | 430 | 15 | 430 | | |
hostdev-subsys-mdev-vfio-ccw.s390x-lates | 111 | 111 | 15 | 418 | 15 | 418 | 14 | 384 | 14 | 384 | | |
hostdev-scsi-lsi.x86_64-latest.xml | 111 | 111 | 50 | 1201 | 50 | 1201 | 45 | 1141 | 45 | 1141 | | |
hostdev-mdev-duplicate.xml | 111 | 111 | 23 | 555 | 23 | 555 | 20 | 549 | 20 | 549 | | |
hostdev-mdev-display-ramfb.x86_64-latest | 111 | 111 | 29 | 726 | 29 | 726 | 26 | 706 | 26 | 706 | | |
cpu-topology4.xml | 111 | 111 | 9 | 239 | 9 | 239 | 8 | 224 | 8 | 224 | | |
cpu-topology3.xml | 111 | 111 | 9 | 236 | 9 | 236 | 8 | 222 | 8 | 222 | | |
cpu-topology2.xml | 111 | 111 | 9 | 236 | 9 | 236 | 8 | 222 | 8 | 222 | | |
cpu-topology1.xml | 111 | 111 | 9 | 239 | 9 | 239 | 8 | 224 | 8 | 224 | | |
cpu-numa-disordered.xml | 111 | 111 | 12 | 322 | 12 | 322 | 11 | 305 | 11 | 305 | | |
cpu-no-removed-features.xml | 111 | 111 | 10 | 270 | 10 | 270 | 9 | 254 | 9 | 254 | | |
cpu-Icelake-Server-pconfig.xml | 111 | 111 | 9 | 267 | 9 | 267 | 8 | 247 | 8 | 247 | | |
cpu-Haswell3.xml | 111 | 111 | 10 | 280 | 10 | 280 | 9 | 262 | 9 | 262 | | |
cpu-Haswell2.xml | 111 | 111 | 10 | 280 | 10 | 280 | 9 | 262 | 9 | 262 | | |
bhyveargv2xml-virtio-net3.xml | 111 | 111 | 7 | 171 | 7 | 171 | 6 | 161 | 6 | 161 | | |
bhyveargv2xml-virtio-net2.xml | 111 | 111 | 7 | 171 | 7 | 171 | 6 | 161 | 6 | 161 | | |
bhyveargv2xml-vcpus.xml | 111 | 111 | 7 | 171 | 7 | 171 | 6 | 161 | 6 | 161 | | |
bhyveargv2xml-uuid.xml | 111 | 111 | 7 | 171 | 7 | 171 | 6 | 161 | 6 | 161 | | |
bhyveargv2xml-utc.xml | 111 | 111 | 7 | 171 | 7 | 171 | 6 | 161 | 6 | 161 | | |
bhyveargv2xml-oneline.xml | 111 | 111 | 7 | 171 | 7 | 171 | 6 | 161 | 6 | 161 | | |
bhyveargv2xml-name.xml | 111 | 111 | 7 | 171 | 7 | 171 | 6 | 161 | 6 | 161 | | |
bhyveargv2xml-memsize-large.xml | 111 | 111 | 7 | 171 | 7 | 171 | 6 | 161 | 6 | 161 | | |
bhyveargv2xml-memsize-human.xml | 111 | 111 | 7 | 171 | 7 | 171 | 6 | 161 | 6 | 161 | | |
bhyveargv2xml-custom-loader.xml | 111 | 111 | 7 | 193 | 7 | 193 | 7 | 179 | 7 | 179 | | |
bhyveargv2xml-bhyveload-custom.xml | 111 | 111 | 7 | 193 | 7 | 193 | 7 | 179 | 7 | 179 | | |
bhyveargv2xml-base.xml | 111 | 111 | 7 | 171 | 7 | 171 | 6 | 161 | 6 | 161 | | |
virtio-rng-default.xml | 112 | 112 | 11 | 303 | 11 | 303 | 10 | 288 | 10 | 288 | | |
virtio-options-rng-packed.xml | 112 | 112 | 16 | 422 | 16 | 422 | 14 | 410 | 14 | 410 | | |
virtio-options-memballoon-packed.xml | 112 | 112 | 11 | 289 | 11 | 289 | 10 | 275 | 10 | 275 | | |
virtio-options-memballoon-ats.xml | 112 | 112 | 11 | 289 | 11 | 289 | 10 | 275 | 10 | 275 | | |
usb-controller-implicit-q35.xml | 112 | 112 | 7 | 174 | 7 | 174 | 6 | 168 | 6 | 168 | | |
usb-controller-implicit-isapc.xml | 112 | 112 | 7 | 174 | 7 | 174 | 6 | 168 | 6 | 168 | | |
usb-controller-implicit-i440fx.xml | 112 | 112 | 7 | 174 | 7 | 174 | 6 | 168 | 6 | 168 | | |
qemumemlock-pseries-locked.xml | 112 | 112 | 6 | 136 | 6 | 136 | 5 | 132 | 5 | 132 | | |
qemumemlock-pc-locked.xml | 112 | 112 | 6 | 136 | 6 | 136 | 5 | 132 | 5 | 132 | | |
qemuhotplug-pseries-base-live+hostdev-pc | 112 | 112 | 27 | 727 | 27 | 727 | 24 | 685 | 24 | 685 | | |
pseries-hostdevs-3.ppc64-latest.xml | 112 | 112 | 25 | 660 | 25 | 660 | 22 | 622 | 22 | 622 | | |
ppc64-tpm-double.xml | 112 | 112 | 15 | 388 | 15 | 388 | 13 | 375 | 13 | 375 | | |
mlock-off.xml | 112 | 112 | 7 | 174 | 7 | 174 | 6 | 168 | 6 | 168 | | |
hyperv.xml | 112 | 112 | 19 | 539 | 19 | 539 | 17 | 511 | 17 | 511 | | |
hostdev-vfio-zpci-wrong-arch.xml | 112 | 112 | 17 | 438 | 17 | 438 | 15 | 422 | 15 | 422 | | |
hostdev-subsys-mdev-vfio-ccw-boot.s390x- | 112 | 112 | 15 | 416 | 15 | 416 | 14 | 382 | 14 | 382 | | |
hostdev-subsys-mdev-vfio-ap.s390x-latest | 112 | 112 | 14 | 394 | 14 | 394 | 13 | 363 | 13 | 363 | | |
hostdev-scsi-vhost-scsi-pcie.xml | 112 | 112 | 11 | 286 | 11 | 286 | 9 | 270 | 9 | 270 | | |
hostdev-scsi-lsi.xml | 112 | 112 | 42 | 999 | 42 | 999 | 37 | 931 | 37 | 931 | | |
hostdev-mdev-display-ramfb.xml | 112 | 112 | 18 | 437 | 18 | 437 | 16 | 422 | 16 | 422 | | |
hostdev-mdev-display-ramfb-multiple.xml | 112 | 112 | 18 | 437 | 18 | 437 | 16 | 422 | 16 | 422 | | |
firmware-efi.xml | 112 | 112 | 8 | 215 | 8 | 215 | 7 | 200 | 7 | 200 | | |
datacenterpath.xml | 112 | 112 | 9 | 229 | 9 | 229 | 8 | 211 | 8 | 211 | | |
cpu-s390-features.xml | 112 | 112 | 10 | 282 | 10 | 282 | 9 | 262 | 9 | 262 | | |
cpu-qemu-host-passthrough.xml | 112 | 112 | 8 | 220 | 8 | 220 | 7 | 207 | 7 | 207 | | |
cpu-phys-bits-emulate-bare.xml | 112 | 112 | 8 | 224 | 8 | 224 | 7 | 208 | 7 | 208 | | |
cpu-minimum1.xml | 112 | 112 | 8 | 234 | 8 | 234 | 7 | 218 | 7 | 218 | | |
cpu-host-passthrough.xml | 112 | 112 | 8 | 220 | 8 | 220 | 7 | 207 | 7 | 207 | | |
cpu-host-model-vendor.xml | 112 | 112 | 9 | 235 | 9 | 235 | 8 | 219 | 8 | 219 | | |
cpu-host-model-nofallback-tcg.xml | 112 | 112 | 9 | 235 | 9 | 235 | 8 | 219 | 8 | 219 | | |
cpu-host-model-nofallback-kvm.xml | 112 | 112 | 9 | 235 | 9 | 235 | 8 | 219 | 8 | 219 | | |
cpu-host-model-fallback-tcg.xml | 112 | 112 | 8 | 220 | 8 | 220 | 7 | 207 | 7 | 207 | | |
cpu-host-model-fallback-kvm.xml | 112 | 112 | 8 | 220 | 8 | 220 | 7 | 207 | 7 | 207 | | |
cpu-host-model-cmt.xml | 112 | 112 | 8 | 220 | 8 | 220 | 7 | 207 | 7 | 207 | | |
cpu-check-partial.xml | 112 | 112 | 9 | 249 | 9 | 249 | 8 | 229 | 8 | 229 | | |
cpu-check-none.xml | 112 | 112 | 9 | 249 | 9 | 249 | 8 | 229 | 8 | 229 | | |
cpu-check-full.xml | 112 | 112 | 9 | 249 | 9 | 249 | 8 | 229 | 8 | 229 | | |
cpu-check-default-partial2.xml | 112 | 112 | 9 | 244 | 9 | 244 | 8 | 226 | 8 | 226 | | |
cpu-check-default-partial.xml | 112 | 112 | 8 | 220 | 8 | 220 | 7 | 207 | 7 | 207 | | |
cpu-check-default-none2.xml | 112 | 112 | 9 | 244 | 9 | 244 | 8 | 226 | 8 | 226 | | |
cpu-check-default-none.xml | 112 | 112 | 8 | 220 | 8 | 220 | 7 | 207 | 7 | 207 | | |
cpu-cache-emulate.xml | 112 | 112 | 8 | 227 | 8 | 227 | 7 | 210 | 7 | 210 | | |
cpu-cache-emulate-l3.xml | 112 | 112 | 8 | 227 | 8 | 227 | 7 | 210 | 7 | 210 | | |
cpu-cache-emulate-l2.xml | 112 | 112 | 8 | 232 | 8 | 232 | 7 | 213 | 7 | 213 | | |
cpu-cache-disable3.xml | 112 | 112 | 8 | 224 | 8 | 224 | 7 | 208 | 7 | 208 | | |
cpu-cache-disable.xml | 112 | 112 | 8 | 224 | 8 | 224 | 7 | 208 | 7 | 208 | | |
cpu-Haswell.xml | 112 | 112 | 9 | 244 | 9 | 244 | 8 | 226 | 8 | 226 | | |
cpu-Haswell-noTSX.xml | 112 | 112 | 9 | 244 | 9 | 244 | 8 | 226 | 8 | 226 | | |
bhyveargv2xml-vnc-resolution.xml | 112 | 112 | 10 | 261 | 10 | 261 | 9 | 246 | 9 | 246 | | |
bhyveargv2xml-acpiapic.xml | 112 | 112 | 8 | 196 | 8 | 196 | 7 | 185 | 7 | 185 | | |
balloon-mmio-deflate.xml | 112 | 112 | 11 | 300 | 11 | 300 | 10 | 277 | 10 | 277 | | |
virtio-options-input-packed.xml | 113 | 113 | 16 | 405 | 16 | 405 | 14 | 388 | 14 | 388 | | |
virtio-options-input-iommu.xml | 113 | 113 | 16 | 405 | 16 | 405 | 14 | 388 | 14 | 388 | | |
virtio-options-input-ats.xml | 113 | 113 | 16 | 405 | 16 | 405 | 14 | 388 | 14 | 388 | | |
usb1-usb2.xml | 113 | 113 | 40 | 876 | 40 | 876 | 35 | 840 | 35 | 840 | | |
usb-controller-ich9-companion.xml | 113 | 113 | 17 | 408 | 17 | 408 | 15 | 385 | 15 | 385 | | |
qemumemlock-pseries-tcg.xml | 113 | 113 | 5 | 119 | 5 | 119 | 4 | 115 | 4 | 115 | | |
qemumemlock-pseries-kvm.xml | 113 | 113 | 5 | 119 | 5 | 119 | 4 | 115 | 4 | 115 | | |
qemumemlock-pseries-hardlimit+locked.xml | 113 | 113 | 6 | 162 | 6 | 162 | 5 | 152 | 5 | 152 | | |
qemumemlock-pc-tcg.xml | 113 | 113 | 5 | 119 | 5 | 119 | 4 | 115 | 4 | 115 | | |
qemumemlock-pc-kvm.xml | 113 | 113 | 5 | 119 | 5 | 119 | 4 | 115 | 4 | 115 | | |
qemumemlock-pc-hardlimit+locked.xml | 113 | 113 | 6 | 162 | 6 | 162 | 5 | 152 | 5 | 152 | | |
qemuhotplug-base-live+hostdev-pci.xml | 113 | 113 | 32 | 812 | 32 | 812 | 28 | 791 | 28 | 791 | | |
qemuhotplug-base-ccw-live.xml | 113 | 113 | 23 | 600 | 23 | 600 | 20 | 564 | 20 | 564 | | |
q35-wrong-root.xml | 113 | 113 | 9 | 250 | 9 | 250 | 8 | 232 | 8 | 232 | | |
pseries-hostdevs-1.ppc64-latest.xml | 113 | 113 | 30 | 773 | 30 | 773 | 27 | 739 | 27 | 739 | | |
pcie-root.xml | 113 | 113 | 9 | 250 | 9 | 250 | 8 | 232 | 8 | 232 | | |
numatune-memnode.xml | 113 | 113 | 16 | 427 | 16 | 427 | 14 | 402 | 14 | 402 | | |
numatune-memnode-invalid-mode.xml | 113 | 113 | 16 | 427 | 16 | 427 | 14 | 402 | 14 | 402 | | |
migrate-numa-unaligned.xml | 113 | 113 | 16 | 427 | 16 | 427 | 14 | 402 | 14 | 402 | | |
memory-hotplug-nvdimm-ppc64.xml | 113 | 113 | 19 | 530 | 19 | 530 | 17 | 482 | 17 | 482 | | |
memory-hotplug-nvdimm-ppc64-abi-update.x | 113 | 113 | 19 | 530 | 19 | 530 | 17 | 482 | 17 | 482 | | |
memfd-memory-default-hugepage.xml | 113 | 113 | 21 | 572 | 21 | 572 | 19 | 539 | 19 | 539 | | |
memfd-memory-default-hugepage.x86_64-lat | 113 | 113 | 21 | 572 | 21 | 572 | 19 | 539 | 19 | 539 | | |
lxc-hostdev.xml | 113 | 113 | 18 | 483 | 18 | 483 | 16 | 444 | 16 | 444 | | |
kvmclock+eoi-disabled.xml | 113 | 113 | 11 | 297 | 11 | 297 | 10 | 278 | 10 | 278 | | |
hyperv-off.xml | 113 | 113 | 18 | 517 | 18 | 517 | 16 | 491 | 16 | 491 | | |
hyperv-off.x86_64-latest.xml | 113 | 113 | 23 | 646 | 23 | 646 | 20 | 613 | 20 | 613 | | |
hugepages-nvdimm.xml | 113 | 113 | 22 | 622 | 22 | 622 | 20 | 579 | 20 | 579 | | |
hugepages-nvdimm.x86_64-latest.xml | 113 | 113 | 22 | 622 | 22 | 622 | 20 | 579 | 20 | 579 | | |
hugepages-memaccess2.xml | 113 | 113 | 35 | 893 | 35 | 893 | 31 | 854 | 31 | 854 | | |
hugepages-memaccess2.x86_64-latest.xml | 113 | 113 | 35 | 893 | 35 | 893 | 31 | 854 | 31 | 854 | | |
hugepages-memaccess.xml | 113 | 113 | 35 | 902 | 35 | 902 | 31 | 865 | 31 | 864 | | |
hugepages-memaccess.x86_64-latest.xml | 113 | 113 | 35 | 902 | 35 | 902 | 31 | 864 | 31 | 864 | | |
graphics-vnc.xml | 113 | 113 | 10 | 256 | 10 | 256 | 9 | 239 | 9 | 239 | | |
cpu-s390-zEC12.xml | 113 | 113 | 9 | 246 | 9 | 246 | 8 | 226 | 8 | 226 | | |
cpu-phys-bits-passthrough2.xml | 113 | 113 | 8 | 228 | 8 | 228 | 7 | 211 | 7 | 211 | | |
cpu-phys-bits-passthrough.xml | 113 | 113 | 8 | 224 | 8 | 224 | 7 | 208 | 7 | 208 | | |
cpu-phys-bits-limit.xml | 113 | 113 | 8 | 228 | 8 | 228 | 7 | 211 | 7 | 211 | | |
cpu-phys-bits-emulate2.xml | 113 | 113 | 8 | 228 | 8 | 228 | 7 | 211 | 7 | 211 | | |
cpu-phys-bits-emulate.xml | 113 | 113 | 8 | 228 | 8 | 228 | 7 | 211 | 7 | 211 | | |
cpu-cache-passthrough3.xml | 113 | 113 | 8 | 224 | 8 | 224 | 7 | 208 | 7 | 208 | | |
cpu-cache-passthrough.xml | 113 | 113 | 8 | 224 | 8 | 224 | 7 | 208 | 7 | 208 | | |
cpu-cache-passthrough-l3.xml | 113 | 113 | 8 | 227 | 8 | 227 | 7 | 210 | 7 | 210 | | |
controller-usb-order.xml | 113 | 113 | 16 | 406 | 16 | 406 | 14 | 388 | 14 | 388 | | |
bhyveargv2xml-vnc.xml | 113 | 113 | 9 | 245 | 9 | 245 | 8 | 232 | 8 | 232 | | |
bhyveargv2xml-vnc-vga-io.xml | 113 | 113 | 9 | 245 | 9 | 245 | 8 | 232 | 8 | 232 | | |
bhyveargv2xml-vnc-password.xml | 113 | 113 | 10 | 250 | 10 | 250 | 9 | 235 | 9 | 235 | | |
bhyveargv2xml-vnc-listen.xml | 113 | 113 | 9 | 245 | 9 | 245 | 8 | 232 | 8 | 232 | | |
annotation.xml | 113 | 113 | 8 | 221 | 8 | 221 | 7 | 206 | 7 | 206 | | |
video-qxl-device-vram64.xml | 114 | 114 | 10 | 267 | 10 | 267 | 9 | 249 | 9 | 249 | | |
usb-controller-nec-xhci.xml | 114 | 114 | 12 | 301 | 12 | 301 | 10 | 285 | 10 | 285 | | |
usb-controller-nec-xhci-unavailable.xml | 114 | 114 | 12 | 301 | 12 | 301 | 10 | 285 | 10 | 285 | | |
usb-controller-ich9-ehci-addr.x86_64-lat | 114 | 114 | 47 | 1112 | 47 | 1112 | 41 | 1085 | 41 | 1085 | | |
usb-controller-default-unavailable-q35.x | 114 | 114 | 12 | 296 | 12 | 296 | 10 | 280 | 10 | 280 | | |
usb-controller-default-unavailable-i440f | 114 | 114 | 9 | 226 | 9 | 226 | 8 | 219 | 8 | 219 | | |
usb-controller-default-q35.xml | 114 | 114 | 12 | 296 | 12 | 296 | 10 | 280 | 10 | 280 | | |
usb-controller-default-i440fx.xml | 114 | 114 | 9 | 226 | 9 | 226 | 8 | 219 | 8 | 219 | | |
test-fullvirt-pci.xml | 114 | 114 | 26 | 679 | 26 | 679 | 23 | 649 | 23 | 649 | | |
smbios-multiple-type2.x86_64-latest.xml | 114 | 114 | 36 | 976 | 36 | 976 | 32 | 936 | 32 | 936 | | |
qemuhotplug-graphics-spice-timeout.xml | 114 | 114 | 62 | 1612 | 62 | 1612 | 54 | 1550 | 54 | 1550 | | |
qemuhotplug-graphics-spice-timeout+graph | 114 | 114 | 62 | 1612 | 62 | 1612 | 54 | 1550 | 54 | 1550 | | |
qemuhotplug-graphics-spice-timeout+graph | 114 | 114 | 62 | 1612 | 62 | 1612 | 54 | 1550 | 54 | 1550 | | |
qemuhotplug-base-without-scsi-controller | 114 | 114 | 17 | 467 | 17 | 467 | 15 | 437 | 15 | 437 | | |
qemuhotplug-base-live+watchdog.xml | 114 | 114 | 30 | 766 | 30 | 766 | 26 | 738 | 26 | 738 | | |
qemuhotplug-base-live+watchdog-user-alia | 114 | 114 | 30 | 766 | 30 | 766 | 26 | 738 | 26 | 738 | | |
qemuhotplug-base-live+watchdog+watchdog- | 114 | 114 | 30 | 766 | 30 | 766 | 26 | 738 | 26 | 738 | | |
pseries-hostdevs-2.ppc64-latest.xml | 114 | 114 | 29 | 714 | 29 | 714 | 25 | 677 | 25 | 677 | | |
ppc64-tpmproxy-with-tpm.ppc64-latest.xml | 114 | 114 | 21 | 555 | 21 | 555 | 18 | 512 | 18 | 512 | | |
ppc64-tpmproxy-single.ppc64-latest.xml | 114 | 114 | 19 | 505 | 19 | 505 | 17 | 467 | 17 | 467 | | |
pci-root-address.xml | 114 | 114 | 8 | 206 | 8 | 206 | 7 | 195 | 7 | 195 | | |
numavcpus-topology-mismatch.xml | 114 | 114 | 19 | 492 | 19 | 492 | 16 | 465 | 16 | 465 | | |
numatune-memnodes-problematic.xml | 114 | 114 | 14 | 374 | 14 | 374 | 12 | 348 | 12 | 348 | | |
numatune-memnode.x86_64-latest.xml | 114 | 114 | 22 | 583 | 22 | 583 | 19 | 548 | 19 | 548 | | |
numatune-memnode-restrictive-mode.xml | 114 | 114 | 22 | 583 | 22 | 583 | 19 | 548 | 19 | 548 | | |
numatune-memnode-restrictive-mode.x86_64 | 114 | 114 | 22 | 583 | 22 | 583 | 19 | 548 | 19 | 548 | | |
numatune-memnode-restrictive-mode-err-mi | 114 | 114 | 22 | 583 | 22 | 583 | 19 | 548 | 19 | 548 | | |
numatune-memnode-nocpu.xml | 114 | 114 | 12 | 311 | 12 | 311 | 10 | 291 | 10 | 291 | | |
net-virtio-teaming-hostdev.xml | 114 | 114 | 40 | 970 | 40 | 970 | 35 | 953 | 35 | 953 | | |
net-virtio-teaming-hostdev.x86_64-latest | 114 | 114 | 40 | 970 | 40 | 970 | 35 | 953 | 35 | 953 | | |
memory-hotplug-nvdimm-ppc64.ppc64-latest | 114 | 114 | 20 | 576 | 20 | 576 | 18 | 519 | 18 | 519 | | |
memory-hotplug-nvdimm-ppc64-abi-update.p | 114 | 114 | 20 | 576 | 20 | 576 | 18 | 519 | 18 | 519 | | |
hyperv.x86_64-latest.xml | 114 | 114 | 22 | 639 | 22 | 639 | 20 | 599 | 20 | 599 | | |
hugepages-shared.xml | 114 | 114 | 32 | 796 | 32 | 796 | 28 | 759 | 28 | 759 | | |
hugepages-shared.x86_64-latest.xml | 114 | 114 | 32 | 796 | 32 | 796 | 28 | 759 | 28 | 759 | | |
hugepages-numa-default-dimm.xml | 114 | 114 | 21 | 582 | 21 | 582 | 18 | 536 | 18 | 536 | | |
hugepages-numa-default-dimm.x86_64-lates | 114 | 114 | 21 | 582 | 21 | 582 | 18 | 536 | 18 | 536 | | |
hostdev-usb-address-device.xml | 114 | 114 | 13 | 325 | 13 | 325 | 11 | 311 | 11 | 311 | | |
hostdev-usb-address-device-boot.xml | 114 | 114 | 13 | 323 | 13 | 323 | 11 | 309 | 11 | 309 | | |
hostdev-pci-address-device.xml | 114 | 114 | 13 | 333 | 13 | 333 | 11 | 322 | 11 | 322 | | |
hostdev-mdev-src-address-invalid.xml | 114 | 114 | 13 | 341 | 13 | 341 | 12 | 330 | 12 | 330 | | |
hostdev-mdev-precreated.x86_64-latest.xm | 114 | 114 | 21 | 533 | 21 | 533 | 19 | 508 | 19 | 508 | | |
hostdev-mdev-invalid-target-address.xml | 114 | 114 | 14 | 355 | 14 | 355 | 13 | 336 | 13 | 336 | | |
hostdev-mdev-display.x86_64-latest.xml | 114 | 114 | 26 | 637 | 26 | 637 | 22 | 608 | 22 | 608 | | |
graphics-vnc-socket-new-cmdline.xml | 114 | 114 | 9 | 226 | 9 | 226 | 8 | 220 | 8 | 220 | | |
graphics-spice-usb-redir.xml | 114 | 114 | 29 | 742 | 29 | 742 | 25 | 681 | 25 | 681 | | |
fd-memory-numa-topology3.xml | 114 | 114 | 23 | 596 | 23 | 596 | 20 | 561 | 20 | 561 | | |
fd-memory-numa-topology3.x86_64-latest.x | 114 | 114 | 23 | 596 | 23 | 596 | 20 | 561 | 20 | 561 | | |
fd-memory-numa-topology2.xml | 114 | 114 | 21 | 566 | 21 | 566 | 19 | 532 | 19 | 532 | | |
fd-memory-numa-topology2.x86_64-latest.x | 114 | 114 | 21 | 566 | 21 | 566 | 19 | 532 | 19 | 532 | | |
fd-memory-numa-topology.xml | 114 | 114 | 20 | 535 | 20 | 535 | 17 | 502 | 17 | 502 | | |
fd-memory-numa-topology.x86_64-latest.xm | 114 | 114 | 20 | 535 | 20 | 535 | 17 | 502 | 17 | 502 | | |
disk-hostdev-scsi-address-conflict.xml | 114 | 114 | 15 | 375 | 15 | 375 | 13 | 354 | 13 | 354 | | |
cputune-numatune.xml | 114 | 114 | 13 | 343 | 13 | 343 | 11 | 319 | 11 | 319 | | |
cpu-numa-memshared.x86_64-latest.xml | 114 | 114 | 20 | 521 | 20 | 521 | 18 | 487 | 18 | 487 | | |
chardev-reconnect-generated-path.xml | 114 | 114 | 11 | 282 | 11 | 282 | 10 | 270 | 10 | 270 | | |
bhyvexml2xmlout-vnc-resolution.xml | 114 | 114 | 16 | 407 | 16 | 407 | 14 | 381 | 14 | 381 | | |
bhyvexml2argv-vnc-resolution.xml | 114 | 114 | 8 | 207 | 8 | 207 | 7 | 198 | 7 | 198 | | |
bhyveargv2xml-vnc-vga-on.xml | 114 | 114 | 10 | 258 | 10 | 258 | 8 | 242 | 8 | 242 | | |
bhyveargv2xml-vnc-vga-off.xml | 114 | 114 | 10 | 258 | 10 | 258 | 8 | 242 | 8 | 242 | | |
aarch64-tpm.xml | 114 | 114 | 6 | 151 | 6 | 151 | 5 | 145 | 5 | 144 | | |
aarch64-tpm-wrong-model.xml | 114 | 114 | 6 | 161 | 6 | 161 | 6 | 154 | 6 | 154 | | |
aarch64-features-sve.aarch64-latest.xml | 114 | 114 | 15 | 415 | 15 | 415 | 13 | 387 | 13 | 387 | | |
xml2vmx-svga.xml | 115 | 115 | 5 | 122 | 5 | 122 | 5 | 117 | 5 | 117 | | |
virtio-rng-random.x86_64-latest.xml | 115 | 115 | 19 | 513 | 19 | 513 | 17 | 481 | 17 | 481 | | |
virtio-rng-egd.x86_64-latest.xml | 115 | 115 | 20 | 537 | 20 | 537 | 18 | 499 | 18 | 499 | | |
virtio-rng-builtin.x86_64-latest.xml | 115 | 115 | 19 | 487 | 19 | 487 | 16 | 461 | 16 | 461 | | |
virtio-options-video-packed.xml | 115 | 115 | 18 | 470 | 18 | 470 | 15 | 421 | 15 | 421 | | |
virtio-options-video-iommu.xml | 115 | 115 | 18 | 470 | 18 | 470 | 15 | 421 | 15 | 421 | | |
virtio-options-video-ats.xml | 115 | 115 | 18 | 470 | 18 | 470 | 15 | 421 | 15 | 421 | | |
virtio-options-controller-iommu.xml | 115 | 115 | 23 | 532 | 23 | 532 | 19 | 525 | 19 | 525 | | |
video-qxl-sec-device-vram64.xml | 115 | 115 | 11 | 294 | 11 | 294 | 10 | 275 | 10 | 275 | | |
usb-redir-filter.xml | 115 | 115 | 26 | 617 | 26 | 617 | 22 | 587 | 22 | 587 | | |
usb-redir-boot.xml | 115 | 115 | 24 | 588 | 24 | 588 | 20 | 557 | 20 | 557 | | |
usb-none.xml | 115 | 115 | 8 | 199 | 8 | 199 | 7 | 189 | 7 | 189 | | |
usb-none-usbtablet.xml | 115 | 115 | 10 | 267 | 10 | 267 | 9 | 247 | 9 | 247 | | |
usb-controller-piix3.xml | 115 | 115 | 8 | 199 | 8 | 199 | 7 | 189 | 7 | 189 | | |
usb-controller-nec-xhci-limit.xml | 115 | 115 | 8 | 203 | 8 | 203 | 7 | 191 | 7 | 191 | | |
usb-controller-default-isapc.xml | 115 | 115 | 7 | 194 | 7 | 194 | 6 | 184 | 6 | 184 | | |
smbios.x86_64-latest.xml | 115 | 115 | 38 | 1022 | 38 | 1022 | 33 | 972 | 33 | 972 | | |
s390-defaultconsole.xml | 115 | 115 | 9 | 237 | 9 | 237 | 8 | 221 | 8 | 221 | | |
qemumemlock-pseries-hardlimit.xml | 115 | 115 | 6 | 145 | 6 | 145 | 5 | 135 | 5 | 135 | | |
qemumemlock-pc-hardlimit.xml | 115 | 115 | 6 | 145 | 6 | 145 | 5 | 135 | 5 | 135 | | |
qemuhotplug-graphics-spice.xml | 115 | 115 | 39 | 1016 | 39 | 1016 | 34 | 937 | 34 | 937 | | |
qemuhotplug-graphics-spice-listen-networ | 115 | 115 | 41 | 1047 | 41 | 1047 | 35 | 955 | 35 | 955 | | |
qemuhotplug-graphics-spice+graphics-spic | 115 | 115 | 39 | 1016 | 39 | 1016 | 34 | 937 | 34 | 937 | | |
qemuhotplug-base-with-scsi-controller-li | 115 | 115 | 31 | 781 | 31 | 781 | 27 | 750 | 27 | 750 | | |
qemuhotplug-base-live.xml | 115 | 115 | 28 | 704 | 28 | 704 | 24 | 672 | 24 | 672 | | |
qemuhotplug-base-live+qemu-agent-detach. | 115 | 115 | 29 | 741 | 29 | 741 | 25 | 709 | 25 | 709 | | |
qemuhotplug-base-live+ivshmem-plain-deta | 115 | 115 | 28 | 704 | 28 | 704 | 24 | 672 | 24 | 672 | | |
qemuhotplug-base-ccw-live-with-ccw-virti | 115 | 115 | 28 | 727 | 28 | 727 | 24 | 685 | 24 | 685 | | |
qemuhotplug-base-ccw-live-with-2-ccw-vir | 115 | 115 | 29 | 741 | 29 | 741 | 25 | 695 | 25 | 695 | | |
qemuhotplug-base-ccw-live+ccw-virtio.xml | 115 | 115 | 29 | 741 | 29 | 741 | 25 | 695 | 25 | 695 | | |
qemuhotplug-base+qemu-agent.xml | 115 | 115 | 29 | 742 | 29 | 742 | 26 | 710 | 26 | 710 | | |
qemuhotplug-base+qemu-agent-detach.xml | 115 | 115 | 29 | 741 | 29 | 741 | 25 | 709 | 25 | 709 | | |
q35-usb2-reorder.x86_64-latest.xml | 115 | 115 | 62 | 1462 | 62 | 1462 | 53 | 1413 | 53 | 1413 | | |
q35-usb2-multi.x86_64-latest.xml | 115 | 115 | 62 | 1462 | 62 | 1462 | 53 | 1413 | 53 | 1413 | | |
ppc64-usb-controller.ppc64-latest.xml | 115 | 115 | 18 | 461 | 18 | 461 | 15 | 427 | 15 | 427 | | |
ppc64-usb-controller-legacy.ppc64-latest | 115 | 115 | 18 | 461 | 18 | 461 | 15 | 427 | 15 | 427 | | |
pci-root-nonzero-index.xml | 115 | 115 | 7 | 178 | 7 | 178 | 6 | 168 | 6 | 168 | | |
pci-rom.x86_64-latest.xml | 115 | 115 | 39 | 941 | 39 | 941 | 34 | 924 | 34 | 924 | | |
pci-autoadd-addr.xml | 115 | 115 | 23 | 569 | 23 | 569 | 20 | 545 | 20 | 545 | | |
numavcpus-topology-mismatch.x86_64-lates | 115 | 115 | 20 | 540 | 20 | 540 | 17 | 504 | 17 | 504 | | |
numatune-system-memory.xml | 115 | 115 | 11 | 290 | 11 | 290 | 9 | 270 | 9 | 270 | | |
numatune-static-nodeset-exceed-hostnode. | 115 | 115 | 17 | 435 | 17 | 435 | 15 | 407 | 15 | 407 | | |
numatune-no-vcpu.xml | 115 | 115 | 24 | 610 | 24 | 610 | 21 | 572 | 21 | 572 | | |
numatune-no-vcpu.x86_64-latest.xml | 115 | 115 | 24 | 610 | 24 | 610 | 21 | 572 | 21 | 572 | | |
numatune-memnode-no-memory.x86_64-latest | 115 | 115 | 20 | 517 | 20 | 517 | 17 | 484 | 17 | 484 | | |
numatune-auto-prefer.xml | 115 | 115 | 13 | 332 | 13 | 332 | 11 | 309 | 11 | 309 | | |
numatune-auto-prefer.x86_64-latest.xml | 115 | 115 | 19 | 493 | 19 | 493 | 16 | 458 | 16 | 458 | | |
memorybacking-unset.x86_64-latest.xml | 115 | 115 | 18 | 481 | 18 | 481 | 16 | 450 | 16 | 450 | | |
memorybacking-set.x86_64-latest.xml | 115 | 115 | 18 | 481 | 18 | 481 | 16 | 450 | 16 | 450 | | |
memory-hotplug-virtio-pmem.xml | 115 | 115 | 30 | 759 | 30 | 759 | 26 | 718 | 26 | 718 | | |
memory-hotplug-virtio-pmem.x86_64-latest | 115 | 115 | 30 | 759 | 30 | 759 | 26 | 718 | 26 | 718 | | |
memory-hotplug-virtio-mem.xml | 115 | 115 | 38 | 1002 | 38 | 1002 | 33 | 950 | 33 | 950 | | |
memory-hotplug-virtio-mem.x86_64-latest. | 115 | 115 | 38 | 1002 | 38 | 1002 | 33 | 950 | 33 | 950 | | |
memory-hotplug-ppc64-nonuma.xml | 115 | 115 | 17 | 462 | 17 | 462 | 15 | 428 | 15 | 428 | | |
memory-hotplug-ppc64-nonuma-abi-update.x | 115 | 115 | 17 | 462 | 17 | 462 | 15 | 428 | 15 | 428 | | |
memory-hotplug-ppc64-nonuma-abi-update.p | 115 | 115 | 20 | 561 | 20 | 561 | 17 | 514 | 17 | 514 | | |
memory-hotplug-nvdimm-readonly.xml | 115 | 115 | 31 | 805 | 31 | 805 | 27 | 750 | 27 | 750 | | |
memory-hotplug-nvdimm-readonly.x86_64-la | 115 | 115 | 31 | 805 | 31 | 805 | 27 | 750 | 27 | 750 | | |
memory-hotplug-nvdimm-label.xml | 115 | 115 | 32 | 824 | 32 | 824 | 27 | 764 | 27 | 764 | | |
memory-hotplug-nvdimm-label.x86_64-lates | 115 | 115 | 32 | 824 | 32 | 824 | 27 | 764 | 27 | 764 | | |
machine-loadparm-net-s390.xml | 115 | 115 | 12 | 302 | 12 | 302 | 10 | 279 | 10 | 279 | | |
hugepages-numa-nodeset.xml | 115 | 115 | 21 | 566 | 21 | 566 | 19 | 528 | 19 | 528 | | |
hugepages-numa-nodeset.x86_64-latest.xml | 115 | 115 | 21 | 566 | 21 | 566 | 19 | 528 | 19 | 528 | | |
hugepages-numa-nodeset-nonexist.xml | 115 | 115 | 20 | 517 | 20 | 517 | 17 | 488 | 17 | 488 | | |
hugepages-default-1G-nodeset-2M.xml | 115 | 115 | 15 | 397 | 15 | 397 | 13 | 375 | 13 | 375 | | |
hostdev-vfio.x86_64-latest.xml | 115 | 115 | 27 | 671 | 27 | 671 | 23 | 648 | 23 | 648 | | |
hostdev-scsi-vhost-scsi-ccw.xml | 115 | 115 | 16 | 431 | 16 | 431 | 14 | 396 | 14 | 396 | | |
hostdev-scsi-shareable.x86_64-latest.xml | 115 | 115 | 30 | 723 | 30 | 723 | 26 | 691 | 26 | 691 | | |
hostdev-scsi-large-unit.x86_64-latest.xm | 115 | 115 | 29 | 717 | 29 | 717 | 25 | 686 | 25 | 686 | | |
hostdev-mdev-precreated.xml | 115 | 115 | 13 | 335 | 13 | 335 | 11 | 316 | 11 | 316 | | |
hostdev-mdev-display-missing-graphics.xm | 115 | 115 | 13 | 339 | 13 | 339 | 11 | 320 | 11 | 320 | | |
fd-memory-numa-topology4.xml | 115 | 115 | 19 | 495 | 19 | 495 | 16 | 461 | 16 | 461 | | |
fd-memory-numa-topology4.x86_64-latest.x | 115 | 115 | 19 | 495 | 19 | 495 | 16 | 461 | 16 | 461 | | |
fd-memory-no-numa-topology.xml | 115 | 115 | 19 | 500 | 19 | 500 | 16 | 468 | 16 | 468 | | |
fd-memory-no-numa-topology.x86_64-latest | 115 | 115 | 19 | 500 | 19 | 500 | 16 | 468 | 16 | 468 | | |
cpu-numa2.x86_64-latest.xml | 115 | 115 | 19 | 511 | 19 | 511 | 17 | 477 | 17 | 477 | | |
cpu-numa1.x86_64-latest.xml | 115 | 115 | 19 | 511 | 19 | 511 | 17 | 477 | 17 | 477 | | |
cpu-numa-no-memory-element.x86_64-latest | 115 | 115 | 19 | 511 | 19 | 511 | 17 | 477 | 17 | 477 | | |
cpu-numa-disordered.x86_64-latest.xml | 115 | 115 | 21 | 536 | 21 | 536 | 18 | 502 | 18 | 501 | | |
cpu-numa-disjoint.x86_64-latest.xml | 115 | 115 | 19 | 511 | 19 | 511 | 17 | 477 | 17 | 477 | | |
cpu-host-model-tcg.xml | 115 | 115 | 9 | 247 | 9 | 247 | 8 | 227 | 8 | 227 | | |
cpu-host-model-kvm.xml | 115 | 115 | 9 | 247 | 9 | 247 | 8 | 227 | 8 | 227 | | |
chardev-udp-multiple-source.xml | 115 | 115 | 13 | 346 | 13 | 346 | 11 | 313 | 11 | 313 | | |
chardev-tcp-multiple-source.xml | 115 | 115 | 12 | 334 | 12 | 334 | 11 | 305 | 11 | 305 | | |
chardev-tcp-missing-service.xml | 115 | 115 | 11 | 307 | 11 | 307 | 10 | 284 | 10 | 284 | | |
chardev-tcp-missing-host.xml | 115 | 115 | 11 | 307 | 11 | 307 | 10 | 284 | 10 | 284 | | |
chardev-reconnect-missing-timeout.xml | 115 | 115 | 12 | 315 | 12 | 315 | 10 | 290 | 10 | 290 | | |
chardev-reconnect-invalid-timeout.xml | 115 | 115 | 11 | 281 | 11 | 281 | 9 | 265 | 9 | 265 | | |
chardev-reconnect-invalid-mode.xml | 115 | 115 | 12 | 320 | 12 | 320 | 10 | 293 | 10 | 293 | | |
bhyveargv2xml-virtio-net4.xml | 115 | 115 | 11 | 271 | 11 | 271 | 9 | 260 | 9 | 260 | | |
balloon-device-period.xml | 115 | 115 | 12 | 315 | 12 | 315 | 11 | 298 | 11 | 298 | | |
autoindex.x86_64-latest.xml | 115 | 115 | 108 | 2517 | 108 | 2518 | 93 | 2438 | 93 | 2438 | | |
aarch64-usb-controller.xml | 115 | 115 | 13 | 303 | 13 | 303 | 11 | 300 | 11 | 300 | | |
aarch64-features-sve.xml | 115 | 115 | 9 | 254 | 9 | 254 | 8 | 242 | 8 | 242 | | |
watchdog-q35-multiple.x86_64-latest.xml | 116 | 116 | 33 | 798 | 33 | 798 | 28 | 758 | 28 | 758 | | |
virtio-transitional.x86_64-latest.xml | 116 | 116 | 52 | 1251 | 52 | 1251 | 44 | 1198 | 44 | 1198 | | |
virtio-rng-multiple.xml | 116 | 116 | 15 | 401 | 15 | 401 | 13 | 370 | 13 | 370 | | |
virtio-options-controller-packed.xml | 116 | 116 | 23 | 532 | 23 | 532 | 19 | 517 | 19 | 517 | | |
virtio-options-controller-ats.xml | 116 | 116 | 23 | 532 | 23 | 532 | 19 | 517 | 19 | 517 | | |
virtio-non-transitional.x86_64-latest.xm | 116 | 116 | 76 | 1831 | 76 | 1831 | 65 | 1748 | 65 | 1748 | | |
vhost-user-fs-fd-memory.xml | 116 | 116 | 24 | 655 | 24 | 655 | 21 | 600 | 21 | 600 | | |
vhost-user-fs-fd-memory.x86_64-latest.xm | 116 | 116 | 24 | 655 | 24 | 655 | 21 | 600 | 21 | 600 | | |
usb-none-other.xml | 116 | 116 | 10 | 250 | 10 | 250 | 9 | 240 | 9 | 240 | | |
tpm-passthrough.xml | 116 | 116 | 19 | 506 | 19 | 506 | 16 | 471 | 16 | 471 | | |
tpm-passthrough.x86_64-latest.xml | 116 | 116 | 19 | 506 | 19 | 506 | 16 | 471 | 16 | 471 | | |
tpm-passthrough-crb.xml | 116 | 116 | 19 | 506 | 19 | 506 | 16 | 471 | 16 | 471 | | |
tpm-passthrough-crb.x86_64-latest.xml | 116 | 116 | 19 | 506 | 19 | 506 | 16 | 471 | 16 | 471 | | |
tpm-no-backend-invalid.xml | 116 | 116 | 12 | 311 | 12 | 311 | 10 | 290 | 10 | 290 | | |
tpm-emulator-tpm2.xml | 116 | 116 | 20 | 535 | 20 | 535 | 17 | 498 | 17 | 498 | | |
tpm-emulator-tpm2.x86_64-latest.xml | 116 | 116 | 20 | 535 | 20 | 535 | 17 | 498 | 17 | 498 | | |
tpm-emulator-tpm2-pstate.xml | 116 | 116 | 19 | 501 | 19 | 501 | 16 | 468 | 16 | 468 | | |
tpm-emulator-tpm2-pstate.x86_64-latest.x | 116 | 116 | 19 | 501 | 19 | 501 | 16 | 468 | 16 | 468 | | |
test-fullvirt-cpuid.xml | 116 | 116 | 18 | 478 | 18 | 478 | 15 | 446 | 15 | 446 | | |
smbios-type-fwcfg.xml | 116 | 116 | 35 | 916 | 35 | 916 | 30 | 870 | 30 | 870 | | |
smbios-type-fwcfg.x86_64-latest.xml | 116 | 116 | 35 | 916 | 35 | 916 | 30 | 870 | 30 | 870 | | |
smbios-multiple-type2.xml | 116 | 116 | 30 | 809 | 30 | 808 | 25 | 765 | 25 | 765 | | |
sharedfolder.xml | 116 | 116 | 10 | 260 | 10 | 260 | 8 | 241 | 8 | 241 | | |
serial-debugcon.xml | 116 | 116 | 10 | 256 | 10 | 256 | 8 | 235 | 8 | 235 | | |
seclabel-dynamic-none-relabel.xml | 116 | 116 | 28 | 690 | 28 | 690 | 24 | 658 | 24 | 658 | | |
s390-default-cpu-tcg-ccw-virtio-4.2.s390 | 116 | 116 | 13 | 345 | 13 | 345 | 11 | 309 | 11 | 309 | | |
s390-default-cpu-tcg-ccw-virtio-2.7.s390 | 116 | 116 | 13 | 345 | 13 | 345 | 11 | 309 | 11 | 309 | | |
s390-default-cpu-kvm-ccw-virtio-4.2.s390 | 116 | 116 | 12 | 321 | 12 | 321 | 10 | 290 | 10 | 290 | | |
s390-default-cpu-kvm-ccw-virtio-2.7.s390 | 116 | 116 | 12 | 321 | 12 | 321 | 10 | 290 | 10 | 290 | | |
riscv64-virt.riscv64-latest.xml | 116 | 116 | 30 | 741 | 30 | 741 | 25 | 705 | 25 | 705 | | |
qemuhotplug-pseries-base-live.xml | 116 | 116 | 23 | 619 | 23 | 619 | 20 | 566 | 20 | 566 | | |
qemuhotplug-base-without-scsi-controller | 116 | 116 | 37 | 922 | 37 | 922 | 32 | 884 | 32 | 884 | | |
qemuhotplug-base-live+qemu-agent.xml | 116 | 116 | 31 | 789 | 31 | 789 | 27 | 748 | 27 | 748 | | |
qemuhotplug-base-live+interface-vdpa.xml | 116 | 116 | 32 | 800 | 32 | 800 | 27 | 771 | 27 | 771 | | |
qemuhotplug-base-live+guestfwd.xml | 116 | 116 | 30 | 774 | 30 | 774 | 26 | 737 | 26 | 737 | | |
qemuhotplug-base-live+disk-scsi-wwn.xml | 116 | 116 | 33 | 805 | 33 | 805 | 28 | 774 | 28 | 774 | | |
qemuhotplug-base-ccw-live-with-ccw-virti | 116 | 116 | 34 | 868 | 34 | 868 | 29 | 816 | 29 | 816 | | |
qemuhotplug-base-ccw-live-with-ccw-virti | 116 | 116 | 34 | 868 | 34 | 868 | 29 | 816 | 29 | 816 | | |
pv-spinlock-enabled.x86_64-latest.xml | 116 | 116 | 18 | 469 | 18 | 469 | 15 | 438 | 15 | 438 | | |
pv-spinlock-disabled.x86_64-latest.xml | 116 | 116 | 18 | 469 | 18 | 469 | 15 | 438 | 15 | 438 | | |
pseries-default-phb-numa-node.xml | 116 | 116 | 12 | 315 | 12 | 315 | 11 | 294 | 11 | 294 | | |
ppce500-serial.xml | 116 | 116 | 11 | 307 | 11 | 307 | 10 | 289 | 10 | 289 | | |
ppc-dtb.xml | 116 | 116 | 12 | 318 | 12 | 318 | 10 | 298 | 10 | 298 | | |
pmu-feature.xml | 116 | 116 | 11 | 289 | 11 | 289 | 10 | 270 | 10 | 270 | | |
pcihole64-gib.xml | 116 | 116 | 11 | 288 | 11 | 288 | 9 | 263 | 9 | 263 | | |
pcie-expander-bus-aarch64.aarch64-latest | 116 | 116 | 15 | 405 | 15 | 405 | 13 | 370 | 13 | 370 | | |
pages-discard.xml | 116 | 116 | 20 | 526 | 20 | 526 | 17 | 484 | 17 | 484 | | |
pages-discard.x86_64-latest.xml | 116 | 116 | 20 | 526 | 20 | 526 | 17 | 484 | 17 | 484 | | |
pages-discard-hugepages.xml | 116 | 116 | 19 | 487 | 19 | 487 | 16 | 445 | 16 | 445 | | |
pages-discard-hugepages.x86_64-latest.xm | 116 | 116 | 19 | 487 | 19 | 487 | 16 | 445 | 16 | 445 | | |
pages-dimm-discard.xml | 116 | 116 | 23 | 648 | 23 | 648 | 20 | 592 | 20 | 592 | | |
pages-dimm-discard.x86_64-latest.xml | 116 | 116 | 23 | 648 | 23 | 648 | 20 | 592 | 20 | 592 | | |
numatune-memnode-unavailable-strict.xml | 116 | 116 | 9 | 243 | 9 | 243 | 8 | 231 | 8 | 231 | | |
numatune-memnode-unavailable-restrictive | 116 | 116 | 9 | 243 | 9 | 243 | 8 | 231 | 8 | 231 | | |
numatune-hmat.xml | 116 | 116 | 31 | 777 | 31 | 777 | 26 | 692 | 26 | 692 | | |
numatune-hmat.x86_64-latest.xml | 116 | 116 | 31 | 777 | 31 | 777 | 26 | 692 | 26 | 692 | | |
numatune-hmat-none.xml | 116 | 116 | 29 | 740 | 29 | 740 | 25 | 662 | 25 | 662 | | |
numatune-hmat-none.x86_64-latest.xml | 116 | 116 | 31 | 777 | 31 | 777 | 26 | 692 | 26 | 692 | | |
net-user-passt.xml | 116 | 116 | 33 | 827 | 33 | 827 | 28 | 785 | 28 | 785 | | |
net-user-passt.x86_64-latest.xml | 116 | 116 | 34 | 871 | 34 | 871 | 29 | 819 | 29 | 819 | | |
memory-hotplug-ppc64-nonuma.ppc64-latest | 116 | 116 | 18 | 506 | 18 | 506 | 16 | 462 | 16 | 462 | | |
memory-hotplug-nvdimm.xml | 116 | 116 | 31 | 793 | 31 | 793 | 26 | 740 | 26 | 740 | | |
memory-hotplug-nvdimm.x86_64-latest.xml | 116 | 116 | 31 | 793 | 31 | 793 | 26 | 740 | 26 | 740 | | |
memory-hotplug-nvdimm-pmem.xml | 116 | 116 | 31 | 805 | 31 | 805 | 27 | 749 | 27 | 749 | | |
memory-hotplug-nvdimm-pmem.x86_64-latest | 116 | 116 | 31 | 805 | 31 | 805 | 27 | 749 | 27 | 749 | | |
memory-hotplug-nvdimm-align.xml | 116 | 116 | 31 | 814 | 31 | 814 | 27 | 754 | 27 | 754 | | |
memory-hotplug-nvdimm-align.x86_64-lates | 116 | 116 | 31 | 814 | 31 | 814 | 27 | 754 | 27 | 754 | | |
memory-hotplug-nvdimm-access.xml | 116 | 116 | 31 | 798 | 31 | 798 | 27 | 743 | 27 | 743 | | |
memory-hotplug-nvdimm-access.x86_64-late | 116 | 116 | 31 | 798 | 31 | 798 | 27 | 743 | 27 | 743 | | |
memory-hotplug-multiple.xml | 116 | 116 | 43 | 1148 | 43 | 1148 | 37 | 1085 | 37 | 1085 | | |
memory-hotplug-multiple.x86_64-latest.xm | 116 | 116 | 44 | 1163 | 44 | 1163 | 38 | 1100 | 38 | 1100 | | |
memory-hotplug-dimm.x86_64-latest.xml | 116 | 116 | 34 | 878 | 34 | 878 | 29 | 816 | 29 | 816 | | |
memory-hotplug-dimm-addr.x86_64-latest.x | 116 | 116 | 32 | 834 | 32 | 834 | 27 | 782 | 27 | 782 | | |
machine-loadparm-s390.xml | 116 | 116 | 12 | 312 | 12 | 312 | 11 | 287 | 11 | 287 | | |
machine-loadparm-s390-len-invalid.xml | 116 | 116 | 12 | 314 | 12 | 314 | 11 | 288 | 11 | 288 | | |
machine-loadparm-s390-char-invalid.xml | 116 | 116 | 12 | 314 | 12 | 314 | 11 | 288 | 11 | 288 | | |
mach-virt-serial-usb.aarch64-latest.xml | 116 | 116 | 23 | 593 | 23 | 593 | 20 | 548 | 20 | 548 | | |
lxc-inituser.xml | 116 | 116 | 12 | 338 | 12 | 338 | 11 | 311 | 11 | 311 | | |
launch-security-s390-pv.xml | 116 | 116 | 15 | 394 | 15 | 394 | 13 | 364 | 13 | 364 | | |
hyperv-stimer-direct.xml | 116 | 116 | 15 | 390 | 15 | 390 | 12 | 364 | 12 | 364 | | |
hugepages-numa-nodeset-part.xml | 116 | 116 | 19 | 499 | 19 | 499 | 16 | 462 | 16 | 462 | | |
hugepages-numa-nodeset-part.x86_64-lates | 116 | 116 | 19 | 499 | 19 | 499 | 16 | 462 | 16 | 462 | | |
hugepages-numa-default-2M.xml | 116 | 116 | 19 | 496 | 19 | 496 | 16 | 459 | 16 | 459 | | |
hugepages-numa-default-2M.x86_64-latest. | 116 | 116 | 19 | 496 | 19 | 496 | 16 | 459 | 16 | 459 | | |
hugepages-nodeset-nonexist.xml | 116 | 116 | 15 | 380 | 15 | 380 | 13 | 357 | 13 | 357 | | |
hugepages-memaccess-invalid.xml | 116 | 116 | 23 | 578 | 23 | 578 | 20 | 543 | 20 | 543 | | |
hostdev-scsi-vhost-scsi-pci.xml | 116 | 116 | 24 | 588 | 24 | 588 | 21 | 567 | 21 | 567 | | |
hostdev-scsi-vhost-scsi-pci.x86_64-lates | 116 | 116 | 29 | 696 | 29 | 696 | 24 | 668 | 24 | 668 | | |
hostdev-scsi-vhost-scsi-pci-boot-fail.xm | 116 | 116 | 24 | 586 | 24 | 586 | 21 | 565 | 21 | 565 | | |
hostdev-scsi-duplicate.xml | 116 | 116 | 21 | 515 | 21 | 515 | 18 | 482 | 18 | 482 | | |
hostdev-pci-address.x86_64-latest.xml | 116 | 116 | 26 | 629 | 26 | 629 | 22 | 604 | 22 | 604 | | |
hostdev-mdev-display.xml | 116 | 116 | 15 | 378 | 15 | 378 | 13 | 359 | 13 | 359 | | |
hostdev-mdev-display-vnc.xml | 116 | 116 | 15 | 382 | 15 | 382 | 13 | 361 | 13 | 361 | | |
hostdev-mdev-display-vnc-egl-headless.xm | 116 | 116 | 16 | 394 | 16 | 394 | 13 | 374 | 13 | 374 | | |
hostdev-mdev-display-spice-egl-headless. | 116 | 116 | 16 | 394 | 16 | 394 | 13 | 374 | 13 | 374 | | |
graphics-spice.x86_64-latest.xml | 116 | 116 | 31 | 794 | 31 | 794 | 26 | 723 | 26 | 723 | | |
graphics-spice-egl-headless.x86_64-lates | 116 | 116 | 24 | 606 | 24 | 606 | 21 | 571 | 21 | 571 | | |
graphics-spice-compression.x86_64-latest | 116 | 116 | 29 | 728 | 29 | 728 | 25 | 673 | 25 | 673 | | |
firmware-manual-efi-stateless.xml | 116 | 116 | 8 | 210 | 8 | 210 | 7 | 199 | 7 | 199 | | |
firmware-manual-efi-secboot.xml | 116 | 116 | 9 | 241 | 9 | 241 | 8 | 228 | 8 | 228 | | |
firmware-manual-efi-secboot-legacy-paths | 116 | 116 | 9 | 237 | 9 | 237 | 8 | 224 | 8 | 224 | | |
firmware-manual-efi-rw-modern-paths.xml | 116 | 116 | 8 | 205 | 8 | 205 | 7 | 196 | 7 | 196 | | |
firmware-manual-efi-nvram-template-state | 116 | 116 | 9 | 224 | 9 | 224 | 8 | 212 | 8 | 212 | | |
firmware-manual-efi-noacpi-q35.xml | 116 | 116 | 8 | 201 | 8 | 201 | 7 | 191 | 7 | 191 | | |
firmware-manual-efi-noacpi-aarch64.xml | 116 | 116 | 8 | 201 | 8 | 201 | 7 | 191 | 7 | 191 | | |
firmware-manual-efi-no-secboot.xml | 116 | 116 | 9 | 223 | 9 | 223 | 7 | 213 | 7 | 213 | | |
firmware-manual-efi-no-enrolled-keys.xml | 116 | 116 | 9 | 241 | 9 | 241 | 8 | 228 | 8 | 228 | | |
firmware-manual-efi-no-enrolled-keys-leg | 116 | 116 | 9 | 237 | 9 | 237 | 8 | 224 | 8 | 224 | | |
firmware-manual-efi-loader-secure.xml | 116 | 116 | 9 | 236 | 9 | 236 | 8 | 223 | 8 | 223 | | |
firmware-manual-efi-features.xml | 116 | 116 | 9 | 233 | 9 | 233 | 8 | 218 | 8 | 218 | | |
firmware-manual-bios.xml | 116 | 116 | 7 | 178 | 7 | 178 | 6 | 169 | 6 | 169 | | |
firmware-manual-bios-stateless.xml | 116 | 116 | 7 | 183 | 7 | 183 | 6 | 172 | 6 | 172 | | |
firmware-manual-bios-not-stateless.xml | 116 | 116 | 7 | 183 | 7 | 183 | 6 | 172 | 6 | 172 | | |
default-video-type-riscv64.riscv64-lates | 116 | 116 | 21 | 533 | 21 | 533 | 18 | 496 | 18 | 496 | | |
default-video-type-aarch64.aarch64-lates | 116 | 116 | 22 | 564 | 22 | 564 | 19 | 524 | 19 | 524 | | |
cpu-numa-memshared.xml | 116 | 116 | 16 | 409 | 16 | 409 | 14 | 377 | 14 | 377 | | |
cpu-kvmclock.x86_64-latest.xml | 116 | 116 | 17 | 452 | 17 | 452 | 15 | 421 | 15 | 421 | | |
cpu-host-kvmclock.x86_64-latest.xml | 116 | 116 | 17 | 433 | 17 | 433 | 14 | 405 | 14 | 405 | | |
cpu-Icelake-Server-pconfig.x86_64-latest | 116 | 116 | 17 | 450 | 17 | 450 | 15 | 419 | 15 | 419 | | |
controller-usb-order.x86_64-latest.xml | 116 | 116 | 23 | 588 | 23 | 588 | 20 | 550 | 20 | 550 | | |
chardev-unix-rng-missing-path.xml | 116 | 116 | 11 | 293 | 11 | 293 | 9 | 271 | 9 | 271 | | |
chardev-udp-missing-connect-service.xml | 116 | 116 | 11 | 295 | 11 | 295 | 9 | 274 | 9 | 274 | | |
bhyveargv2xml-virtio-net.xml | 116 | 116 | 15 | 367 | 15 | 367 | 13 | 358 | 13 | 358 | | |
bhyveargv2xml-e1000.xml | 116 | 116 | 15 | 367 | 15 | 367 | 13 | 358 | 13 | 358 | | |
balloon-device.xml | 116 | 116 | 12 | 303 | 12 | 303 | 10 | 286 | 10 | 286 | | |
balloon-device-deflate.xml | 116 | 116 | 12 | 308 | 12 | 308 | 10 | 289 | 10 | 289 | | |
balloon-device-deflate-off.xml | 116 | 116 | 12 | 308 | 12 | 308 | 10 | 289 | 10 | 289 | | |
aarch64-virtio-pci-default.aarch64-lates | 116 | 116 | 52 | 1297 | 52 | 1297 | 45 | 1240 | 45 | 1240 | | |
aarch64-video-default.aarch64-latest.xml | 116 | 116 | 22 | 570 | 22 | 570 | 19 | 525 | 19 | 525 | | |
aarch64-usb-controller.aarch64-latest.xm | 116 | 116 | 19 | 485 | 19 | 485 | 17 | 459 | 17 | 459 | | |
aarch64-traditional-pci.aarch64-latest.x | 116 | 116 | 25 | 633 | 25 | 633 | 21 | 579 | 21 | 579 | | |
aarch64-tpm.aarch64-latest.xml | 116 | 116 | 13 | 344 | 13 | 344 | 11 | 314 | 11 | 314 | | |
aarch64-pci-serial.aarch64-latest.xml | 116 | 116 | 25 | 636 | 25 | 636 | 21 | 584 | 21 | 584 | | |
xml2vmx-graphics-vnc.xml | 117 | 117 | 6 | 124 | 6 | 124 | 5 | 116 | 5 | 116 | | |
x86_64-default-cpu-tcg-q35-4.2.x86_64-la | 117 | 117 | 39 | 948 | 39 | 948 | 33 | 899 | 33 | 899 | | |
x86_64-default-cpu-tcg-features.xml | 117 | 117 | 32 | 795 | 32 | 795 | 27 | 744 | 27 | 744 | | |
x86_64-default-cpu-tcg-features.x86_64-l | 117 | 117 | 32 | 795 | 32 | 795 | 27 | 744 | 27 | 744 | | |
x86_64-default-cpu-kvm-q35-4.2.x86_64-la | 117 | 117 | 39 | 948 | 39 | 948 | 33 | 899 | 33 | 899 | | |
virtio-rng-egd-crash.xml | 117 | 117 | 12 | 330 | 12 | 330 | 11 | 304 | 11 | 304 | | |
virtio-options-net-iommu.xml | 117 | 117 | 19 | 445 | 19 | 445 | 16 | 436 | 16 | 436 | | |
virtio-options-disk-packed.xml | 117 | 117 | 20 | 485 | 20 | 485 | 17 | 468 | 17 | 468 | | |
virtio-options-disk-iommu.xml | 117 | 117 | 20 | 485 | 20 | 485 | 17 | 472 | 17 | 472 | | |
virtio-options-disk-ats.xml | 117 | 117 | 20 | 485 | 20 | 485 | 17 | 468 | 17 | 468 | | |
virtio-iommu-no-acpi.xml | 117 | 117 | 7 | 179 | 7 | 179 | 6 | 167 | 6 | 167 | | |
virtio-input-passthrough.x86_64-latest.x | 117 | 117 | 20 | 497 | 20 | 497 | 17 | 463 | 17 | 463 | | |
vhost-vsock-ccw.xml | 117 | 117 | 16 | 429 | 16 | 429 | 14 | 390 | 14 | 390 | | |
vhost-vsock-auto.xml | 117 | 117 | 19 | 475 | 19 | 474 | 16 | 450 | 16 | 450 | | |
vhost-user-fs-readonly.xml | 117 | 117 | 22 | 586 | 22 | 586 | 18 | 538 | 18 | 538 | | |
usb-none-hub.xml | 117 | 117 | 9 | 233 | 9 | 233 | 8 | 215 | 8 | 215 | | |
usb-hub-nonexistent.xml | 117 | 117 | 9 | 239 | 9 | 239 | 8 | 224 | 8 | 224 | | |
usb-controller-qemu-xhci.xml | 117 | 117 | 7 | 173 | 7 | 173 | 6 | 161 | 6 | 161 | | |
usb-controller-qemu-xhci-limit.xml | 117 | 117 | 7 | 174 | 7 | 174 | 6 | 162 | 6 | 162 | | |
usb-controller-piix3.x86_64-latest.xml | 117 | 117 | 17 | 432 | 17 | 432 | 14 | 401 | 14 | 401 | | |
usb-controller-default-unavailable-i440f | 117 | 117 | 16 | 427 | 16 | 427 | 14 | 396 | 14 | 396 | | |
usb-controller-default-i440fx.x86_64-lat | 117 | 117 | 17 | 432 | 17 | 432 | 14 | 401 | 14 | 401 | | |
tseg-explicit-size.x86_64-latest.xml | 117 | 117 | 32 | 785 | 32 | 785 | 27 | 734 | 27 | 734 | | |
tpm-emulator.xml | 117 | 117 | 19 | 496 | 19 | 496 | 16 | 463 | 16 | 463 | | |
tpm-emulator.x86_64-latest.xml | 117 | 117 | 19 | 496 | 19 | 496 | 16 | 463 | 16 | 463 | | |
tpm-emulator-tpm2-enc.xml | 117 | 117 | 19 | 511 | 19 | 511 | 17 | 476 | 17 | 476 | | |
tpm-emulator-tpm2-enc.x86_64-latest.xml | 117 | 117 | 19 | 511 | 19 | 511 | 17 | 476 | 17 | 476 | | |
test-fullvirt-type.xml | 117 | 117 | 13 | 341 | 13 | 341 | 11 | 314 | 11 | 314 | | |
smartcard-host.xml | 117 | 117 | 7 | 189 | 7 | 189 | 6 | 178 | 6 | 178 | | |
sgx-epc.xml | 117 | 117 | 33 | 861 | 33 | 861 | 28 | 801 | 28 | 801 | | |
sgx-epc.x86_64-7.0.0.xml | 117 | 117 | 33 | 861 | 33 | 861 | 28 | 801 | 28 | 801 | | |
serial-pipe.xml | 117 | 117 | 11 | 301 | 11 | 301 | 10 | 283 | 10 | 283 | | |
serial-pipe-server-vm.xml | 117 | 117 | 11 | 301 | 11 | 301 | 10 | 283 | 10 | 283 | | |
serial-pipe-server-app.xml | 117 | 117 | 11 | 301 | 11 | 301 | 10 | 283 | 10 | 283 | | |
serial-pipe-client-vm.xml | 117 | 117 | 11 | 301 | 11 | 301 | 10 | 283 | 10 | 283 | | |
serial-pipe-client-app.xml | 117 | 117 | 11 | 301 | 11 | 301 | 10 | 283 | 10 | 283 | | |
serial-network-server.xml | 117 | 117 | 13 | 347 | 13 | 347 | 11 | 315 | 11 | 315 | | |
serial-network-client.xml | 117 | 117 | 13 | 347 | 13 | 347 | 11 | 315 | 11 | 315 | | |
serial-file.xml | 117 | 117 | 12 | 301 | 12 | 301 | 10 | 283 | 10 | 283 | | |
seclabel-dynamic-none-relabel-inactive.x | 117 | 117 | 30 | 757 | 30 | 757 | 25 | 711 | 25 | 711 | | |
s390-panic-missing.xml | 117 | 117 | 10 | 268 | 10 | 268 | 9 | 243 | 9 | 243 | | |
riscv64-virt-pci.riscv64-latest.xml | 117 | 117 | 15 | 383 | 15 | 383 | 13 | 363 | 13 | 363 | | |
qemumemlock-pc-hostdev-nvme.xml | 117 | 117 | 12 | 296 | 12 | 296 | 10 | 280 | 10 | 280 | | |
qemuhotplug-disk-cdrom.xml | 117 | 117 | 30 | 750 | 30 | 750 | 26 | 713 | 26 | 713 | | |
qemuhotplug-disk-cdrom+disk-cdrom-nochan | 117 | 117 | 30 | 750 | 30 | 750 | 26 | 713 | 26 | 713 | | |
qemuhotplug-console-compat-2-live.xml | 117 | 117 | 66 | 1734 | 66 | 1734 | 57 | 1615 | 57 | 1615 | | |
qemuhotplug-console-compat-2-live+consol | 117 | 117 | 69 | 1794 | 69 | 1794 | 58 | 1675 | 58 | 1675 | | |
qemuhotplug-base-live+ivshmem-plain.xml | 117 | 117 | 31 | 793 | 31 | 793 | 26 | 735 | 26 | 735 | | |
qemuhotplug-base-live+ivshmem-doorbell-d | 117 | 117 | 31 | 793 | 31 | 793 | 26 | 735 | 26 | 735 | | |
qemuhotplug-base-live+disk-virtio.xml | 117 | 117 | 34 | 849 | 34 | 849 | 29 | 814 | 29 | 814 | | |
qemuhotplug-base-live+disk-usb.xml | 117 | 117 | 34 | 839 | 34 | 839 | 29 | 800 | 29 | 800 | | |
qemuhotplug-base-live+disk-scsi.xml | 117 | 117 | 34 | 845 | 34 | 845 | 29 | 806 | 29 | 806 | | |
qemuhotplug-base-live+disk-scsi-wwn+disk | 117 | 117 | 41 | 1005 | 41 | 1005 | 35 | 956 | 35 | 956 | | |
qemuhotplug-base-live+disk-scsi-multipat | 117 | 117 | 35 | 870 | 35 | 870 | 30 | 828 | 30 | 828 | | |
qemuhotplug-base-live+cdrom-usb.xml | 117 | 117 | 33 | 832 | 33 | 832 | 28 | 793 | 28 | 793 | | |
qemuhotplug-base-live+cdrom-scsi.xml | 117 | 117 | 34 | 838 | 34 | 838 | 29 | 799 | 29 | 799 | | |
qemuhotplug-base-ccw-live-with-2-ccw-vir | 117 | 117 | 35 | 882 | 35 | 882 | 30 | 826 | 30 | 826 | | |
qemuhotplug-base-ccw-live-with-2-ccw-vir | 117 | 117 | 32 | 804 | 32 | 804 | 27 | 762 | 27 | 762 | | |
q35.xml | 117 | 117 | 16 | 404 | 16 | 404 | 13 | 373 | 13 | 373 | | |
q35-usb2.x86_64-latest.xml | 117 | 117 | 40 | 975 | 40 | 975 | 34 | 922 | 34 | 922 | | |
q35-multifunction.x86_64-latest.xml | 117 | 117 | 84 | 1977 | 84 | 1977 | 71 | 1880 | 71 | 1880 | | |
q35-default-devices-only.x86_64-latest.x | 117 | 117 | 30 | 749 | 30 | 749 | 26 | 703 | 26 | 703 | | |
pseries-cpu-compat-power10.xml | 117 | 117 | 9 | 224 | 9 | 224 | 7 | 211 | 7 | 211 | | |
pcihole64.x86_64-latest.xml | 117 | 117 | 17 | 455 | 17 | 455 | 15 | 418 | 15 | 418 | | |
pcihole64-gib.x86_64-latest.xml | 117 | 117 | 17 | 455 | 17 | 455 | 15 | 418 | 15 | 418 | | |
pcie-switch-upstream-port.x86_64-latest. | 117 | 117 | 42 | 1014 | 42 | 1014 | 35 | 951 | 35 | 951 | | |
pcie-switch-downstream-port.x86_64-lates | 117 | 117 | 60 | 1416 | 60 | 1416 | 51 | 1334 | 51 | 1334 | | |
pcie-root-port-nohotplug.x86_64-latest.x | 117 | 117 | 47 | 1114 | 47 | 1114 | 40 | 1048 | 40 | 1048 | | |
pci-autoadd-idx.xml | 117 | 117 | 25 | 593 | 25 | 593 | 21 | 566 | 21 | 566 | | |
pci-autoadd-idx.x86_64-latest.xml | 117 | 117 | 55 | 1292 | 55 | 1292 | 47 | 1223 | 47 | 1223 | | |
pc-i440fx-acpi-root-hotplug-enable.xml | 117 | 117 | 17 | 445 | 17 | 445 | 15 | 413 | 15 | 413 | | |
pc-i440fx-acpi-root-hotplug-enable.x86_6 | 117 | 117 | 17 | 445 | 17 | 445 | 15 | 413 | 15 | 413 | | |
pc-i440fx-acpi-root-hotplug-disable.xml | 117 | 117 | 17 | 445 | 17 | 445 | 15 | 413 | 15 | 413 | | |
pc-i440fx-acpi-root-hotplug-disable.x86_ | 117 | 117 | 17 | 445 | 17 | 445 | 15 | 413 | 15 | 413 | | |
numatune-memory-invalid-nodeset.xml | 117 | 117 | 15 | 385 | 15 | 385 | 13 | 355 | 13 | 355 | | |
numatune-memnode-no-memory.xml | 117 | 117 | 15 | 405 | 15 | 405 | 13 | 374 | 13 | 374 | | |
numatune-auto-nodeset-invalid.xml | 117 | 117 | 15 | 390 | 15 | 390 | 13 | 358 | 13 | 358 | | |
numad.xml | 117 | 117 | 15 | 380 | 15 | 380 | 13 | 350 | 13 | 350 | | |
numad-static-memory-auto-vcpu.xml | 117 | 117 | 15 | 385 | 15 | 385 | 13 | 353 | 13 | 353 | | |
numad-auto-vcpu-static-numatune.xml | 117 | 117 | 15 | 378 | 15 | 378 | 13 | 350 | 13 | 350 | | |
numad-auto-vcpu-static-numatune-no-nodes | 117 | 117 | 15 | 380 | 15 | 380 | 13 | 350 | 13 | 350 | | |
numad-auto-memory-vcpu-no-cpuset-and-pla | 117 | 117 | 15 | 380 | 15 | 380 | 13 | 350 | 13 | 350 | | |
numad-auto-memory-vcpu-cpuset.xml | 117 | 117 | 15 | 385 | 15 | 385 | 13 | 353 | 13 | 353 | | |
net-user-slirp-portforward.xml | 117 | 117 | 9 | 221 | 9 | 221 | 7 | 213 | 7 | 213 | | |
memory-hotplug.x86_64-latest.xml | 117 | 117 | 26 | 655 | 26 | 655 | 22 | 617 | 22 | 617 | | |
memory-align-fail.xml | 117 | 117 | 14 | 375 | 14 | 375 | 12 | 346 | 12 | 346 | | |
machine-keywrap-none.xml | 117 | 117 | 12 | 319 | 12 | 319 | 10 | 297 | 10 | 297 | | |
machine-keywrap-none-caps.xml | 117 | 117 | 12 | 319 | 12 | 319 | 10 | 297 | 10 | 297 | | |
machine-aeskeywrap-on-caps.xml | 117 | 117 | 12 | 329 | 12 | 329 | 10 | 300 | 10 | 300 | | |
lxcconf2xml-vlannetwork.xml | 117 | 117 | 12 | 303 | 12 | 303 | 10 | 285 | 10 | 285 | | |
lxcconf2xml-cpusettune.xml | 117 | 117 | 12 | 305 | 12 | 305 | 10 | 281 | 10 | 281 | | |
lxc-initenv.xml | 117 | 117 | 12 | 333 | 12 | 333 | 10 | 305 | 10 | 305 | | |
lxc-initdir.xml | 117 | 117 | 12 | 327 | 12 | 327 | 10 | 302 | 10 | 302 | | |
launch-security-sev-direct.xml | 117 | 117 | 20 | 508 | 20 | 508 | 17 | 481 | 17 | 481 | | |
kvm-features.xml | 117 | 117 | 18 | 480 | 18 | 480 | 15 | 437 | 15 | 437 | | |
kvm-features.x86_64-latest.xml | 117 | 117 | 18 | 480 | 18 | 480 | 15 | 437 | 15 | 437 | | |
kvm-features-off.xml | 117 | 117 | 18 | 476 | 18 | 476 | 15 | 434 | 15 | 434 | | |
kvm-features-off.x86_64-latest.xml | 117 | 117 | 18 | 476 | 18 | 476 | 15 | 434 | 15 | 434 | | |
iommu-smmuv3.xml | 117 | 117 | 7 | 179 | 7 | 179 | 6 | 167 | 6 | 167 | | |
hyperv-stimer-direct.x86_64-latest.xml | 117 | 117 | 18 | 489 | 18 | 489 | 16 | 452 | 16 | 452 | | |
hugepages-nodeset.xml | 117 | 117 | 17 | 440 | 17 | 440 | 14 | 405 | 14 | 405 | | |
hugepages-nodeset.x86_64-latest.xml | 117 | 117 | 17 | 440 | 17 | 440 | 14 | 405 | 14 | 405 | | |
hugepages-memaccess3.xml | 117 | 117 | 17 | 447 | 17 | 447 | 14 | 411 | 14 | 411 | | |
hugepages-memaccess3.x86_64-latest.xml | 117 | 117 | 17 | 447 | 17 | 447 | 14 | 411 | 14 | 411 | | |
hugepages-default.xml | 117 | 117 | 20 | 499 | 20 | 499 | 17 | 469 | 17 | 469 | | |
hugepages-default.x86_64-latest.xml | 117 | 117 | 20 | 499 | 20 | 499 | 17 | 469 | 17 | 469 | | |
hugepages-default-system-size.xml | 117 | 117 | 17 | 439 | 17 | 439 | 14 | 403 | 14 | 403 | | |
hugepages-default-system-size.x86_64-lat | 117 | 117 | 17 | 439 | 17 | 439 | 14 | 403 | 14 | 403 | | |
hugepages-default-2M.xml | 117 | 117 | 17 | 440 | 17 | 440 | 14 | 405 | 14 | 405 | | |
hugepages-default-2M.x86_64-latest.xml | 117 | 117 | 17 | 440 | 17 | 440 | 14 | 405 | 14 | 405 | | |
hostdev-vfio-multidomain.xml | 117 | 117 | 18 | 431 | 18 | 431 | 15 | 407 | 15 | 407 | | |
hostdev-usb-duplicate.xml | 117 | 117 | 21 | 520 | 21 | 520 | 18 | 494 | 18 | 494 | | |
hostdev-scsi-vhost-scsi-ccw.s390x-latest | 117 | 117 | 21 | 554 | 21 | 554 | 18 | 502 | 18 | 502 | | |
hostdev-pci-duplicate.xml | 117 | 117 | 22 | 536 | 22 | 536 | 19 | 516 | 19 | 516 | | |
hostdev-mdev-display-spice-opengl.xml | 117 | 117 | 16 | 402 | 16 | 402 | 13 | 376 | 13 | 376 | | |
graphics-spice-qxl-vga.x86_64-latest.xml | 117 | 117 | 28 | 699 | 28 | 699 | 24 | 649 | 24 | 649 | | |
graphics-spice-gl-auto-rendernode.xml | 117 | 117 | 11 | 298 | 11 | 298 | 9 | 275 | 9 | 275 | | |
firmware-manual-noefi-noacpi-q35.xml | 117 | 117 | 7 | 166 | 7 | 166 | 6 | 157 | 6 | 157 | | |
firmware-manual-noefi-noacpi-aarch64.xml | 117 | 117 | 7 | 166 | 7 | 166 | 6 | 157 | 6 | 157 | | |
firmware-manual-efi.xml | 117 | 117 | 9 | 218 | 9 | 218 | 7 | 208 | 7 | 208 | | |
firmware-manual-efi-rw.xml | 117 | 117 | 8 | 205 | 8 | 205 | 7 | 196 | 7 | 196 | | |
firmware-manual-efi-rw-legacy-paths.xml | 117 | 117 | 8 | 205 | 8 | 205 | 7 | 196 | 7 | 196 | | |
firmware-manual-efi-rw-implicit.xml | 117 | 117 | 8 | 200 | 8 | 200 | 7 | 191 | 7 | 191 | | |
firmware-manual-efi-nvram-template.xml | 117 | 117 | 9 | 219 | 9 | 219 | 7 | 209 | 7 | 209 | | |
firmware-manual-efi-nvram-template-nonst | 117 | 117 | 9 | 219 | 9 | 219 | 7 | 209 | 7 | 209 | | |
firmware-manual-efi-noacpi-aarch64.aarch | 117 | 117 | 16 | 439 | 16 | 439 | 14 | 391 | 14 | 391 | | |
firmware-manual-efi-no-secboot-legacy-pa | 117 | 117 | 9 | 219 | 9 | 219 | 7 | 209 | 7 | 209 | | |
firmware-manual-efi-loader-path-nonstand | 117 | 117 | 9 | 219 | 9 | 219 | 7 | 209 | 7 | 209 | | |
firmware-manual-efi-loader-no-path.xml | 117 | 117 | 8 | 201 | 8 | 201 | 7 | 192 | 7 | 192 | | |
firmware-manual-efi-acpi-q35.xml | 117 | 117 | 9 | 218 | 9 | 218 | 7 | 208 | 7 | 208 | | |
firmware-manual-efi-acpi-aarch64.xml | 117 | 117 | 9 | 218 | 9 | 218 | 7 | 208 | 7 | 208 | | |
firmware-manual-efi-acpi-aarch64.aarch64 | 117 | 117 | 16 | 446 | 16 | 446 | 14 | 398 | 14 | 398 | | |
firmware-manual-efi-aarch64-legacy-paths | 117 | 117 | 9 | 219 | 9 | 219 | 7 | 209 | 7 | 209 | | |
firmware-manual-efi-aarch64-legacy-paths | 117 | 117 | 15 | 395 | 15 | 395 | 13 | 361 | 13 | 361 | | |
firmware-auto-efi-stateless.xml | 117 | 117 | 8 | 201 | 8 | 201 | 7 | 188 | 7 | 188 | | |
firmware-auto-efi-smm-off.xml | 117 | 117 | 8 | 201 | 8 | 201 | 7 | 187 | 7 | 187 | | |
firmware-auto-efi-secboot.xml | 117 | 117 | 8 | 216 | 8 | 216 | 7 | 199 | 7 | 199 | | |
firmware-auto-efi-rw.xml | 117 | 117 | 8 | 201 | 8 | 201 | 7 | 190 | 7 | 190 | | |
firmware-auto-efi-rw-abi-update.xml | 117 | 117 | 8 | 201 | 8 | 201 | 7 | 190 | 7 | 190 | | |
firmware-auto-efi-nvram-template-nonstan | 117 | 117 | 9 | 224 | 9 | 224 | 7 | 212 | 7 | 212 | | |
firmware-auto-efi-no-secboot.xml | 117 | 117 | 8 | 216 | 8 | 216 | 7 | 199 | 7 | 199 | | |
firmware-auto-efi-no-enrolled-keys.xml | 117 | 117 | 8 | 216 | 8 | 216 | 7 | 199 | 7 | 199 | | |
firmware-auto-efi-loader-secure.xml | 117 | 117 | 8 | 201 | 8 | 201 | 7 | 190 | 7 | 190 | | |
firmware-auto-efi-loader-secure-abi-upda | 117 | 117 | 8 | 201 | 8 | 201 | 7 | 190 | 7 | 190 | | |
firmware-auto-efi-loader-path.xml | 117 | 117 | 8 | 210 | 8 | 210 | 7 | 199 | 7 | 199 | | |
firmware-auto-efi-loader-path-nonstandar | 117 | 117 | 8 | 210 | 8 | 210 | 7 | 199 | 7 | 199 | | |
firmware-auto-efi-loader-insecure.xml | 117 | 117 | 8 | 201 | 8 | 201 | 7 | 190 | 7 | 190 | | |
firmware-auto-efi-format-loader-raw.xml | 117 | 117 | 8 | 201 | 8 | 201 | 7 | 188 | 7 | 188 | | |
firmware-auto-efi-format-loader-raw.aarc | 117 | 117 | 16 | 446 | 16 | 446 | 14 | 398 | 14 | 398 | | |
firmware-auto-efi-format-loader-raw-abi- | 117 | 117 | 8 | 201 | 8 | 201 | 7 | 188 | 7 | 188 | | |
firmware-auto-efi-format-loader-raw-abi- | 117 | 117 | 16 | 446 | 16 | 446 | 14 | 398 | 14 | 398 | | |
firmware-auto-efi-format-loader-qcow2.xm | 117 | 117 | 8 | 201 | 8 | 201 | 7 | 188 | 7 | 188 | | |
firmware-auto-efi-enrolled-keys.xml | 117 | 117 | 8 | 216 | 8 | 216 | 7 | 199 | 7 | 199 | | |
firmware-auto-efi-abi-update-aarch64.aar | 117 | 117 | 17 | 456 | 17 | 456 | 14 | 404 | 14 | 404 | | |
firmware-auto-efi-aarch64.aarch64-latest | 117 | 117 | 16 | 446 | 16 | 446 | 14 | 398 | 14 | 398 | | |
firmware-auto-bios-stateless.xml | 117 | 117 | 8 | 201 | 8 | 201 | 7 | 188 | 7 | 188 | | |
firmware-auto-bios-not-stateless.xml | 117 | 117 | 8 | 201 | 8 | 201 | 7 | 188 | 7 | 188 | | |
eoi-enabled.x86_64-latest.xml | 117 | 117 | 18 | 469 | 18 | 469 | 15 | 435 | 15 | 435 | | |
eoi-disabled.x86_64-latest.xml | 117 | 117 | 18 | 469 | 18 | 469 | 15 | 435 | 15 | 435 | | |
disk-sata-incompatible-address.xml | 117 | 117 | 12 | 292 | 12 | 292 | 10 | 279 | 10 | 279 | | |
disk-ide-incompatible-address.xml | 117 | 117 | 12 | 292 | 12 | 292 | 10 | 279 | 10 | 279 | | |
disk-fdc-incompatible-address.xml | 117 | 117 | 11 | 274 | 11 | 274 | 9 | 261 | 9 | 261 | | |
default-qemu-host-arch.x86_64-latest.xml | 117 | 117 | 17 | 432 | 17 | 432 | 14 | 401 | 14 | 401 | | |
default-kvm-host-arch.x86_64-latest.xml | 117 | 117 | 17 | 432 | 17 | 432 | 14 | 401 | 14 | 401 | | |
cputune.x86_64-latest.xml | 117 | 117 | 33 | 839 | 33 | 839 | 28 | 757 | 28 | 757 | | |
cputune-numatune.x86_64-latest.xml | 117 | 117 | 18 | 481 | 18 | 481 | 15 | 442 | 15 | 442 | | |
cpu-phys-bits-limit.x86_64-latest.xml | 117 | 117 | 17 | 432 | 17 | 432 | 14 | 400 | 14 | 400 | | |
cpu-phys-bits-emulate-bare.x86_64-latest | 117 | 117 | 17 | 428 | 17 | 428 | 14 | 397 | 14 | 397 | | |
cpu-host-model-vendor.x86_64-latest.xml | 117 | 117 | 16 | 423 | 16 | 423 | 14 | 394 | 14 | 394 | | |
cpu-host-model-features.x86_64-latest.xm | 117 | 117 | 21 | 541 | 21 | 541 | 18 | 510 | 18 | 510 | | |
cpu-eoi-enabled.x86_64-latest.xml | 117 | 117 | 18 | 469 | 18 | 469 | 15 | 435 | 15 | 435 | | |
cpu-eoi-disabled.x86_64-latest.xml | 117 | 117 | 18 | 469 | 18 | 469 | 15 | 435 | 15 | 435 | | |
cpu-empty.x86_64-latest.xml | 117 | 117 | 17 | 432 | 17 | 432 | 14 | 401 | 14 | 401 | | |
cpu-check-partial.x86_64-latest.xml | 117 | 117 | 17 | 432 | 17 | 432 | 14 | 401 | 14 | 401 | | |
cpu-check-none.x86_64-latest.xml | 117 | 117 | 17 | 432 | 17 | 432 | 14 | 401 | 14 | 401 | | |
cpu-check-full.x86_64-latest.xml | 117 | 117 | 17 | 432 | 17 | 432 | 14 | 401 | 14 | 401 | | |
cpu-check-default-partial2.x86_64-latest | 117 | 117 | 17 | 432 | 17 | 432 | 14 | 401 | 14 | 401 | | |
cpu-check-default-partial.x86_64-latest. | 117 | 117 | 16 | 408 | 16 | 408 | 14 | 382 | 14 | 382 | | |
cpu-check-default-none2.x86_64-latest.xm | 117 | 117 | 17 | 432 | 17 | 432 | 14 | 401 | 14 | 401 | | |
cpu-check-default-none.x86_64-latest.xml | 117 | 117 | 16 | 413 | 16 | 413 | 14 | 385 | 14 | 385 | | |
clock-timer-hyperv-rtc.x86_64-latest.xml | 117 | 117 | 18 | 469 | 18 | 469 | 15 | 438 | 15 | 438 | | |
clock-timer-armvtimer.xml | 117 | 117 | 13 | 344 | 13 | 344 | 11 | 316 | 11 | 316 | | |
clock-timer-armvtimer.aarch64-latest.xml | 117 | 117 | 13 | 344 | 13 | 344 | 11 | 316 | 11 | 316 | | |
clock-catchup.x86_64-latest.xml | 117 | 117 | 27 | 674 | 27 | 674 | 23 | 634 | 23 | 634 | | |
channel-qemu-vdagent.x86_64-latest.xml | 117 | 117 | 33 | 824 | 33 | 824 | 28 | 771 | 28 | 771 | | |
channel-qemu-vdagent-features.x86_64-lat | 117 | 117 | 33 | 824 | 33 | 824 | 28 | 771 | 28 | 771 | | |
cdrom-scsi-empty.xml | 117 | 117 | 12 | 304 | 12 | 304 | 10 | 281 | 10 | 281 | | |
cdrom-ide-file-missing-file.xml | 117 | 117 | 12 | 304 | 12 | 304 | 10 | 281 | 10 | 281 | | |
cdrom-ide-file-missing-datastore.xml | 117 | 117 | 12 | 304 | 12 | 304 | 10 | 281 | 10 | 281 | | |
cdrom-ide-empty.xml | 117 | 117 | 12 | 304 | 12 | 304 | 10 | 281 | 10 | 281 | | |
cdrom-ide-empty-2.xml | 117 | 117 | 12 | 304 | 12 | 304 | 10 | 281 | 10 | 281 | | |
boot-multi.x86_64-latest.xml | 117 | 117 | 25 | 634 | 25 | 634 | 21 | 600 | 21 | 600 | | |
aarch64-virtio-pci-manual-addresses.aarc | 117 | 117 | 44 | 1047 | 44 | 1047 | 37 | 999 | 37 | 999 | | |
aarch64-video-virtio-gpu-pci.aarch64-lat | 117 | 117 | 24 | 606 | 24 | 606 | 21 | 561 | 21 | 561 | | |
aarch64-video-default.xml | 117 | 117 | 8 | 198 | 8 | 198 | 6 | 186 | 6 | 186 | | |
aarch64-pci-serial.xml | 117 | 117 | 7 | 180 | 7 | 180 | 6 | 170 | 6 | 170 | | |
aarch64-gic-v3.xml | 117 | 117 | 11 | 300 | 11 | 300 | 10 | 275 | 10 | 275 | | |
aarch64-gic-v2.xml | 117 | 117 | 11 | 300 | 11 | 300 | 10 | 275 | 10 | 275 | | |
aarch64-gic-host.xml | 117 | 117 | 11 | 302 | 11 | 302 | 10 | 276 | 10 | 276 | | |
aarch64-features-sve-disabled.xml | 117 | 117 | 8 | 219 | 8 | 219 | 7 | 207 | 7 | 207 | | |
aarch64-default-cpu-kvm-virt-4.2.aarch64 | 117 | 117 | 22 | 531 | 22 | 531 | 18 | 503 | 18 | 503 | | |
x86_64-q35-headless.x86_64-latest.xml | 118 | 118 | 68 | 1640 | 68 | 1640 | 57 | 1554 | 57 | 1554 | | |
x86-kvm-32-on-64.xml | 118 | 118 | 6 | 150 | 6 | 150 | 5 | 141 | 5 | 141 | | |
watchdog-device.xml | 118 | 118 | 11 | 297 | 11 | 297 | 9 | 276 | 9 | 276 | | |
vmcoreinfo.xml | 118 | 118 | 14 | 339 | 14 | 339 | 11 | 315 | 11 | 315 | | |
virtio-transitional-not-supported.xml | 118 | 118 | 6 | 131 | 6 | 131 | 5 | 122 | 5 | 122 | | |
virtio-rng-random.xml | 118 | 118 | 13 | 363 | 13 | 363 | 11 | 330 | 11 | 330 | | |
virtio-options-net-packed.xml | 118 | 118 | 19 | 445 | 19 | 445 | 16 | 432 | 16 | 432 | | |
virtio-options-net-ats.xml | 118 | 118 | 19 | 445 | 19 | 445 | 16 | 432 | 16 | 432 | | |
virtio-iommu-x86_64.xml | 118 | 118 | 8 | 196 | 8 | 196 | 7 | 184 | 7 | 184 | | |
virtio-iommu-wrong-machine.xml | 118 | 118 | 8 | 196 | 8 | 196 | 7 | 184 | 7 | 184 | | |
virtio-iommu-aarch64.xml | 118 | 118 | 8 | 201 | 8 | 201 | 7 | 187 | 7 | 187 | | |
virtio-iommu-aarch64.aarch64-latest.xml | 118 | 118 | 18 | 490 | 18 | 490 | 15 | 430 | 15 | 430 | | |
virtio-input.x86_64-latest.xml | 118 | 118 | 24 | 584 | 24 | 584 | 20 | 556 | 20 | 556 | | |
video-virtio-vga-gpu-gl.xml | 118 | 118 | 25 | 624 | 25 | 624 | 21 | 573 | 21 | 573 | | |
video-virtio-vga-gpu-gl.x86_64-latest.xm | 118 | 118 | 25 | 624 | 25 | 624 | 21 | 573 | 21 | 573 | | |
video-virtio-gpu-virgl.x86_64-latest.xml | 118 | 118 | 27 | 655 | 27 | 655 | 22 | 610 | 22 | 610 | | |
video-virtio-gpu-spice-gl.x86_64-latest. | 118 | 118 | 28 | 698 | 28 | 698 | 24 | 651 | 24 | 651 | | |
video-virtio-gpu-secondary.x86_64-latest | 118 | 118 | 22 | 545 | 22 | 545 | 18 | 498 | 18 | 498 | | |
video-virtio-gpu-sdl-gl.x86_64-latest.xm | 118 | 118 | 27 | 668 | 27 | 668 | 23 | 623 | 23 | 623 | | |
video-virtio-gpu-ccw-auto.s390x-latest.x | 118 | 118 | 20 | 531 | 20 | 531 | 17 | 481 | 17 | 481 | | |
video-vga-device.xml | 118 | 118 | 15 | 370 | 15 | 370 | 13 | 347 | 13 | 347 | | |
video-vga-device-vgamem.xml | 118 | 118 | 15 | 370 | 15 | 370 | 13 | 347 | 13 | 347 | | |
video-qxl-resolution.xml | 118 | 118 | 27 | 661 | 27 | 661 | 23 | 619 | 23 | 619 | | |
video-qxl-resolution.x86_64-latest.xml | 118 | 118 | 27 | 661 | 27 | 661 | 23 | 619 | 23 | 619 | | |
video-qxl-noheads.xml | 118 | 118 | 23 | 557 | 23 | 557 | 19 | 530 | 19 | 530 | | |
video-qxl-noheads.x86_64-latest.xml | 118 | 118 | 26 | 645 | 26 | 645 | 22 | 605 | 22 | 605 | | |
video-qxl-device.xml | 118 | 118 | 15 | 366 | 15 | 366 | 12 | 342 | 12 | 342 | | |
video-qxl-device-vgamem.xml | 118 | 118 | 15 | 366 | 15 | 366 | 12 | 342 | 12 | 342 | | |
video-bochs-display-device.xml | 118 | 118 | 15 | 370 | 15 | 370 | 13 | 347 | 13 | 347 | | |
vhost-vsock.xml | 118 | 118 | 23 | 572 | 23 | 572 | 19 | 530 | 19 | 530 | | |
vhost-vsock.x86_64-latest.xml | 118 | 118 | 23 | 572 | 23 | 572 | 19 | 530 | 19 | 530 | | |
vhost-vsock-ccw-auto.xml | 118 | 118 | 11 | 287 | 11 | 287 | 9 | 267 | 9 | 267 | | |
vhost-vsock-auto.x86_64-latest.xml | 118 | 118 | 22 | 569 | 22 | 569 | 19 | 527 | 19 | 527 | | |
vhost-user-fs-hugepages.xml | 118 | 118 | 44 | 1090 | 44 | 1090 | 37 | 1019 | 37 | 1019 | | |
vhost-user-fs-hugepages.x86_64-latest.xm | 118 | 118 | 44 | 1090 | 44 | 1090 | 37 | 1019 | 37 | 1019 | | |
vcpu-placement-static.xml | 118 | 118 | 29 | 713 | 29 | 713 | 24 | 665 | 24 | 665 | | |
vcpu-placement-static.x86_64-latest.xml | 118 | 118 | 29 | 713 | 29 | 713 | 24 | 665 | 24 | 665 | | |
usb-redir.x86_64-latest.xml | 118 | 118 | 33 | 809 | 33 | 809 | 28 | 758 | 28 | 758 | | |
usb-redir-unix.xml | 118 | 118 | 26 | 644 | 26 | 644 | 22 | 608 | 22 | 608 | | |
usb-hub.xml | 118 | 118 | 9 | 228 | 9 | 228 | 7 | 210 | 7 | 210 | | |
usb-hub-conflict.xml | 118 | 118 | 10 | 270 | 10 | 270 | 9 | 248 | 9 | 248 | | |
usb-controller-implicit-isapc.x86_64-lat | 118 | 118 | 12 | 323 | 12 | 323 | 10 | 290 | 10 | 290 | | |
usb-controller-ich9-autoassign.xml | 118 | 118 | 21 | 508 | 21 | 508 | 18 | 467 | 18 | 467 | | |
tpm-external.xml | 118 | 118 | 20 | 518 | 20 | 518 | 17 | 477 | 17 | 477 | | |
tpm-external.x86_64-latest.xml | 118 | 118 | 20 | 518 | 20 | 518 | 17 | 477 | 17 | 477 | | |
test-pci-devs.xml | 118 | 118 | 36 | 888 | 36 | 888 | 30 | 848 | 30 | 848 | | |
test-pci-dev-syntax.xml | 118 | 118 | 36 | 888 | 36 | 888 | 30 | 848 | 30 | 848 | | |
shmem-small-size.xml | 118 | 118 | 11 | 308 | 11 | 308 | 10 | 277 | 10 | 277 | | |
shmem-msi-only.xml | 118 | 118 | 11 | 302 | 11 | 302 | 10 | 273 | 10 | 273 | | |
shmem-invalid-size.xml | 118 | 118 | 11 | 308 | 11 | 308 | 10 | 277 | 10 | 277 | | |
serial-device.xml | 118 | 118 | 13 | 343 | 13 | 343 | 11 | 323 | 11 | 323 | | |
serial-debugcon.x86_64-latest.xml | 118 | 118 | 19 | 498 | 19 | 498 | 16 | 457 | 16 | 457 | | |
seclabel-dynamic.xml | 118 | 118 | 14 | 349 | 14 | 349 | 11 | 317 | 11 | 317 | | |
s390-panic.xml | 118 | 118 | 9 | 230 | 9 | 230 | 8 | 211 | 8 | 211 | | |
s390-panic.s390x-latest.xml | 118 | 118 | 15 | 401 | 15 | 401 | 13 | 362 | 13 | 362 | | |
s390-panic-no-address.xml | 118 | 118 | 9 | 230 | 9 | 230 | 8 | 211 | 8 | 211 | | |
s390-panic-no-address.s390x-latest.xml | 118 | 118 | 16 | 425 | 16 | 425 | 13 | 381 | 13 | 381 | | |
s390-panic-missing.s390x-latest.xml | 118 | 118 | 17 | 448 | 17 | 448 | 14 | 399 | 14 | 399 | | |
s390-async-teardown.xml | 118 | 118 | 10 | 243 | 10 | 243 | 8 | 224 | 8 | 224 | | |
s390-async-teardown.s390x-latest.xml | 118 | 118 | 17 | 448 | 17 | 448 | 14 | 401 | 14 | 401 | | |
s390-async-teardown-no-attrib.xml | 118 | 118 | 10 | 238 | 10 | 238 | 8 | 221 | 8 | 221 | | |
s390-async-teardown-no-attrib.s390x-late | 118 | 118 | 17 | 448 | 17 | 448 | 14 | 401 | 14 | 401 | | |
s390-async-teardown-disabled.xml | 118 | 118 | 10 | 243 | 10 | 243 | 8 | 224 | 8 | 224 | | |
s390-async-teardown-disabled.s390x-lates | 118 | 118 | 17 | 448 | 17 | 448 | 14 | 401 | 14 | 401 | | |
s390-async-teardown-disabled.s390x-6.0.0 | 118 | 118 | 17 | 448 | 17 | 448 | 14 | 401 | 14 | 401 | | |
riscv64-virt-pci.xml | 118 | 118 | 12 | 269 | 12 | 269 | 10 | 260 | 10 | 260 | | |
riscv64-virt-headless.riscv64-latest.xml | 118 | 118 | 58 | 1367 | 58 | 1367 | 49 | 1310 | 49 | 1310 | | |
riscv64-virt-graphics.riscv64-latest.xml | 118 | 118 | 67 | 1585 | 67 | 1585 | 56 | 1509 | 56 | 1509 | | |
qemu-ns-domain-commandline.xml | 118 | 118 | 13 | 331 | 13 | 331 | 11 | 303 | 11 | 303 | | |
qemu-ns-domain-commandline-ns0.xml | 118 | 118 | 13 | 331 | 13 | 331 | 11 | 303 | 11 | 303 | | |
qemu-ns-commandline-ns1.xml | 118 | 118 | 13 | 330 | 13 | 330 | 11 | 303 | 11 | 303 | | |
q35-pcie.x86_64-latest.xml | 118 | 118 | 107 | 2473 | 107 | 2473 | 91 | 2378 | 91 | 2378 | | |
q35-pcie-autoadd.x86_64-latest.xml | 118 | 118 | 105 | 2410 | 105 | 2410 | 88 | 2314 | 88 | 2314 | | |
q35-dmi-bad-address2.xml | 118 | 118 | 13 | 318 | 13 | 318 | 11 | 293 | 11 | 293 | | |
q35-dmi-bad-address1.xml | 118 | 118 | 15 | 383 | 15 | 383 | 13 | 347 | 13 | 347 | | |
pvpanic-pci-x86_64.xml | 118 | 118 | 12 | 310 | 12 | 310 | 10 | 278 | 10 | 278 | | |
pseries-serial-usb.xml | 118 | 118 | 9 | 203 | 9 | 203 | 7 | 189 | 7 | 189 | | |
pseries-serial-usb.ppc64-latest.xml | 118 | 118 | 17 | 450 | 17 | 450 | 14 | 405 | 14 | 405 | | |
pseries-nvram.xml | 118 | 118 | 12 | 307 | 12 | 307 | 10 | 277 | 10 | 277 | | |
pseries-nvram.ppc64-latest.xml | 118 | 118 | 16 | 426 | 16 | 426 | 13 | 383 | 13 | 383 | | |
pseries-many-buses-1.xml | 118 | 118 | 9 | 214 | 9 | 214 | 8 | 201 | 8 | 201 | | |
pseries-features.xml | 118 | 118 | 11 | 305 | 11 | 305 | 9 | 269 | 9 | 269 | | |
pseries-features.ppc64-latest.xml | 118 | 118 | 17 | 490 | 17 | 490 | 15 | 421 | 15 | 421 | | |
pseries-features-invalid-machine.xml | 118 | 118 | 8 | 191 | 8 | 191 | 6 | 179 | 6 | 179 | | |
pcie-root-port-model-generic.x86_64-late | 118 | 118 | 29 | 715 | 29 | 715 | 24 | 666 | 24 | 666 | | |
pcie-expander-bus-bad-machine.xml | 118 | 118 | 19 | 481 | 19 | 481 | 16 | 452 | 16 | 452 | | |
pcie-expander-bus-bad-bus.xml | 118 | 118 | 20 | 475 | 20 | 475 | 16 | 444 | 16 | 444 | | |
pci-autoadd-addr.x86_64-latest.xml | 118 | 118 | 52 | 1216 | 52 | 1216 | 44 | 1150 | 44 | 1150 | | |
numatune-distances.xml | 118 | 118 | 27 | 738 | 27 | 738 | 23 | 647 | 23 | 647 | | |
numad-static-vcpu-no-numatune.x86_64-lat | 118 | 118 | 24 | 595 | 24 | 595 | 20 | 560 | 20 | 560 | | |
numad-auto-vcpu-no-numatune.x86_64-lates | 118 | 118 | 25 | 623 | 25 | 623 | 21 | 585 | 21 | 585 | | |
numad-auto-memory-vcpu-no-cpuset-and-pla | 118 | 118 | 25 | 623 | 25 | 623 | 21 | 585 | 21 | 585 | | |
numad-auto-memory-vcpu-cpuset.x86_64-lat | 118 | 118 | 25 | 628 | 25 | 628 | 21 | 588 | 21 | 588 | | |
network-interface-mac-clear.xml | 118 | 118 | 9 | 240 | 9 | 240 | 8 | 225 | 8 | 225 | | |
net-virtio-teaming.x86_64-latest.xml | 118 | 118 | 43 | 1003 | 43 | 1003 | 36 | 970 | 36 | 970 | | |
net-hostdev.x86_64-latest.xml | 118 | 118 | 31 | 752 | 31 | 752 | 26 | 706 | 26 | 706 | | |
memory-hotplug-dimm-addr.xml | 118 | 118 | 24 | 634 | 24 | 634 | 20 | 584 | 20 | 584 | | |
machine-vmport-opt.xml | 118 | 118 | 14 | 344 | 14 | 344 | 11 | 318 | 11 | 318 | | |
machine-smm-on.xml | 118 | 118 | 8 | 189 | 8 | 189 | 6 | 177 | 6 | 177 | | |
machine-smm-off.xml | 118 | 118 | 8 | 189 | 8 | 189 | 6 | 177 | 6 | 177 | | |
machine-deakeywrap-on-caps.xml | 118 | 118 | 13 | 347 | 13 | 347 | 11 | 318 | 11 | 318 | | |
machine-deakeywrap-on-cap.xml | 118 | 118 | 13 | 347 | 13 | 348 | 11 | 318 | 11 | 318 | | |
machine-deakeywrap-off-caps.xml | 118 | 118 | 13 | 347 | 13 | 347 | 11 | 318 | 11 | 318 | | |
machine-deakeywrap-off-cap.xml | 118 | 118 | 13 | 347 | 13 | 347 | 11 | 318 | 11 | 318 | | |
machine-aliases2.xml | 118 | 118 | 13 | 316 | 13 | 316 | 11 | 293 | 11 | 293 | | |
machine-aliases1.xml | 118 | 118 | 13 | 321 | 13 | 321 | 11 | 298 | 11 | 298 | | |
machine-aeskeywrap-on-cap.xml | 118 | 118 | 13 | 347 | 13 | 347 | 11 | 318 | 11 | 318 | | |
machine-aeskeywrap-off-caps.xml | 118 | 118 | 13 | 347 | 13 | 347 | 11 | 318 | 11 | 318 | | |
machine-aeskeywrap-off-cap.xml | 118 | 118 | 13 | 347 | 13 | 347 | 11 | 318 | 11 | 318 | | |
mach-virt-serial-usb.xml | 118 | 118 | 9 | 203 | 9 | 203 | 7 | 189 | 7 | 189 | | |
lxcconf2xml-physnetwork.xml | 118 | 118 | 15 | 395 | 15 | 395 | 13 | 349 | 13 | 349 | | |
lxcconf2xml-miscnetwork.xml | 118 | 118 | 19 | 494 | 19 | 494 | 16 | 447 | 16 | 447 | | |
lxc-sharenet.xml | 118 | 118 | 14 | 374 | 14 | 374 | 12 | 333 | 12 | 333 | | |
lxc-filesystem-root.xml | 118 | 118 | 11 | 280 | 11 | 280 | 9 | 260 | 9 | 260 | | |
luks-disk-invalid.xml | 118 | 118 | 21 | 519 | 21 | 519 | 17 | 491 | 17 | 491 | | |
launch-security-sev.xml | 118 | 118 | 19 | 485 | 19 | 485 | 16 | 458 | 16 | 458 | | |
kvmclock.x86_64-latest.xml | 118 | 118 | 17 | 440 | 17 | 440 | 14 | 404 | 14 | 404 | | |
iothreads-virtio-scsi-ccw.xml | 118 | 118 | 22 | 538 | 22 | 538 | 18 | 503 | 18 | 503 | | |
iommu-smmuv3.aarch64-latest.xml | 118 | 118 | 14 | 361 | 14 | 361 | 11 | 325 | 11 | 325 | | |
hvf-x86_64-q35-headless.x86_64-latest.xm | 118 | 118 | 64 | 1563 | 64 | 1563 | 54 | 1474 | 54 | 1474 | | |
hvf-aarch64-virt-headless.aarch64-latest | 118 | 118 | 58 | 1392 | 58 | 1392 | 49 | 1324 | 49 | 1324 | | |
hostdev-usb-address.x86_64-latest.xml | 118 | 118 | 24 | 599 | 24 | 599 | 20 | 564 | 20 | 564 | | |
hostdev-scsi-vhost-scsi-pcie.x86_64-late | 118 | 118 | 27 | 673 | 27 | 673 | 23 | 628 | 23 | 628 | | |
graphics-vnc-websocket.xml | 118 | 118 | 15 | 389 | 15 | 389 | 13 | 360 | 13 | 360 | | |
graphics-vnc-websocket.x86_64-latest.xml | 118 | 118 | 20 | 513 | 20 | 513 | 17 | 468 | 17 | 468 | | |
graphics-spice-timeout.xml | 118 | 118 | 28 | 681 | 28 | 681 | 24 | 643 | 24 | 643 | | |
graphics-spice-timeout.x86_64-latest.xml | 118 | 118 | 34 | 846 | 34 | 846 | 29 | 794 | 29 | 794 | | |
graphics-spice-no-args.xml | 118 | 118 | 11 | 282 | 11 | 282 | 9 | 262 | 9 | 262 | | |
graphics-listen-network2.x86_64-latest.x | 118 | 118 | 28 | 699 | 28 | 699 | 24 | 655 | 24 | 655 | | |
graphics-dbus-p2p.xml | 118 | 118 | 20 | 517 | 20 | 517 | 17 | 475 | 17 | 475 | | |
graphics-dbus-p2p.x86_64-latest.xml | 118 | 119 | 20 | 517 | 20 | 518 | 17 | 475 | 17 | 475 | | |
graphics-dbus-address.xml | 118 | 118 | 21 | 537 | 21 | 537 | 18 | 490 | 18 | 490 | | |
graphics-dbus-address.x86_64-latest.xml | 118 | 118 | 21 | 537 | 21 | 537 | 18 | 490 | 18 | 490 | | |
genid-auto.xml | 118 | 118 | 17 | 418 | 17 | 418 | 14 | 392 | 14 | 392 | | |
fullvirt-cpuid.xml | 118 | 118 | 17 | 435 | 17 | 435 | 14 | 404 | 14 | 404 | | |
fullvirt-cpuid-legacy-nest.xml | 118 | 118 | 17 | 435 | 17 | 435 | 14 | 404 | 14 | 404 | | |
fsinfo.xml | 118 | 118 | 24 | 548 | 24 | 548 | 20 | 530 | 20 | 530 | | |
firmware-manual-noefi-noacpi-aarch64.aar | 118 | 118 | 13 | 348 | 13 | 348 | 11 | 315 | 11 | 315 | | |
firmware-manual-noefi-acpi-q35.xml | 118 | 118 | 7 | 183 | 7 | 183 | 6 | 174 | 6 | 174 | | |
firmware-manual-noefi-acpi-aarch64.xml | 118 | 118 | 7 | 183 | 7 | 183 | 6 | 174 | 6 | 174 | | |
firmware-auto-efi.xml | 118 | 118 | 8 | 188 | 8 | 188 | 6 | 177 | 6 | 177 | | |
firmware-auto-efi-nvram-template.xml | 118 | 118 | 8 | 202 | 8 | 202 | 7 | 190 | 7 | 190 | | |
firmware-auto-efi-nvram-path.xml | 118 | 118 | 8 | 201 | 8 | 201 | 7 | 189 | 7 | 189 | | |
firmware-auto-efi-format-nvram-qcow2.xml | 118 | 118 | 8 | 202 | 8 | 202 | 7 | 188 | 7 | 188 | | |
firmware-auto-efi-format-nvram-qcow2-pat | 118 | 118 | 8 | 206 | 8 | 206 | 7 | 192 | 7 | 192 | | |
firmware-auto-efi-format-mismatch.xml | 118 | 118 | 8 | 215 | 8 | 215 | 7 | 199 | 7 | 199 | | |
firmware-auto-efi-format-loader-qcow2-nv | 118 | 118 | 9 | 214 | 9 | 214 | 7 | 200 | 7 | 200 | | |
firmware-auto-efi-abi-update.xml | 118 | 118 | 8 | 188 | 8 | 188 | 6 | 177 | 6 | 177 | | |
firmware-auto-efi-abi-update-aarch64.xml | 118 | 118 | 8 | 188 | 8 | 188 | 6 | 177 | 6 | 177 | | |
firmware-auto-efi-aarch64.xml | 118 | 118 | 8 | 188 | 8 | 188 | 6 | 177 | 6 | 177 | | |
firmware-auto-bios.xml | 118 | 118 | 8 | 188 | 8 | 188 | 6 | 177 | 6 | 177 | | |
firmware-auto-bios-nvram.xml | 118 | 118 | 8 | 201 | 8 | 201 | 7 | 189 | 7 | 189 | | |
fips-enabled.xml | 118 | 118 | 13 | 326 | 13 | 326 | 11 | 301 | 11 | 301 | | |
ethernet-vmxnet2.xml | 118 | 118 | 11 | 273 | 11 | 273 | 9 | 253 | 9 | 253 | | |
ethernet-static.xml | 118 | 118 | 10 | 260 | 10 | 260 | 9 | 240 | 9 | 240 | | |
ethernet-other.xml | 118 | 118 | 10 | 265 | 10 | 265 | 9 | 243 | 9 | 243 | | |
ethernet-null.xml | 118 | 118 | 10 | 259 | 10 | 259 | 9 | 241 | 9 | 241 | | |
ethernet-e1000.xml | 118 | 118 | 11 | 273 | 11 | 273 | 9 | 253 | 9 | 253 | | |
ethernet-custom.xml | 118 | 118 | 11 | 273 | 11 | 273 | 9 | 253 | 9 | 253 | | |
ethernet-bridged.xml | 118 | 118 | 10 | 260 | 10 | 260 | 9 | 240 | 9 | 240 | | |
domain-qemu-interface-filterref.xml | 118 | 118 | 97 | 2372 | 97 | 2373 | 82 | 2250 | 82 | 2250 | | |
domain-openvz-simple.xml | 118 | 118 | 11 | 306 | 11 | 306 | 9 | 266 | 9 | 266 | | |
disk-virtio-s390-zpci.s390x-latest.xml | 118 | 118 | 18 | 464 | 18 | 464 | 15 | 424 | 15 | 424 | | |
disk-vhostvdpa.xml | 118 | 118 | 10 | 249 | 10 | 249 | 8 | 238 | 8 | 238 | | |
disk-scsi-incompatible-address.xml | 118 | 118 | 13 | 317 | 13 | 317 | 11 | 300 | 11 | 300 | | |
disk-scsi-disk-vpd.x86_64-latest.xml | 118 | 118 | 33 | 787 | 33 | 787 | 28 | 742 | 28 | 742 | | |
disk-hyperv-physical.xml | 118 | 118 | 12 | 288 | 12 | 288 | 10 | 267 | 10 | 267 | | |
disk-geometry.xml | 118 | 118 | 13 | 327 | 13 | 327 | 11 | 298 | 11 | 298 | | |
disk-encryption-wrong.xml | 118 | 118 | 20 | 504 | 20 | 504 | 17 | 477 | 17 | 477 | | |
disk-discard_no_unref.x86_64-latest.xml | 118 | 118 | 25 | 615 | 25 | 615 | 21 | 583 | 21 | 583 | | |
disk-copy_on_read.x86_64-latest.xml | 118 | 118 | 32 | 760 | 32 | 760 | 27 | 726 | 27 | 726 | | |
default-video-type-s390x.xml | 118 | 118 | 8 | 182 | 8 | 182 | 6 | 173 | 6 | 173 | | |
default-video-type-s390x.s390x-latest.xm | 118 | 118 | 16 | 410 | 16 | 410 | 13 | 372 | 13 | 372 | | |
default-video-type-aarch64.xml | 118 | 118 | 8 | 182 | 8 | 182 | 6 | 173 | 6 | 173 | | |
crypto-builtin.xml | 118 | 118 | 31 | 772 | 31 | 772 | 26 | 710 | 26 | 710 | | |
crypto-builtin.x86_64-latest.xml | 118 | 118 | 31 | 772 | 31 | 772 | 26 | 710 | 26 | 710 | | |
cputune-zero-shares.x86_64-latest.xml | 118 | 118 | 26 | 658 | 26 | 658 | 22 | 618 | 22 | 618 | | |
cputune-cpuset-big-id.x86_64-latest.xml | 118 | 118 | 25 | 618 | 25 | 618 | 21 | 584 | 21 | 584 | | |
cpu-numa-disjoint.xml | 118 | 118 | 15 | 399 | 15 | 399 | 13 | 367 | 13 | 367 | | |
cpu-host-passthrough-features.x86_64-lat | 118 | 118 | 26 | 641 | 26 | 641 | 22 | 604 | 22 | 604 | | |
cpu-empty.xml | 118 | 118 | 11 | 276 | 11 | 276 | 9 | 254 | 9 | 254 | | |
clock-realtime.xml | 118 | 118 | 24 | 596 | 24 | 596 | 20 | 562 | 20 | 562 | | |
clock-realtime.x86_64-latest.xml | 118 | 118 | 24 | 596 | 24 | 596 | 20 | 562 | 20 | 562 | | |
clock-hpet-off.xml | 118 | 118 | 16 | 396 | 16 | 396 | 13 | 370 | 13 | 370 | | |
chardev-tcp.xml | 118 | 118 | 17 | 452 | 17 | 452 | 14 | 411 | 14 | 411 | | |
chardev-label.x86_64-latest.xml | 118 | 118 | 30 | 794 | 30 | 795 | 25 | 735 | 25 | 735 | | |
cdrom-scsi-raw-device.xml | 118 | 118 | 13 | 317 | 13 | 317 | 11 | 293 | 11 | 293 | | |
cdrom-scsi-raw-auto-detect.xml | 118 | 118 | 13 | 317 | 13 | 317 | 11 | 293 | 11 | 293 | | |
cdrom-scsi-passthru.xml | 118 | 118 | 13 | 317 | 13 | 317 | 11 | 293 | 11 | 293 | | |
cdrom-scsi-device.xml | 118 | 118 | 13 | 317 | 13 | 317 | 11 | 293 | 11 | 293 | | |
cdrom-ide-raw-device.xml | 118 | 118 | 13 | 317 | 13 | 317 | 11 | 293 | 11 | 293 | | |
cdrom-ide-raw-auto-detect.xml | 118 | 118 | 13 | 317 | 13 | 317 | 11 | 293 | 11 | 293 | | |
cdrom-ide-device.xml | 118 | 118 | 13 | 317 | 13 | 317 | 11 | 293 | 11 | 293 | | |
boot-menu-enable-with-timeout.x86_64-lat | 118 | 118 | 24 | 601 | 24 | 601 | 20 | 567 | 20 | 567 | | |
boot-menu-disable.x86_64-latest.xml | 118 | 118 | 24 | 596 | 24 | 596 | 20 | 562 | 20 | 562 | | |
boot-menu-disable-with-timeout.x86_64-la | 118 | 118 | 24 | 596 | 24 | 596 | 20 | 562 | 20 | 562 | | |
bhyvexml2xmlout-wired.xml | 118 | 118 | 19 | 461 | 19 | 461 | 16 | 444 | 16 | 444 | | |
bhyvexml2xmlout-vnc.xml | 118 | 118 | 26 | 618 | 26 | 618 | 22 | 593 | 22 | 593 | | |
bhyvexml2xmlout-vnc-vgaconf-on.xml | 118 | 118 | 26 | 631 | 26 | 631 | 22 | 603 | 22 | 603 | | |
bhyvexml2xmlout-vnc-vgaconf-off.xml | 118 | 118 | 26 | 631 | 26 | 631 | 22 | 603 | 22 | 603 | | |
bhyvexml2xmlout-vnc-vgaconf-io.xml | 118 | 118 | 26 | 618 | 26 | 618 | 22 | 593 | 22 | 593 | | |
bhyvexml2xmlout-vnc-password.xml | 118 | 118 | 26 | 623 | 26 | 623 | 22 | 596 | 22 | 596 | | |
bhyvexml2xmlout-vnc-autoport.xml | 118 | 118 | 26 | 618 | 26 | 618 | 22 | 593 | 22 | 593 | | |
bhyvexml2xmlout-localtime.xml | 118 | 118 | 19 | 444 | 19 | 444 | 16 | 427 | 16 | 427 | | |
bhyvexml2xmlout-disk-cdrom.xml | 118 | 118 | 19 | 451 | 19 | 451 | 16 | 434 | 16 | 434 | | |
bhyvexml2xmlout-bhyveload-bootorder2.xml | 118 | 118 | 19 | 444 | 19 | 444 | 16 | 427 | 16 | 427 | | |
bhyvexml2xmlout-acpiapic.xml | 118 | 118 | 20 | 469 | 20 | 469 | 16 | 451 | 16 | 451 | | |
bhyveargv2xml-virtio-blk.xml | 118 | 118 | 11 | 256 | 11 | 256 | 9 | 243 | 9 | 243 | | |
bhyveargv2xml-console.xml | 118 | 118 | 10 | 268 | 10 | 268 | 9 | 244 | 9 | 244 | | |
bhyveargv2xml-cdrom.xml | 118 | 118 | 11 | 256 | 11 | 256 | 9 | 243 | 9 | 243 | | |
bhyveargv2xml-bhyveload-vda.xml | 118 | 118 | 11 | 256 | 11 | 256 | 9 | 243 | 9 | 243 | | |
bhyveargv2xml-ahci-hd.xml | 118 | 118 | 11 | 256 | 11 | 256 | 9 | 243 | 9 | 243 | | |
balloon-device-auto.xml | 118 | 118 | 10 | 262 | 10 | 262 | 9 | 245 | 9 | 245 | | |
aarch64-virtio-pci-manual-addresses.xml | 118 | 118 | 31 | 741 | 31 | 741 | 26 | 707 | 26 | 707 | | |
aarch64-virt-headless.aarch64-latest.xml | 118 | 118 | 64 | 1530 | 64 | 1530 | 54 | 1445 | 54 | 1445 | | |
aarch64-virt-graphics.aarch64-latest.xml | 118 | 118 | 72 | 1748 | 72 | 1748 | 61 | 1644 | 61 | 1645 | | |
aarch64-video-virtio-gpu-pci.xml | 118 | 118 | 19 | 456 | 19 | 456 | 16 | 437 | 16 | 436 | | |
aarch64-gic-v3.aarch64-latest.xml | 118 | 118 | 12 | 324 | 12 | 324 | 10 | 296 | 10 | 296 | | |
aarch64-gic-v2.aarch64-latest.xml | 118 | 118 | 12 | 324 | 12 | 324 | 10 | 296 | 10 | 296 | | |
aarch64-gic-none.aarch64-latest.xml | 118 | 118 | 12 | 324 | 12 | 324 | 10 | 296 | 10 | 296 | | |
aarch64-gic-none-v3.aarch64-latest.xml | 118 | 118 | 12 | 324 | 12 | 324 | 10 | 296 | 10 | 296 | | |
aarch64-gic-none-v2.aarch64-latest.xml | 118 | 118 | 12 | 324 | 12 | 324 | 10 | 296 | 10 | 296 | | |
aarch64-gic-none-tcg.aarch64-latest.xml | 118 | 118 | 13 | 348 | 13 | 348 | 11 | 315 | 11 | 315 | | |
aarch64-gic-none-both.aarch64-latest.xml | 118 | 118 | 12 | 324 | 12 | 324 | 10 | 296 | 10 | 296 | | |
aarch64-gic-host.aarch64-latest.xml | 118 | 118 | 12 | 326 | 12 | 326 | 10 | 297 | 10 | 297 | | |
aarch64-gic-default.aarch64-latest.xml | 118 | 118 | 12 | 324 | 12 | 324 | 10 | 296 | 10 | 296 | | |
aarch64-gic-default-v3.aarch64-latest.xm | 118 | 118 | 12 | 324 | 12 | 324 | 10 | 296 | 10 | 296 | | |
aarch64-gic-default-v2.aarch64-latest.xm | 118 | 118 | 12 | 324 | 12 | 324 | 10 | 296 | 10 | 296 | | |
aarch64-gic-default-both.aarch64-latest. | 118 | 118 | 12 | 324 | 12 | 324 | 10 | 296 | 10 | 296 | | |
aarch64-features-wrong.xml | 118 | 118 | 8 | 201 | 8 | 201 | 6 | 189 | 6 | 189 | | |
aarch64-default-cpu-tcg-virt-4.2.aarch64 | 118 | 118 | 23 | 575 | 23 | 575 | 20 | 537 | 20 | 537 | | |
aarch64-aavmf-virtio-mmio.aarch64-latest | 118 | 118 | 25 | 648 | 25 | 648 | 21 | 609 | 21 | 609 | | |
xml2vmx-serial-network-server.xml | 119 | 119 | 7 | 161 | 7 | 161 | 5 | 146 | 5 | 146 | | |
x86_64-q35-graphics.x86_64-latest.xml | 119 | 119 | 74 | 1766 | 74 | 1766 | 62 | 1672 | 62 | 1672 | | |
x86_64-default-cpu-tcg-pc-4.2.x86_64-lat | 119 | 119 | 22 | 556 | 22 | 556 | 19 | 524 | 19 | 524 | | |
x86_64-default-cpu-kvm-pc-4.2.x86_64-lat | 119 | 119 | 22 | 556 | 22 | 556 | 19 | 524 | 19 | 524 | | |
watchdog-injectnmi.xml | 119 | 119 | 13 | 338 | 13 | 338 | 11 | 313 | 11 | 313 | | |
watchdog-dump.xml | 119 | 119 | 13 | 338 | 13 | 338 | 11 | 313 | 11 | 313 | | |
watchdog-diag288.xml | 119 | 119 | 10 | 254 | 10 | 254 | 9 | 235 | 9 | 235 | | |
vmcoreinfo.x86_64-latest.xml | 119 | 119 | 24 | 599 | 24 | 599 | 20 | 562 | 20 | 562 | | |
virtio-rng-ccw.xml | 119 | 119 | 13 | 337 | 13 | 337 | 11 | 313 | 11 | 313 | | |
virtio-rng-builtin.xml | 119 | 119 | 13 | 332 | 13 | 332 | 11 | 305 | 11 | 305 | | |
virtio-options.xml | 119 | 119 | 65 | 1622 | 65 | 1622 | 55 | 1463 | 55 | 1463 | | |
virtio-options.x86_64-latest.xml | 119 | 119 | 65 | 1622 | 65 | 1622 | 55 | 1463 | 55 | 1463 | | |
virtio-options-fs-packed.xml | 119 | 119 | 18 | 453 | 18 | 453 | 15 | 416 | 15 | 416 | | |
virtio-options-fs-iommu.xml | 119 | 119 | 18 | 453 | 18 | 453 | 15 | 416 | 15 | 416 | | |
virtio-options-fs-ats.xml | 119 | 119 | 18 | 453 | 18 | 453 | 15 | 416 | 15 | 416 | | |
virtio-lun.x86_64-latest.xml | 119 | 119 | 35 | 846 | 35 | 846 | 29 | 816 | 29 | 816 | | |
virtio-iommu-invalid-address.xml | 119 | 119 | 9 | 227 | 9 | 227 | 8 | 207 | 8 | 207 | | |
video-virtio-gpu-secondary.xml | 119 | 119 | 13 | 335 | 13 | 335 | 11 | 308 | 11 | 308 | | |
video-virtio-gpu-device.x86_64-latest.xm | 119 | 119 | 26 | 640 | 26 | 640 | 22 | 597 | 22 | 597 | | |
video-virtio-gpu-ccw.xml | 119 | 119 | 17 | 430 | 17 | 430 | 14 | 388 | 14 | 388 | | |
video-virtio-gpu-ccw.s390x-latest.xml | 119 | 119 | 22 | 581 | 22 | 581 | 18 | 525 | 18 | 525 | | |
video-virtio-blob-on.x86_64-latest.xml | 119 | 119 | 30 | 726 | 30 | 726 | 25 | 672 | 25 | 672 | | |
video-virtio-blob-off.x86_64-latest.xml | 119 | 119 | 29 | 703 | 29 | 703 | 24 | 649 | 24 | 649 | | |
video-vga-qxl-heads.xml | 119 | 119 | 30 | 694 | 30 | 694 | 25 | 658 | 25 | 658 | | |
video-ramfb-display-device.xml | 119 | 119 | 15 | 363 | 15 | 363 | 12 | 338 | 12 | 338 | | |
video-ramfb-display-device-pci-address.x | 119 | 119 | 16 | 390 | 16 | 390 | 13 | 359 | 13 | 359 | | |
video-qxl-sec-device.xml | 119 | 119 | 16 | 393 | 16 | 393 | 13 | 368 | 13 | 368 | | |
video-qxl-sec-device-vgamem.xml | 119 | 119 | 16 | 393 | 16 | 393 | 13 | 368 | 13 | 368 | | |
video-qxl-heads.xml | 119 | 119 | 30 | 694 | 30 | 694 | 25 | 658 | 25 | 658 | | |
video-qxl-heads.x86_64-latest.xml | 119 | 119 | 33 | 775 | 33 | 775 | 27 | 727 | 27 | 727 | | |
video-none-device.xml | 119 | 119 | 23 | 544 | 23 | 544 | 19 | 518 | 19 | 518 | | |
video-none-device.x86_64-latest.xml | 119 | 119 | 26 | 648 | 26 | 648 | 22 | 611 | 22 | 611 | | |
video-multiple-primaries.xml | 119 | 119 | 16 | 406 | 16 | 406 | 14 | 378 | 14 | 378 | | |
video-device-pciaddr-default.x86_64-late | 119 | 119 | 35 | 824 | 35 | 824 | 29 | 776 | 29 | 776 | | |
vhost-vsock-ccw.s390x-latest.xml | 119 | 119 | 18 | 497 | 18 | 497 | 15 | 445 | 15 | 445 | | |
vhost-vsock-ccw-iommu.xml | 119 | 119 | 19 | 510 | 19 | 510 | 16 | 455 | 16 | 455 | | |
vhost-vsock-ccw-iommu.s390x-latest.xml | 119 | 119 | 19 | 510 | 19 | 510 | 16 | 455 | 16 | 455 | | |
vhost-vsock-ccw-auto.s390x-latest.xml | 119 | 119 | 18 | 494 | 18 | 494 | 15 | 442 | 15 | 442 | | |
vhost-user-fs-sock.xml | 119 | 119 | 20 | 537 | 20 | 537 | 17 | 488 | 17 | 488 | | |
vhost-user-fs-sock.x86_64-latest.xml | 119 | 119 | 20 | 537 | 20 | 537 | 17 | 488 | 17 | 488 | | |
user-aliases.xml | 119 | 119 | 88 | 2101 | 88 | 2101 | 74 | 1989 | 74 | 1989 | | |
user-aliases.x86_64-latest.xml | 119 | 119 | 88 | 2101 | 88 | 2101 | 74 | 1989 | 74 | 1989 | | |
usb-redir.xml | 119 | 119 | 27 | 647 | 27 | 647 | 22 | 609 | 22 | 609 | | |
usb-redir-filter.x86_64-latest.xml | 119 | 119 | 35 | 836 | 35 | 836 | 29 | 782 | 29 | 782 | | |
usb-ports.xml | 119 | 119 | 15 | 388 | 15 | 388 | 13 | 353 | 13 | 353 | | |
usb-ports-out-of-range.xml | 119 | 119 | 12 | 303 | 12 | 303 | 10 | 274 | 10 | 274 | | |
usb-port-missing.x86_64-latest.xml | 119 | 119 | 20 | 531 | 20 | 531 | 17 | 483 | 17 | 483 | | |
usb-none.x86_64-latest.xml | 119 | 119 | 15 | 402 | 15 | 402 | 13 | 367 | 13 | 367 | | |
usb-long-port-path.xml | 119 | 119 | 14 | 356 | 14 | 356 | 11 | 322 | 11 | 322 | | |
usb-controller-nec-xhci.x86_64-latest.xm | 119 | 119 | 19 | 472 | 19 | 472 | 15 | 435 | 15 | 435 | | |
usb-controller-implicit-q35.x86_64-lates | 119 | 119 | 26 | 635 | 26 | 635 | 22 | 590 | 22 | 590 | | |
usb-controller-implicit-i440fx.x86_64-la | 119 | 119 | 15 | 403 | 15 | 403 | 13 | 367 | 13 | 367 | | |
usb-controller-default-q35.x86_64-latest | 119 | 119 | 19 | 472 | 19 | 472 | 15 | 435 | 15 | 435 | | |
usb-bus-missing.xml | 119 | 119 | 10 | 266 | 10 | 266 | 8 | 244 | 8 | 244 | | |
test-pvh-type.xml | 119 | 119 | 12 | 334 | 12 | 334 | 10 | 308 | 10 | 308 | | |
test-paravirt-type.xml | 119 | 119 | 12 | 334 | 12 | 334 | 10 | 308 | 10 | 308 | | |
test-net-fakemodel.xml | 119 | 119 | 19 | 491 | 19 | 491 | 16 | 455 | 16 | 455 | | |
test-fullvirt-vnuma-partialdist.xml | 119 | 119 | 29 | 765 | 29 | 765 | 24 | 704 | 24 | 704 | | |
test-fullvirt-vnuma-nodistances.xml | 119 | 119 | 27 | 694 | 27 | 694 | 23 | 647 | 23 | 647 | | |
tap-vhost-incorrect.x86_64-latest.xml | 119 | 119 | 34 | 849 | 34 | 849 | 29 | 810 | 29 | 810 | | |
smartcard-host-certificates.xml | 119 | 119 | 9 | 228 | 9 | 228 | 7 | 205 | 7 | 205 | | |
serial-unix-missing-source.xml | 119 | 119 | 7 | 163 | 7 | 163 | 5 | 153 | 5 | 153 | | |
seclabel-none.x86_64-latest.xml | 119 | 119 | 24 | 599 | 24 | 599 | 20 | 558 | 20 | 558 | | |
seclabel-dynamic-relabel-inactive.x86_64 | 119 | 119 | 24 | 599 | 24 | 599 | 20 | 558 | 20 | 558 | | |
seclabel-dynamic-none.x86_64-latest.xml | 119 | 119 | 24 | 599 | 24 | 599 | 20 | 558 | 20 | 558 | | |
seclabel-device-multiple.x86_64-latest.x | 119 | 119 | 25 | 633 | 25 | 633 | 21 | 585 | 21 | 585 | | |
seclabel-dac-none.x86_64-latest.xml | 119 | 119 | 24 | 599 | 24 | 599 | 20 | 558 | 20 | 558 | | |
scsi-writethrough.xml | 119 | 119 | 14 | 328 | 14 | 328 | 11 | 304 | 11 | 304 | | |
s390-panic-address.xml | 119 | 119 | 12 | 308 | 12 | 308 | 10 | 272 | 10 | 272 | | |
reboot-timeout-enabled.xml | 119 | 119 | 12 | 321 | 12 | 321 | 10 | 292 | 10 | 292 | | |
reboot-timeout-enabled.x86_64-latest.xml | 119 | 119 | 16 | 416 | 16 | 416 | 13 | 378 | 13 | 378 | | |
reboot-timeout-disabled.xml | 119 | 119 | 12 | 321 | 12 | 321 | 10 | 292 | 10 | 292 | | |
reboot-timeout-disabled.x86_64-latest.xm | 119 | 119 | 16 | 416 | 16 | 416 | 13 | 378 | 13 | 378 | | |
qemuhotplug-base-with-scsi-controller-li | 119 | 119 | 30 | 698 | 30 | 698 | 25 | 668 | 25 | 668 | | |
qemuhotplug-base-live+ivshmem-doorbell.x | 119 | 119 | 35 | 889 | 35 | 889 | 29 | 803 | 29 | 803 | | |
qemu-ns-domain-ns0.xml | 119 | 119 | 13 | 328 | 13 | 328 | 11 | 300 | 11 | 300 | | |
qemu-ns-commandline.xml | 119 | 119 | 13 | 327 | 13 | 327 | 11 | 299 | 11 | 299 | | |
qemu-ns-commandline-ns0.xml | 119 | 119 | 13 | 327 | 13 | 327 | 11 | 299 | 11 | 299 | | |
q35.x86_64-latest.xml | 119 | 119 | 34 | 840 | 34 | 840 | 29 | 774 | 29 | 774 | | |
pvpanic-pci-no-address-aarch64.xml | 119 | 119 | 8 | 203 | 8 | 203 | 7 | 187 | 7 | 187 | | |
pvpanic-pci-no-address-aarch64.aarch64-l | 119 | 119 | 18 | 492 | 18 | 492 | 15 | 430 | 15 | 430 | | |
pvpanic-pci-aarch64.aarch64-latest.xml | 119 | 119 | 18 | 492 | 18 | 492 | 15 | 430 | 15 | 430 | | |
pv-spinlock-enabled.xml | 119 | 119 | 13 | 345 | 13 | 345 | 11 | 318 | 11 | 318 | | |
pv-spinlock-disabled.xml | 119 | 119 | 13 | 345 | 13 | 345 | 11 | 318 | 11 | 318 | | |
pseries-phb-numa-node.ppc64-latest.xml | 119 | 119 | 26 | 669 | 26 | 669 | 22 | 598 | 22 | 598 | | |
pseries-cpu-exact.ppc64-latest.xml | 119 | 119 | 20 | 528 | 20 | 528 | 16 | 473 | 16 | 473 | | |
pseries-cpu-compat-power10.ppc64-latest. | 119 | 119 | 14 | 365 | 14 | 365 | 11 | 325 | 11 | 325 | | |
ppc64-default-cpu-tcg-pseries-4.2.ppc64- | 119 | 119 | 25 | 645 | 25 | 645 | 21 | 597 | 21 | 597 | | |
ppc64-default-cpu-tcg-pseries-3.1.ppc64- | 119 | 119 | 25 | 645 | 25 | 645 | 21 | 597 | 21 | 597 | | |
ppc64-default-cpu-tcg-pseries-2.7.ppc64- | 119 | 119 | 25 | 645 | 25 | 645 | 21 | 597 | 21 | 597 | | |
ppc64-default-cpu-kvm-pseries-4.2.ppc64- | 119 | 119 | 25 | 645 | 25 | 645 | 21 | 597 | 21 | 597 | | |
ppc64-default-cpu-kvm-pseries-3.1.ppc64- | 119 | 119 | 25 | 645 | 25 | 645 | 21 | 597 | 21 | 597 | | |
ppc64-default-cpu-kvm-pseries-2.7.ppc64- | 119 | 119 | 25 | 645 | 25 | 645 | 21 | 597 | 21 | 597 | | |
pmu-feature.x86_64-latest.xml | 119 | 119 | 17 | 433 | 17 | 433 | 14 | 397 | 14 | 397 | | |
pmu-feature-off.xml | 119 | 119 | 13 | 338 | 13 | 338 | 11 | 311 | 11 | 311 | | |
pmu-feature-off.x86_64-latest.xml | 119 | 119 | 17 | 433 | 17 | 433 | 14 | 397 | 14 | 397 | | |
pcihole64.xml | 119 | 119 | 12 | 332 | 12 | 332 | 10 | 299 | 10 | 299 | | |
pcihole64-q35.x86_64-latest.xml | 119 | 119 | 34 | 822 | 34 | 822 | 28 | 761 | 28 | 761 | | |
pcie-root.x86_64-latest.xml | 119 | 119 | 26 | 640 | 26 | 640 | 22 | 593 | 22 | 593 | | |
pcie-root-port.x86_64-latest.xml | 119 | 119 | 33 | 805 | 33 | 805 | 28 | 748 | 28 | 748 | | |
pcie-root-port-model-ioh3420.x86_64-late | 119 | 119 | 26 | 635 | 26 | 635 | 22 | 590 | 22 | 590 | | |
pcie-expander-bus.x86_64-latest.xml | 119 | 119 | 272 | 5823 | 272 | 5823 | 227 | 5730 | 227 | 5730 | | |
pcie-expander-bus-aarch64.xml | 119 | 119 | 8 | 194 | 8 | 194 | 7 | 181 | 7 | 181 | | |
pci-serial-dev-chardev.x86_64-latest.xml | 119 | 119 | 30 | 739 | 30 | 739 | 25 | 686 | 25 | 686 | | |
pci-autofill-addr.x86_64-latest.xml | 119 | 119 | 27 | 654 | 27 | 654 | 22 | 614 | 22 | 614 | | |
parallel-device.xml | 119 | 119 | 10 | 254 | 10 | 254 | 8 | 226 | 8 | 226 | | |
net-virtio-teaming-network.x86_64-latest | 119 | 119 | 33 | 786 | 33 | 786 | 27 | 750 | 27 | 750 | | |
net-virtio-disable-offloads.x86_64-lates | 119 | 119 | 30 | 729 | 30 | 729 | 25 | 672 | 25 | 672 | | |
net-virtio-ccw.xml | 119 | 119 | 14 | 344 | 14 | 344 | 12 | 319 | 12 | 319 | | |
net-udp.x86_64-latest.xml | 119 | 119 | 28 | 682 | 28 | 682 | 23 | 644 | 23 | 644 | | |
net-server.x86_64-latest.xml | 119 | 119 | 27 | 663 | 27 | 663 | 23 | 628 | 23 | 628 | | |
net-mtu.xml | 119 | 119 | 44 | 1055 | 44 | 1055 | 37 | 1015 | 37 | 1015 | | |
net-mtu.x86_64-latest.xml | 119 | 119 | 44 | 1055 | 44 | 1055 | 37 | 1015 | 37 | 1015 | | |
net-isolated-port.xml | 119 | 119 | 18 | 437 | 18 | 437 | 15 | 409 | 15 | 409 | | |
net-isolated-port.x86_64-latest.xml | 119 | 119 | 40 | 980 | 40 | 980 | 34 | 918 | 34 | 918 | | |
net-hostdev-vfio.x86_64-latest.xml | 119 | 119 | 31 | 765 | 31 | 765 | 26 | 719 | 26 | 719 | | |
net-hostdev-bootorder.x86_64-latest.xml | 119 | 119 | 27 | 656 | 27 | 656 | 23 | 622 | 23 | 622 | | |
multifunction-pci-device.xml | 119 | 119 | 34 | 744 | 34 | 744 | 28 | 734 | 28 | 734 | | |
memtune-unlimited.x86_64-latest.xml | 119 | 119 | 24 | 576 | 24 | 576 | 20 | 542 | 20 | 542 | | |
memory-hotplug-nonuma.xml | 119 | 119 | 12 | 327 | 12 | 327 | 10 | 300 | 10 | 300 | | |
mach-virt-serial-pci.aarch64-latest.xml | 119 | 119 | 27 | 657 | 27 | 657 | 22 | 600 | 22 | 600 | | |
mach-virt-console-virtio.aarch64-latest. | 119 | 119 | 24 | 597 | 24 | 597 | 20 | 554 | 20 | 554 | | |
lxcconf2xml-nonetwork.xml | 119 | 119 | 11 | 272 | 11 | 272 | 9 | 251 | 9 | 251 | | |
lxcconf2xml-nonenetwork.xml | 119 | 119 | 11 | 265 | 11 | 265 | 9 | 244 | 9 | 244 | | |
lxcconf2xml-idmap.xml | 119 | 119 | 13 | 320 | 13 | 320 | 10 | 288 | 10 | 288 | | |
lxcconf2xml-cputune.xml | 119 | 119 | 12 | 315 | 12 | 315 | 10 | 288 | 10 | 288 | | |
luks-disks-source-both.xml | 119 | 119 | 21 | 537 | 21 | 537 | 18 | 501 | 18 | 501 | | |
kvmclock.xml | 119 | 119 | 13 | 345 | 13 | 345 | 11 | 318 | 11 | 318 | | |
kernel.xml | 119 | 119 | 9 | 241 | 9 | 241 | 8 | 218 | 8 | 218 | | |
iothreads-ids.x86_64-latest.xml | 119 | 119 | 19 | 494 | 19 | 494 | 16 | 453 | 16 | 453 | | |
iothreads-ids-pool-sizes.xml | 119 | 119 | 35 | 883 | 35 | 883 | 29 | 789 | 29 | 789 | | |
iothreads-ids-pool-sizes.x86_64-latest.x | 119 | 119 | 35 | 883 | 35 | 883 | 29 | 789 | 29 | 789 | | |
iothreads-disk-virtio-ccw.xml | 119 | 119 | 18 | 458 | 18 | 458 | 15 | 427 | 15 | 427 | | |
intel-iommu-wrong-machine.xml | 119 | 119 | 12 | 326 | 12 | 326 | 10 | 296 | 10 | 296 | | |
input-virtio-ccw.s390x-latest.xml | 119 | 119 | 22 | 582 | 22 | 582 | 18 | 520 | 18 | 520 | | |
input-usbmouse-addr.xml | 119 | 119 | 15 | 366 | 15 | 366 | 12 | 339 | 12 | 339 | | |
hyperv-passthrough.x86_64-latest.xml | 119 | 119 | 17 | 435 | 17 | 435 | 14 | 397 | 14 | 397 | | |
hugepages-numa-default.xml | 119 | 119 | 14 | 360 | 14 | 360 | 11 | 330 | 11 | 330 | | |
hotplug-base.xml | 119 | 119 | 23 | 540 | 23 | 540 | 19 | 514 | 19 | 514 | | |
hostdev-vfio.xml | 119 | 119 | 19 | 476 | 19 | 476 | 16 | 445 | 16 | 445 | | |
hostdev-scsi-shareable.xml | 119 | 119 | 22 | 526 | 22 | 526 | 18 | 486 | 18 | 486 | | |
hostdev-scsi-large-unit.xml | 119 | 119 | 21 | 520 | 21 | 520 | 18 | 481 | 18 | 481 | | |
harddisk-transient.xml | 119 | 119 | 13 | 318 | 13 | 318 | 11 | 293 | 11 | 293 | | |
harddisk-scsi-file.xml | 119 | 119 | 13 | 310 | 13 | 310 | 11 | 286 | 11 | 286 | | |
harddisk-ide-file.xml | 119 | 119 | 13 | 310 | 13 | 310 | 11 | 286 | 11 | 286 | | |
graphics-vnc-tls.x86_64-latest.xml | 119 | 119 | 22 | 558 | 22 | 558 | 18 | 515 | 18 | 515 | | |
graphics-vnc-socket.x86_64-latest.xml | 119 | 119 | 22 | 550 | 22 | 550 | 18 | 507 | 18 | 507 | | |
graphics-vnc-egl-headless.x86_64-latest. | 119 | 119 | 27 | 665 | 27 | 665 | 22 | 619 | 22 | 619 | | |
graphics-vnc-auto-socket.x86_64-latest.x | 119 | 119 | 21 | 540 | 21 | 540 | 18 | 499 | 18 | 499 | | |
graphics-spice.xml | 119 | 119 | 22 | 585 | 22 | 586 | 19 | 526 | 19 | 526 | | |
graphics-spice-socket.x86_64-latest.xml | 119 | 119 | 22 | 545 | 22 | 545 | 18 | 504 | 18 | 504 | | |
graphics-spice-compression.xml | 119 | 119 | 20 | 519 | 20 | 519 | 17 | 476 | 17 | 476 | | |
graphics-spice-auto-socket.x86_64-latest | 119 | 119 | 21 | 540 | 21 | 540 | 18 | 499 | 18 | 499 | | |
graphics-spice-auto-socket-cfg.x86_64-la | 119 | 119 | 22 | 545 | 22 | 545 | 18 | 504 | 18 | 504 | | |
graphics-spice-agentmouse.xml | 119 | 119 | 18 | 442 | 18 | 442 | 15 | 405 | 15 | 405 | | |
graphics-listen-network.x86_64-latest.xm | 119 | 119 | 28 | 678 | 28 | 678 | 23 | 636 | 23 | 636 | | |
graphics-egl-headless-rendernode.x86_64- | 119 | 119 | 25 | 622 | 25 | 622 | 21 | 575 | 21 | 575 | | |
graphics-dbus.xml | 119 | 119 | 20 | 512 | 20 | 512 | 17 | 472 | 17 | 472 | | |
graphics-dbus.x86_64-latest.xml | 119 | 119 | 20 | 512 | 20 | 512 | 17 | 472 | 17 | 472 | | |
graphics-dbus-chardev.xml | 119 | 119 | 24 | 626 | 24 | 626 | 20 | 573 | 20 | 573 | | |
graphics-dbus-chardev.x86_64-latest.xml | 119 | 119 | 24 | 626 | 24 | 626 | 20 | 573 | 20 | 573 | | |
genid.xml | 119 | 119 | 17 | 422 | 17 | 422 | 14 | 394 | 14 | 394 | | |
floppy-drive-fat.x86_64-latest.xml | 119 | 119 | 24 | 602 | 24 | 602 | 20 | 562 | 20 | 562 | | |
floppy-device.xml | 119 | 119 | 13 | 310 | 13 | 310 | 10 | 286 | 10 | 286 | | |
firmware-auto-efi-enrolled-keys-no-secbo | 119 | 119 | 9 | 234 | 9 | 234 | 7 | 211 | 7 | 211 | | |
event_idx.x86_64-latest.xml | 119 | 119 | 36 | 849 | 36 | 849 | 30 | 815 | 30 | 815 | | |
ethernet-vpx.xml | 119 | 119 | 10 | 260 | 10 | 260 | 9 | 240 | 9 | 240 | | |
ethernet-vds.xml | 119 | 119 | 11 | 284 | 11 | 284 | 9 | 258 | 9 | 258 | | |
ethernet-nat.xml | 119 | 119 | 10 | 247 | 10 | 247 | 8 | 228 | 8 | 228 | | |
ethernet-generated.xml | 119 | 119 | 10 | 260 | 10 | 260 | 9 | 240 | 9 | 240 | | |
eoi-enabled.xml | 119 | 119 | 13 | 345 | 13 | 345 | 11 | 315 | 11 | 315 | | |
eoi-disabled.xml | 119 | 119 | 13 | 345 | 13 | 345 | 11 | 315 | 11 | 315 | | |
encrypted-disk.x86_64-latest.xml | 119 | 119 | 22 | 569 | 22 | 569 | 19 | 528 | 19 | 528 | | |
encrypted-disk-usage.xml | 119 | 119 | 22 | 569 | 22 | 569 | 19 | 528 | 19 | 528 | | |
encrypted-disk-usage.x86_64-latest.xml | 119 | 119 | 22 | 569 | 22 | 569 | 19 | 528 | 19 | 528 | | |
domain-parallels-vm-simple.xml | 119 | 119 | 11 | 290 | 11 | 290 | 9 | 267 | 9 | 267 | | |
domain-parallels-ct-simple.xml | 119 | 119 | 14 | 356 | 14 | 356 | 11 | 326 | 11 | 326 | | |
disk-virtio-s390-zpci.xml | 119 | 119 | 10 | 224 | 10 | 224 | 8 | 214 | 8 | 214 | | |
disk-transient.x86_64-latest.xml | 119 | 119 | 30 | 706 | 30 | 706 | 25 | 668 | 25 | 668 | | |
disk-snapshot.xml | 119 | 119 | 26 | 580 | 26 | 580 | 22 | 546 | 22 | 546 | | |
disk-shared-qcow.xml | 119 | 119 | 15 | 365 | 15 | 365 | 12 | 339 | 12 | 339 | | |
disk-scsi.x86_64-latest.xml | 119 | 119 | 61 | 1326 | 61 | 1326 | 51 | 1270 | 51 | 1270 | | |
disk-scsi-device-auto.x86_64-latest.xml | 119 | 119 | 30 | 724 | 30 | 724 | 25 | 687 | 25 | 687 | | |
disk-sata-device.x86_64-latest.xml | 119 | 119 | 24 | 576 | 24 | 576 | 20 | 542 | 20 | 542 | | |
disk-rotation.x86_64-latest.xml | 119 | 119 | 36 | 830 | 36 | 830 | 30 | 786 | 30 | 786 | | |
disk-ide-wwn.xml | 119 | 119 | 14 | 362 | 14 | 362 | 12 | 334 | 12 | 334 | | |
disk-hyperv-virtual.xml | 119 | 119 | 12 | 290 | 12 | 290 | 10 | 269 | 10 | 269 | | |
disk-discard.x86_64-latest.xml | 119 | 119 | 30 | 718 | 30 | 718 | 25 | 684 | 25 | 684 | | |
disk-detect-zeroes.xml | 119 | 119 | 30 | 726 | 30 | 726 | 25 | 688 | 25 | 688 | | |
disk-detect-zeroes.x86_64-latest.xml | 119 | 119 | 30 | 726 | 30 | 726 | 25 | 688 | 25 | 688 | | |
disk-blockio.x86_64-latest.xml | 119 | 119 | 29 | 698 | 29 | 698 | 24 | 659 | 24 | 659 | | |
disk-aio.x86_64-latest.xml | 119 | 119 | 29 | 692 | 29 | 692 | 24 | 654 | 24 | 654 | | |
disk-aio-io_uring.x86_64-latest.xml | 119 | 119 | 29 | 699 | 29 | 699 | 24 | 669 | 24 | 669 | | |
default-video-type-riscv64.xml | 119 | 119 | 8 | 182 | 8 | 182 | 6 | 173 | 6 | 173 | | |
default-video-type-ppc64.xml | 119 | 119 | 7 | 173 | 7 | 173 | 6 | 164 | 6 | 164 | | |
default-video-type-ppc64.ppc64-latest.xm | 119 | 119 | 20 | 517 | 20 | 517 | 17 | 470 | 17 | 470 | | |
cputune-vcpusched-overlap.xml | 119 | 119 | 20 | 500 | 20 | 500 | 17 | 452 | 17 | 452 | | |
cputune-iothreadsched-toomuch.xml | 119 | 119 | 20 | 514 | 20 | 514 | 17 | 463 | 17 | 463 | | |
controller-virtio-scsi.x86_64-latest.xml | 119 | 119 | 56 | 1224 | 56 | 1224 | 47 | 1172 | 47 | 1172 | | |
controller-order.xml | 119 | 119 | 50 | 1203 | 50 | 1203 | 42 | 1144 | 42 | 1144 | | |
console-virtio.x86_64-latest.xml | 119 | 119 | 27 | 663 | 27 | 663 | 22 | 627 | 22 | 627 | | |
clock-variable.xml | 119 | 119 | 14 | 350 | 14 | 350 | 12 | 322 | 12 | 322 | | |
clock-timer-hyperv-rtc.xml | 119 | 119 | 13 | 345 | 13 | 345 | 11 | 318 | 11 | 318 | | |
clock-france.xml | 119 | 119 | 14 | 345 | 14 | 345 | 11 | 319 | 11 | 319 | | |
chardev-unix-smartcard-missing-path.xml | 119 | 119 | 10 | 275 | 10 | 275 | 9 | 249 | 9 | 249 | | |
chardev-unix-redirdev-missing-path.xml | 119 | 119 | 11 | 292 | 11 | 292 | 9 | 270 | 9 | 270 | | |
channel-virtio.x86_64-latest.xml | 119 | 119 | 28 | 683 | 28 | 683 | 23 | 642 | 23 | 642 | | |
channel-qemu-vdagent.xml | 119 | 119 | 20 | 492 | 20 | 492 | 17 | 454 | 17 | 454 | | |
channel-qemu-vdagent-features.xml | 119 | 119 | 20 | 492 | 20 | 492 | 17 | 454 | 17 | 454 | | |
channel-guestfwd.x86_64-latest.xml | 119 | 119 | 26 | 633 | 26 | 633 | 21 | 595 | 21 | 595 | | |
cdrom-scsi-file.xml | 119 | 119 | 13 | 317 | 13 | 317 | 11 | 293 | 11 | 293 | | |
cdrom-ide-file.xml | 119 | 119 | 13 | 317 | 13 | 317 | 11 | 293 | 11 | 293 | | |
boot-menu-enable.xml | 119 | 119 | 14 | 360 | 14 | 360 | 12 | 334 | 12 | 334 | | |
boot-menu-disable-drive.xml | 119 | 119 | 14 | 360 | 14 | 360 | 12 | 334 | 12 | 334 | | |
blkiotune.x86_64-latest.xml | 119 | 119 | 24 | 596 | 24 | 596 | 20 | 559 | 20 | 559 | | |
bhyvexml2xmlout-msrs.xml | 119 | 119 | 19 | 467 | 19 | 467 | 16 | 447 | 16 | 447 | | |
bhyvexml2xmlout-macaddr.xml | 119 | 119 | 19 | 444 | 19 | 444 | 16 | 427 | 16 | 427 | | |
bhyvexml2xmlout-isa-controller.xml | 119 | 119 | 21 | 493 | 21 | 493 | 18 | 477 | 18 | 477 | | |
bhyvexml2xmlout-input-xhci-tablet.xml | 119 | 119 | 18 | 436 | 18 | 436 | 15 | 415 | 15 | 415 | | |
bhyvexml2xmlout-grub-defaults.xml | 119 | 119 | 19 | 442 | 19 | 442 | 15 | 423 | 15 | 423 | | |
bhyvexml2xmlout-disk-virtio.xml | 119 | 119 | 16 | 399 | 16 | 399 | 14 | 385 | 14 | 385 | | |
bhyvexml2xmlout-disk-cdrom-grub.xml | 119 | 119 | 19 | 449 | 19 | 449 | 16 | 430 | 16 | 430 | | |
bhyvexml2xmlout-custom-loader.xml | 119 | 119 | 19 | 453 | 19 | 453 | 16 | 432 | 16 | 432 | | |
bhyvexml2xmlout-commandline.xml | 119 | 119 | 20 | 487 | 20 | 487 | 17 | 459 | 17 | 459 | | |
bhyvexml2xmlout-bhyveload-explicitargs.x | 119 | 119 | 19 | 444 | 19 | 444 | 16 | 427 | 16 | 427 | | |
bhyvexml2xmlout-bhyveload-bootorder4.xml | 119 | 119 | 24 | 555 | 24 | 555 | 20 | 534 | 20 | 534 | | |
bhyvexml2xmlout-bhyveload-bootorder1.xml | 119 | 119 | 24 | 546 | 24 | 546 | 20 | 525 | 20 | 525 | | |
bhyvexml2xmlout-bhyveload-bootorder.xml | 119 | 119 | 24 | 546 | 24 | 546 | 20 | 525 | 20 | 525 | | |
bhyvexml2xmlout-base.xml | 119 | 119 | 19 | 444 | 19 | 444 | 16 | 427 | 16 | 427 | | |
bhyvexml2xmlout-addr-single-virtio-disk. | 119 | 119 | 16 | 399 | 16 | 399 | 14 | 385 | 14 | 385 | | |
bhyvexml2xmlout-addr-single-sata-disk.xm | 119 | 119 | 19 | 444 | 19 | 444 | 16 | 427 | 16 | 427 | | |
bhyvexml2xmlout-addr-no32devs-single-sat | 119 | 119 | 19 | 444 | 19 | 444 | 16 | 427 | 16 | 427 | | |
bhyvexml2xmlout-addr-no32devs-multiple-s | 119 | 119 | 33 | 731 | 33 | 731 | 28 | 708 | 28 | 708 | | |
bhyvexml2xmlout-addr-isa-controller-on-s | 119 | 119 | 21 | 493 | 21 | 493 | 18 | 477 | 18 | 477 | | |
bhyvexml2xmlout-addr-isa-controller-on-s | 119 | 119 | 21 | 493 | 21 | 493 | 18 | 477 | 18 | 477 | | |
bhyveargv2xml-bhyveload-bootorder.xml | 119 | 119 | 15 | 348 | 15 | 348 | 12 | 335 | 12 | 335 | | |
balloon-device-period.x86_64-latest.xml | 119 | 119 | 24 | 588 | 24 | 588 | 20 | 554 | 20 | 554 | | |
balloon-device-auto.x86_64-latest.xml | 119 | 119 | 24 | 576 | 24 | 576 | 20 | 542 | 20 | 542 | | |
audio-sdl-full.xml | 119 | 119 | 25 | 612 | 25 | 612 | 21 | 552 | 21 | 552 | | |
audio-default-vnc.x86_64-latest.xml | 119 | 119 | 26 | 651 | 26 | 651 | 22 | 606 | 22 | 606 | | |
audio-coreaudio-full.xml | 119 | 119 | 25 | 607 | 25 | 607 | 21 | 549 | 21 | 549 | | |
audio-coreaudio-best.xml | 119 | 119 | 25 | 603 | 25 | 603 | 20 | 547 | 20 | 547 | | |
aarch64-gic-none.xml | 119 | 119 | 7 | 185 | 7 | 185 | 6 | 172 | 6 | 172 | | |
aarch64-gic-none-v3.xml | 119 | 119 | 7 | 185 | 7 | 185 | 6 | 172 | 6 | 172 | | |
aarch64-gic-none-v2.xml | 119 | 119 | 7 | 185 | 7 | 185 | 6 | 172 | 6 | 172 | | |
aarch64-gic-none-tcg.xml | 119 | 119 | 8 | 199 | 8 | 199 | 6 | 185 | 6 | 185 | | |
aarch64-gic-none-both.xml | 119 | 119 | 7 | 185 | 7 | 185 | 6 | 172 | 6 | 172 | | |
xml2vmx-serial-pipe.xml | 120 | 120 | 6 | 138 | 6 | 138 | 5 | 130 | 5 | 130 | | |
xml2vmx-serial-network-client.xml | 120 | 120 | 7 | 161 | 7 | 161 | 6 | 146 | 6 | 146 | | |
xml2vmx-serial-file.xml | 120 | 120 | 6 | 138 | 6 | 138 | 5 | 130 | 5 | 130 | | |
xml2vmx-serial-device.xml | 120 | 120 | 6 | 138 | 6 | 138 | 5 | 130 | 5 | 130 | | |
x86_64-pc-headless.x86_64-latest.xml | 120 | 120 | 41 | 1008 | 41 | 1008 | 34 | 951 | 34 | 951 | | |
x86_64-pc-graphics.x86_64-latest.xml | 120 | 120 | 46 | 1134 | 46 | 1134 | 38 | 1069 | 38 | 1069 | | |
x86_64-default-cpu-tcg-q35-4.2.xml | 120 | 120 | 11 | 257 | 11 | 257 | 9 | 245 | 9 | 245 | | |
x86_64-default-cpu-tcg-pc-4.2.xml | 120 | 120 | 11 | 257 | 11 | 257 | 9 | 245 | 9 | 245 | | |
x86_64-default-cpu-kvm-q35-4.2.xml | 120 | 120 | 11 | 257 | 11 | 257 | 9 | 245 | 9 | 245 | | |
x86_64-default-cpu-kvm-pc-4.2.xml | 120 | 120 | 11 | 257 | 11 | 257 | 9 | 245 | 9 | 245 | | |
watchdog-q35-multiple.xml | 120 | 120 | 13 | 348 | 13 | 348 | 11 | 317 | 11 | 317 | | |
virtio-rng-egd.xml | 120 | 120 | 14 | 389 | 14 | 389 | 12 | 348 | 12 | 348 | | |
virtio-rng-egd-unix.xml | 120 | 120 | 14 | 374 | 14 | 374 | 12 | 337 | 12 | 337 | | |
virtio-iommu-invalid-address-type.xml | 120 | 120 | 8 | 211 | 8 | 211 | 7 | 196 | 7 | 196 | | |
video-device-pciaddr-default.xml | 120 | 120 | 23 | 559 | 23 | 559 | 19 | 532 | 19 | 532 | | |
vhost_queues.x86_64-latest.xml | 120 | 120 | 39 | 932 | 39 | 932 | 32 | 892 | 32 | 892 | | |
usb-redir-filter-version.x86_64-latest.x | 120 | 120 | 27 | 668 | 27 | 668 | 22 | 609 | 22 | 609 | | |
usb-port-missing.xml | 120 | 120 | 11 | 296 | 11 | 296 | 9 | 267 | 9 | 267 | | |
test-fullvirt-vnuma-autocomplete.xml | 120 | 120 | 38 | 1026 | 38 | 1026 | 32 | 916 | 32 | 916 | | |
test-fullvirt-tsc-timer.xml | 120 | 120 | 36 | 867 | 36 | 867 | 30 | 806 | 30 | 806 | | |
test-fullvirt-multi-timer.xml | 120 | 120 | 37 | 883 | 37 | 883 | 31 | 822 | 31 | 822 | | |
test-fullvirt-hpet-timer.xml | 120 | 120 | 36 | 860 | 36 | 860 | 30 | 801 | 30 | 801 | | |
test-fullvirt-direct-kernel-boot.xml | 120 | 120 | 31 | 747 | 31 | 747 | 25 | 696 | 25 | 696 | | |
test-fullvirt-direct-kernel-boot-extra.x | 120 | 120 | 31 | 747 | 31 | 747 | 25 | 696 | 25 | 696 | | |
test-fullvirt-direct-kernel-boot-bogus-e | 120 | 120 | 31 | 747 | 31 | 747 | 25 | 696 | 25 | 696 | | |
tap-vhost.x86_64-latest.xml | 120 | 120 | 40 | 962 | 40 | 962 | 33 | 918 | 33 | 918 | | |
smartcard-passthrough-spicevmc.xml | 120 | 120 | 8 | 205 | 8 | 205 | 7 | 194 | 7 | 194 | | |
smartcard-host-certificates-database.xml | 120 | 120 | 9 | 239 | 9 | 239 | 7 | 213 | 7 | 213 | | |
shmem-invalid-address.xml | 120 | 120 | 12 | 308 | 12 | 308 | 10 | 276 | 10 | 276 | | |
serial-unix-chardev.xml | 120 | 120 | 15 | 403 | 15 | 403 | 12 | 376 | 12 | 376 | | |
serial-tcp-tlsx509-secret-chardev.xml | 120 | 120 | 29 | 717 | 29 | 717 | 24 | 663 | 24 | 663 | | |
serial-tcp-tlsx509-chardev.x86_64-latest | 120 | 120 | 33 | 838 | 33 | 838 | 27 | 763 | 27 | 763 | | |
serial-tcp-tlsx509-chardev-notls.xml | 120 | 120 | 33 | 842 | 33 | 842 | 27 | 765 | 27 | 765 | | |
serial-tcp-tlsx509-chardev-notls.x86_64- | 120 | 120 | 33 | 842 | 33 | 842 | 27 | 765 | 27 | 765 | | |
serial-spiceport.x86_64-latest.xml | 120 | 120 | 34 | 829 | 34 | 829 | 28 | 772 | 28 | 772 | | |
seclabel-static.x86_64-latest.xml | 120 | 120 | 25 | 617 | 25 | 617 | 21 | 571 | 21 | 571 | | |
seclabel-static-relabel.xml | 120 | 120 | 15 | 373 | 15 | 373 | 12 | 335 | 12 | 335 | | |
seclabel-static-labelskip-inactive.x86_6 | 120 | 120 | 25 | 628 | 25 | 628 | 21 | 579 | 21 | 579 | | |
seclabel-static-labelskip-active.x86_64- | 120 | 120 | 27 | 663 | 27 | 663 | 22 | 605 | 22 | 605 | | |
seclabel-dynamic-override-inactive.x86_6 | 120 | 120 | 31 | 766 | 31 | 766 | 26 | 704 | 26 | 704 | | |
seclabel-dynamic-labelskip-inactive.x86_ | 120 | 120 | 25 | 617 | 25 | 617 | 21 | 571 | 21 | 571 | | |
seclabel-dynamic-baselabel-inactive.x86_ | 120 | 120 | 25 | 617 | 25 | 617 | 21 | 571 | 21 | 571 | | |
s390-serial.xml | 120 | 120 | 7 | 162 | 7 | 162 | 5 | 152 | 5 | 152 | | |
s390-serial.s390x-latest.xml | 120 | 120 | 15 | 405 | 15 | 405 | 12 | 362 | 12 | 362 | | |
s390-serial-console.s390x-latest.xml | 120 | 120 | 15 | 405 | 15 | 405 | 12 | 362 | 12 | 362 | | |
s390-defaultconsole.s390x-latest.xml | 120 | 120 | 14 | 381 | 14 | 381 | 12 | 343 | 12 | 343 | | |
s390-allow-bogus-usb-controller.xml | 120 | 120 | 14 | 364 | 14 | 364 | 12 | 343 | 12 | 343 | | |
restore-v2-fd.xml | 120 | 120 | 14 | 340 | 14 | 340 | 11 | 314 | 11 | 314 | | |
qemu-ns-alt.xml | 120 | 120 | 15 | 379 | 15 | 379 | 12 | 337 | 12 | 337 | | |
q35-virt-manager-basic.x86_64-latest.xml | 120 | 120 | 75 | 1802 | 75 | 1802 | 62 | 1687 | 62 | 1687 | | |
q35-pci-force-address.x86_64-latest.xml | 120 | 120 | 32 | 785 | 32 | 785 | 27 | 727 | 27 | 727 | | |
pvpanic-pci-x86_64.x86_64-latest.xml | 120 | 120 | 17 | 447 | 17 | 447 | 14 | 399 | 14 | 399 | | |
pvpanic-pci-aarch64.xml | 120 | 120 | 9 | 234 | 9 | 234 | 8 | 210 | 8 | 210 | | |
pseries-spaprvio-invalid.xml | 120 | 120 | 7 | 172 | 7 | 172 | 6 | 159 | 6 | 159 | | |
pseries-serial-pci.ppc64-latest.xml | 120 | 120 | 17 | 448 | 17 | 448 | 14 | 392 | 14 | 392 | | |
pseries-serial-invalid-machine.xml | 120 | 120 | 8 | 201 | 8 | 201 | 7 | 187 | 7 | 187 | | |
pseries-serial-compat.xml | 120 | 120 | 8 | 202 | 8 | 202 | 7 | 188 | 7 | 188 | | |
pseries-phb-numa-node.xml | 120 | 120 | 20 | 481 | 20 | 481 | 16 | 442 | 16 | 442 | | |
pseries-phb-invalid-target-index-3.xml | 120 | 120 | 8 | 205 | 8 | 205 | 7 | 191 | 7 | 191 | | |
pseries-phb-invalid-target-index-2.xml | 120 | 120 | 8 | 207 | 8 | 207 | 7 | 192 | 7 | 192 | | |
pseries-phb-invalid-target-index-1.xml | 120 | 120 | 9 | 208 | 9 | 208 | 7 | 193 | 7 | 193 | | |
pseries-panic-no-address.ppc64-latest.xm | 120 | 120 | 19 | 517 | 19 | 517 | 16 | 464 | 16 | 464 | | |
pseries-panic-missing.ppc64-latest.xml | 120 | 120 | 19 | 517 | 19 | 517 | 16 | 464 | 16 | 464 | | |
pseries-many-buses-1.ppc64-latest.xml | 120 | 120 | 18 | 474 | 18 | 474 | 15 | 424 | 15 | 424 | | |
pseries-cpu-compat.ppc64-latest.xml | 120 | 120 | 19 | 512 | 19 | 512 | 16 | 461 | 16 | 461 | | |
pseries-cpu-compat-power9.ppc64-latest.x | 120 | 120 | 19 | 512 | 19 | 512 | 16 | 461 | 16 | 461 | | |
pseries-console-virtio.xml | 120 | 120 | 8 | 201 | 8 | 201 | 7 | 190 | 7 | 190 | | |
ppc64-pseries-headless.ppc64-latest.xml | 120 | 120 | 37 | 920 | 37 | 920 | 31 | 865 | 31 | 865 | | |
pcie-root-port-model-ioh3420.xml | 120 | 120 | 10 | 250 | 10 | 250 | 9 | 231 | 9 | 231 | | |
parallel-file.xml | 120 | 120 | 10 | 254 | 10 | 254 | 8 | 226 | 8 | 226 | | |
panic.x86_64-latest.xml | 120 | 120 | 25 | 628 | 25 | 628 | 21 | 581 | 21 | 581 | | |
panic-pseries.ppc64-latest.xml | 120 | 120 | 19 | 517 | 19 | 517 | 16 | 464 | 16 | 464 | | |
panic-no-address.x86_64-latest.xml | 120 | 120 | 25 | 610 | 25 | 610 | 20 | 567 | 20 | 567 | | |
numatune-distances.x86_64-latest.xml | 120 | 120 | 44 | 1222 | 44 | 1222 | 36 | 1048 | 36 | 1048 | | |
numad-auto-vcpu-no-numatune.xml | 120 | 120 | 15 | 371 | 15 | 371 | 12 | 341 | 12 | 341 | | |
nosharepages.x86_64-latest.xml | 120 | 120 | 23 | 564 | 23 | 564 | 19 | 525 | 19 | 525 | | |
net-virtio-rxtxqueuesize.x86_64-latest.x | 120 | 120 | 28 | 663 | 28 | 663 | 23 | 629 | 23 | 629 | | |
net-virtio-device.x86_64-latest.xml | 120 | 120 | 27 | 660 | 27 | 660 | 23 | 626 | 23 | 626 | | |
net-vdpa.x86_64-latest.xml | 120 | 120 | 22 | 535 | 22 | 535 | 18 | 502 | 18 | 502 | | |
net-vdpa-multiqueue.x86_64-latest.xml | 120 | 120 | 22 | 546 | 22 | 546 | 18 | 514 | 18 | 514 | | |
net-midonet.x86_64-latest.xml | 120 | 120 | 28 | 688 | 28 | 688 | 23 | 649 | 23 | 649 | | |
net-coalesce.x86_64-latest.xml | 120 | 120 | 48 | 1126 | 48 | 1126 | 40 | 1083 | 40 | 1083 | | |
net-bandwidth2.x86_64-latest.xml | 120 | 120 | 40 | 991 | 40 | 991 | 33 | 932 | 33 | 932 | | |
net-bandwidth.x86_64-latest.xml | 120 | 120 | 48 | 1174 | 48 | 1174 | 40 | 1101 | 40 | 1101 | | |
multiple-ip.xml | 120 | 120 | 10 | 248 | 10 | 248 | 8 | 221 | 8 | 221 | | |
misc-enable-s4.x86_64-latest.xml | 120 | 120 | 23 | 570 | 23 | 570 | 19 | 526 | 19 | 526 | | |
misc-disable-s3.x86_64-latest.xml | 120 | 120 | 23 | 570 | 23 | 570 | 19 | 526 | 19 | 526 | | |
minimal.x86_64-latest.xml | 120 | 120 | 25 | 604 | 25 | 604 | 21 | 564 | 21 | 564 | | |
memtune.x86_64-latest.xml | 120 | 120 | 25 | 634 | 25 | 634 | 21 | 584 | 21 | 584 | | |
memtune-unlimited.xml | 120 | 120 | 14 | 366 | 14 | 366 | 12 | 334 | 12 | 334 | | |
memory-hotplug-invalid-targetnode.xml | 120 | 120 | 22 | 553 | 22 | 553 | 18 | 508 | 18 | 508 | | |
memory-hotplug-dimm.xml | 120 | 120 | 26 | 692 | 26 | 692 | 22 | 623 | 22 | 623 | | |
machine-loadparm-multiple-disks-nets-s39 | 120 | 120 | 23 | 555 | 23 | 555 | 19 | 509 | 19 | 509 | | |
mach-virt-serial-invalid-machine.xml | 120 | 120 | 9 | 217 | 9 | 217 | 7 | 200 | 7 | 200 | | |
mach-virt-serial-compat.xml | 120 | 120 | 8 | 202 | 8 | 202 | 7 | 188 | 7 | 188 | | |
mach-virt-console-virtio.xml | 120 | 120 | 8 | 201 | 8 | 201 | 7 | 190 | 7 | 190 | | |
lxcconf2xml-memtune.xml | 120 | 120 | 12 | 330 | 12 | 330 | 10 | 293 | 10 | 293 | | |
luks-disks.xml | 120 | 120 | 29 | 706 | 29 | 706 | 24 | 654 | 24 | 654 | | |
luks-disks.x86_64-latest.xml | 120 | 120 | 29 | 706 | 29 | 706 | 24 | 654 | 24 | 654 | | |
lease.x86_64-latest.xml | 120 | 120 | 30 | 727 | 30 | 727 | 25 | 677 | 25 | 677 | | |
launch-security-sev-missing-platform-inf | 120 | 120 | 19 | 467 | 19 | 467 | 16 | 437 | 16 | 437 | | |
iothreads-virtio-scsi-pci.x86_64-latest. | 120 | 120 | 31 | 724 | 31 | 724 | 25 | 688 | 25 | 688 | | |
iothreads-ids-partial.x86_64-latest.xml | 120 | 120 | 20 | 515 | 20 | 515 | 17 | 469 | 17 | 469 | | |
iothreads-disk.x86_64-latest.xml | 120 | 120 | 28 | 668 | 28 | 668 | 23 | 634 | 23 | 634 | | |
interface-driver.x86_64-latest.xml | 120 | 120 | 39 | 950 | 39 | 950 | 33 | 906 | 33 | 906 | | |
input-linux.xml | 120 | 120 | 19 | 479 | 19 | 479 | 15 | 434 | 15 | 434 | | |
input-linux.x86_64-latest.xml | 120 | 120 | 19 | 479 | 19 | 479 | 15 | 434 | 15 | 434 | | |
hyperv-passthrough.xml | 120 | 120 | 13 | 338 | 13 | 338 | 11 | 309 | 11 | 309 | | |
hyperv-panic.x86_64-latest.xml | 120 | 120 | 17 | 435 | 17 | 435 | 14 | 394 | 14 | 394 | | |
hostdev-usb-address.xml | 120 | 120 | 19 | 478 | 19 | 478 | 16 | 445 | 16 | 445 | | |
hostdev-pci-address.xml | 120 | 120 | 20 | 481 | 20 | 481 | 16 | 453 | 16 | 453 | | |
graphics-vnc.x86_64-latest.xml | 120 | 120 | 26 | 653 | 26 | 653 | 22 | 606 | 22 | 606 | | |
graphics-vnc-sasl.x86_64-latest.xml | 120 | 120 | 26 | 653 | 26 | 653 | 22 | 606 | 22 | 606 | | |
graphics-vnc-remove-generated-socket-ina | 120 | 120 | 26 | 644 | 26 | 644 | 22 | 599 | 22 | 599 | | |
graphics-vnc-remove-generated-socket-act | 120 | 120 | 26 | 645 | 26 | 645 | 22 | 598 | 22 | 598 | | |
graphics-vnc-no-listen-attr.x86_64-lates | 120 | 120 | 26 | 653 | 26 | 653 | 22 | 606 | 22 | 606 | | |
graphics-vnc-auto-socket-cfg.x86_64-late | 120 | 120 | 26 | 644 | 26 | 644 | 22 | 599 | 22 | 599 | | |
graphics-spice-sasl.xml | 120 | 120 | 16 | 394 | 16 | 394 | 13 | 367 | 13 | 367 | | |
graphics-spice-qxl-vga.xml | 120 | 120 | 20 | 490 | 20 | 490 | 16 | 452 | 16 | 452 | | |
graphics-spice-invalid-egl-headless.xml | 120 | 120 | 17 | 418 | 17 | 418 | 14 | 389 | 14 | 389 | | |
graphics-spice-egl-headless.xml | 120 | 120 | 17 | 424 | 17 | 424 | 14 | 395 | 14 | 395 | | |
graphics-spice-agent-file-xfer.xml | 120 | 120 | 18 | 473 | 18 | 473 | 15 | 434 | 15 | 434 | | |
graphics-sdl.x86_64-latest.xml | 120 | 120 | 25 | 617 | 25 | 617 | 21 | 569 | 21 | 569 | | |
graphics-sdl-fullscreen.x86_64-latest.xm | 120 | 120 | 25 | 621 | 25 | 621 | 21 | 571 | 21 | 571 | | |
graphics-dbus-audio.xml | 120 | 120 | 27 | 667 | 27 | 667 | 22 | 609 | 22 | 609 | | |
graphics-dbus-audio.x86_64-latest.xml | 120 | 120 | 27 | 667 | 27 | 667 | 22 | 609 | 22 | 609 | | |
genid-inactive.x86_64-latest.xml | 120 | 120 | 19 | 481 | 19 | 481 | 16 | 443 | 16 | 443 | | |
genid-auto-inactive.x86_64-latest.xml | 120 | 120 | 19 | 481 | 19 | 481 | 16 | 443 | 16 | 443 | | |
genid-auto-active.x86_64-latest.xml | 120 | 120 | 19 | 485 | 19 | 485 | 16 | 445 | 16 | 445 | | |
genid-active.x86_64-latest.xml | 120 | 120 | 19 | 485 | 19 | 485 | 16 | 445 | 16 | 445 | | |
fullvirt-acpi-slic.xml | 120 | 120 | 16 | 391 | 16 | 391 | 13 | 356 | 13 | 356 | | |
floppy-file.xml | 120 | 120 | 17 | 387 | 17 | 387 | 14 | 359 | 14 | 359 | | |
firmware-manual-efi.x86_64-latest.xml | 120 | 120 | 18 | 479 | 18 | 479 | 15 | 425 | 15 | 425 | | |
firmware-manual-efi-stateless.x86_64-lat | 120 | 120 | 16 | 415 | 16 | 415 | 13 | 374 | 13 | 374 | | |
firmware-manual-efi-secboot-legacy-paths | 120 | 120 | 20 | 518 | 20 | 518 | 17 | 472 | 17 | 472 | | |
firmware-manual-efi-rw.x86_64-latest.xml | 120 | 120 | 15 | 410 | 15 | 410 | 13 | 371 | 13 | 371 | | |
firmware-manual-efi-rw-implicit.x86_64-l | 120 | 120 | 15 | 405 | 15 | 405 | 13 | 366 | 13 | 366 | | |
firmware-manual-efi-nvram-template.x86_6 | 120 | 120 | 18 | 479 | 18 | 479 | 15 | 425 | 15 | 425 | | |
firmware-manual-efi-no-enrolled-keys-leg | 120 | 120 | 20 | 518 | 20 | 518 | 17 | 472 | 17 | 472 | | |
firmware-manual-efi-features.x86_64-late | 120 | 120 | 18 | 479 | 18 | 479 | 15 | 425 | 15 | 425 | | |
firmware-manual-bios.x86_64-latest.xml | 120 | 120 | 14 | 388 | 14 | 388 | 12 | 349 | 12 | 349 | | |
firmware-manual-bios-stateless.x86_64-la | 120 | 120 | 15 | 393 | 15 | 393 | 12 | 352 | 12 | 352 | | |
disk-virtio-scsi-reservations.xml | 120 | 120 | 31 | 747 | 31 | 747 | 26 | 707 | 26 | 707 | | |
disk-virtio-scsi-reservations.x86_64-lat | 120 | 120 | 31 | 747 | 31 | 747 | 26 | 707 | 26 | 707 | | |
disk-virtio-ccw.xml | 120 | 120 | 15 | 362 | 15 | 362 | 12 | 333 | 12 | 333 | | |
disk-source-pool.x86_64-latest.xml | 120 | 120 | 47 | 1017 | 47 | 1017 | 39 | 957 | 39 | 957 | | |
disk-serial.x86_64-latest.xml | 120 | 120 | 33 | 766 | 33 | 766 | 28 | 723 | 28 | 723 | | |
disk-sata-device.xml | 120 | 120 | 14 | 353 | 14 | 353 | 12 | 327 | 12 | 327 | | |
disk-readonly-disk.xml | 120 | 120 | 18 | 424 | 18 | 424 | 15 | 394 | 15 | 394 | | |
disk-nvme.xml | 120 | 120 | 43 | 1024 | 43 | 1024 | 35 | 943 | 35 | 943 | | |
disk-nvme.x86_64-latest.xml | 120 | 120 | 43 | 1024 | 43 | 1024 | 35 | 943 | 35 | 943 | | |
disk-network-vxhs.x86_64-5.0.0.xml | 120 | 120 | 22 | 543 | 22 | 543 | 18 | 508 | 18 | 508 | | |
disk-network-tlsx509-vxhs.x86_64-5.0.0.x | 120 | 120 | 35 | 828 | 35 | 828 | 29 | 791 | 29 | 791 | | |
disk-network-rbd-encryption-luks-any.x86 | 120 | 120 | 25 | 631 | 25 | 631 | 20 | 588 | 20 | 588 | | |
disk-metadata-cache.x86_64-latest.xml | 120 | 120 | 33 | 792 | 33 | 792 | 27 | 738 | 27 | 738 | | |
disk-ioeventfd.xml | 120 | 120 | 24 | 559 | 24 | 559 | 20 | 532 | 20 | 532 | | |
disk-error-policy.x86_64-latest.xml | 120 | 120 | 34 | 769 | 34 | 769 | 28 | 720 | 28 | 720 | | |
disk-error-policy-s390x.xml | 120 | 120 | 23 | 541 | 23 | 541 | 19 | 503 | 19 | 503 | | |
disk-cdrom.x86_64-latest.xml | 120 | 120 | 37 | 838 | 37 | 838 | 30 | 789 | 30 | 789 | | |
disk-cdrom-tray.xml | 120 | 120 | 26 | 592 | 26 | 592 | 22 | 562 | 22 | 562 | | |
disk-cdrom-network.x86_64-latest.xml | 120 | 120 | 41 | 966 | 41 | 966 | 34 | 904 | 34 | 904 | | |
disk-cdrom-empty-network-invalid-inactiv | 120 | 120 | 22 | 541 | 22 | 541 | 18 | 503 | 18 | 503 | | |
disk-cdrom-empty-network-invalid-active. | 120 | 120 | 22 | 541 | 22 | 541 | 18 | 503 | 18 | 503 | | |
disk-cache.x86_64-latest.xml | 120 | 120 | 46 | 986 | 46 | 986 | 38 | 935 | 38 | 935 | | |
disk-blockio.xml | 120 | 120 | 18 | 437 | 18 | 437 | 15 | 406 | 15 | 406 | | |
disk-address-conflict.xml | 120 | 120 | 14 | 340 | 14 | 340 | 12 | 318 | 12 | 318 | | |
disk-active-commit-inactive.x86_64-lates | 120 | 120 | 26 | 630 | 26 | 630 | 21 | 591 | 21 | 591 | | |
devices-acpi-index.x86_64-latest.xml | 120 | 120 | 44 | 1013 | 44 | 1013 | 36 | 971 | 36 | 971 | | |
default-video-type-x86_64.x86_64-latest. | 120 | 120 | 18 | 460 | 18 | 460 | 15 | 415 | 15 | 415 | | |
cputune.xml | 120 | 120 | 25 | 640 | 25 | 640 | 21 | 562 | 21 | 562 | | |
cpu-kvmclock.xml | 120 | 120 | 14 | 367 | 14 | 367 | 11 | 332 | 11 | 332 | | |
cpu-host-kvmclock.xml | 120 | 120 | 13 | 343 | 13 | 343 | 11 | 313 | 11 | 313 | | |
cpu-eoi-enabled.xml | 120 | 120 | 14 | 384 | 14 | 384 | 12 | 346 | 12 | 346 | | |
cpu-eoi-disabled.xml | 120 | 120 | 14 | 384 | 14 | 384 | 12 | 346 | 12 | 346 | | |
console-virtio-unix.xml | 120 | 120 | 13 | 338 | 13 | 338 | 11 | 317 | 11 | 317 | | |
console-virtio-ccw.xml | 120 | 120 | 12 | 304 | 12 | 304 | 10 | 281 | 10 | 281 | | |
console-compat-auto.x86_64-latest.xml | 120 | 120 | 27 | 661 | 27 | 661 | 22 | 618 | 22 | 618 | | |
channel-virtio-state-active.x86_64-lates | 120 | 120 | 33 | 807 | 33 | 807 | 27 | 750 | 27 | 750 | | |
channel-unix-source-path.xml | 120 | 120 | 19 | 459 | 19 | 459 | 16 | 445 | 16 | 445 | | |
channel-unix-source-path-active.x86_64-l | 120 | 120 | 36 | 882 | 36 | 882 | 30 | 812 | 30 | 812 | | |
boot-floppy-q35.xml | 120 | 120 | 31 | 749 | 31 | 749 | 26 | 696 | 26 | 696 | | |
boot-floppy-q35.x86_64-latest.xml | 120 | 120 | 31 | 749 | 31 | 749 | 26 | 696 | 26 | 696 | | |
boot-cdrom.x86_64-latest.xml | 120 | 120 | 23 | 554 | 23 | 554 | 19 | 515 | 19 | 515 | | |
blkdeviotune.x86_64-latest.xml | 120 | 120 | 31 | 751 | 31 | 751 | 26 | 702 | 26 | 702 | | |
bhyvexml2xmlout-serial.xml | 120 | 120 | 25 | 592 | 25 | 592 | 20 | 565 | 20 | 565 | | |
bhyvexml2xmlout-grub-bootorder2.xml | 120 | 120 | 30 | 667 | 30 | 667 | 25 | 640 | 25 | 640 | | |
bhyvexml2xmlout-grub-bootorder.xml | 120 | 120 | 29 | 643 | 29 | 643 | 24 | 616 | 24 | 616 | | |
bhyvexml2xmlout-fs-9p.xml | 120 | 120 | 22 | 519 | 22 | 519 | 18 | 492 | 18 | 492 | | |
bhyvexml2xmlout-console.xml | 120 | 120 | 25 | 592 | 25 | 592 | 20 | 565 | 20 | 565 | | |
bhyvexml2xmlout-bhyveload-bootorder3.xml | 120 | 120 | 24 | 544 | 24 | 544 | 20 | 523 | 20 | 523 | | |
bhyvexml2xmlout-addr-multiple-virtio-dis | 120 | 120 | 27 | 597 | 27 | 597 | 22 | 583 | 22 | 583 | | |
bhyvexml2xmlout-addr-multiple-sata-disks | 120 | 120 | 29 | 634 | 29 | 634 | 24 | 609 | 24 | 609 | | |
bhyvexml2argv-vnc.xml | 120 | 120 | 14 | 320 | 14 | 320 | 12 | 313 | 12 | 313 | | |
bhyvexml2argv-vnc-vgaconf-on.xml | 120 | 120 | 16 | 365 | 16 | 365 | 13 | 352 | 13 | 352 | | |
bhyvexml2argv-vnc-vgaconf-off.xml | 120 | 120 | 16 | 365 | 16 | 365 | 13 | 352 | 13 | 352 | | |
bhyvexml2argv-vnc-vgaconf-io.xml | 120 | 120 | 16 | 365 | 16 | 365 | 13 | 352 | 13 | 352 | | |
bhyvexml2argv-vnc-password.xml | 120 | 120 | 14 | 325 | 14 | 325 | 12 | 316 | 12 | 316 | | |
bhyvexml2argv-vnc-password-comma.xml | 120 | 120 | 14 | 325 | 14 | 325 | 12 | 316 | 12 | 316 | | |
bhyvexml2argv-vnc-autoport.xml | 120 | 120 | 14 | 325 | 14 | 325 | 12 | 318 | 12 | 318 | | |
bhyvexml2argv-addr-isa-controller-on-slo | 120 | 120 | 15 | 325 | 15 | 325 | 12 | 317 | 12 | 317 | | |
bhyvexml2argv-addr-isa-controller-on-slo | 120 | 120 | 15 | 325 | 15 | 325 | 12 | 317 | 12 | 317 | | |
audio-spice-minimal.xml | 120 | 120 | 25 | 592 | 25 | 592 | 20 | 558 | 20 | 558 | | |
audio-spice-minimal.x86_64-latest.xml | 120 | 120 | 26 | 641 | 26 | 641 | 22 | 597 | 22 | 597 | | |
audio-spice-full.xml | 120 | 120 | 28 | 686 | 28 | 686 | 23 | 625 | 23 | 625 | | |
audio-spice-full.x86_64-latest.xml | 120 | 120 | 29 | 735 | 29 | 735 | 24 | 664 | 24 | 664 | | |
audio-spice-best.xml | 120 | 120 | 28 | 683 | 28 | 683 | 23 | 624 | 23 | 624 | | |
audio-spice-best.x86_64-latest.xml | 120 | 120 | 29 | 732 | 29 | 732 | 24 | 663 | 24 | 663 | | |
audio-sdl-minimal.xml | 120 | 120 | 21 | 505 | 21 | 505 | 17 | 476 | 17 | 476 | | |
audio-sdl-minimal.x86_64-latest.xml | 120 | 120 | 23 | 554 | 23 | 554 | 19 | 515 | 19 | 515 | | |
audio-sdl-full.x86_64-latest.xml | 120 | 120 | 27 | 661 | 27 | 661 | 22 | 591 | 22 | 591 | | |
audio-sdl-best.xml | 120 | 120 | 24 | 603 | 24 | 603 | 20 | 546 | 20 | 546 | | |
audio-sdl-best.x86_64-latest.xml | 120 | 120 | 26 | 652 | 26 | 652 | 21 | 585 | 21 | 585 | | |
audio-pulseaudio-minimal.xml | 120 | 120 | 21 | 505 | 21 | 505 | 17 | 476 | 17 | 476 | | |
audio-pulseaudio-minimal.x86_64-latest.x | 120 | 120 | 23 | 554 | 23 | 554 | 19 | 515 | 19 | 515 | | |
audio-pulseaudio-full.xml | 120 | 120 | 25 | 628 | 25 | 628 | 21 | 560 | 21 | 560 | | |
audio-pulseaudio-full.x86_64-latest.xml | 120 | 120 | 27 | 677 | 27 | 677 | 22 | 599 | 22 | 599 | | |
audio-pulseaudio-best.xml | 120 | 120 | 25 | 616 | 25 | 616 | 21 | 554 | 21 | 554 | | |
audio-pulseaudio-best.x86_64-latest.xml | 120 | 120 | 27 | 665 | 27 | 665 | 22 | 593 | 22 | 593 | | |
audio-oss-minimal.xml | 120 | 120 | 21 | 505 | 21 | 505 | 17 | 476 | 17 | 476 | | |
audio-oss-minimal.x86_64-latest.xml | 120 | 120 | 23 | 554 | 23 | 554 | 19 | 515 | 19 | 515 | | |
audio-oss-full.xml | 120 | 120 | 26 | 636 | 26 | 636 | 21 | 564 | 21 | 564 | | |
audio-oss-full.x86_64-latest.xml | 120 | 120 | 27 | 685 | 27 | 685 | 23 | 603 | 23 | 603 | | |
audio-oss-best.xml | 120 | 120 | 25 | 620 | 25 | 620 | 21 | 556 | 21 | 556 | | |
audio-oss-best.x86_64-latest.xml | 120 | 120 | 27 | 669 | 27 | 669 | 22 | 595 | 22 | 595 | | |
audio-none-minimal.xml | 120 | 120 | 21 | 505 | 21 | 505 | 17 | 476 | 17 | 476 | | |
audio-none-minimal.x86_64-latest.xml | 120 | 120 | 23 | 554 | 23 | 554 | 19 | 515 | 19 | 515 | | |
audio-none-full.xml | 120 | 120 | 24 | 599 | 24 | 599 | 20 | 543 | 20 | 543 | | |
audio-none-full.x86_64-latest.xml | 120 | 120 | 26 | 648 | 26 | 648 | 21 | 582 | 21 | 582 | | |
audio-none-best.xml | 120 | 120 | 24 | 596 | 24 | 596 | 20 | 542 | 20 | 542 | | |
audio-none-best.x86_64-latest.xml | 120 | 120 | 26 | 645 | 26 | 645 | 21 | 581 | 21 | 581 | | |
audio-jack-minimal.xml | 120 | 120 | 21 | 505 | 21 | 505 | 17 | 476 | 17 | 476 | | |
audio-jack-full.xml | 120 | 120 | 25 | 625 | 25 | 625 | 21 | 557 | 21 | 557 | | |
audio-jack-full.x86_64-latest.xml | 120 | 120 | 27 | 674 | 27 | 674 | 22 | 596 | 22 | 596 | | |
audio-file-minimal.xml | 120 | 120 | 21 | 505 | 21 | 505 | 17 | 476 | 17 | 476 | | |
audio-file-minimal.x86_64-latest.xml | 120 | 120 | 23 | 554 | 23 | 554 | 19 | 515 | 19 | 515 | | |
audio-file-full.xml | 120 | 120 | 24 | 604 | 24 | 605 | 20 | 546 | 20 | 546 | | |
audio-file-full.x86_64-latest.xml | 120 | 120 | 26 | 653 | 26 | 653 | 21 | 585 | 21 | 585 | | |
audio-file-best.xml | 120 | 120 | 24 | 600 | 24 | 600 | 20 | 544 | 20 | 544 | | |
audio-file-best.x86_64-latest.xml | 120 | 120 | 26 | 649 | 26 | 649 | 21 | 583 | 21 | 583 | | |
audio-default-spice.x86_64-latest.xml | 120 | 120 | 26 | 641 | 26 | 641 | 22 | 597 | 22 | 597 | | |
audio-default-sdl.x86_64-latest.xml | 120 | 120 | 26 | 633 | 26 | 633 | 21 | 585 | 21 | 585 | | |
audio-default-nographics.x86_64-latest.x | 120 | 120 | 23 | 554 | 23 | 554 | 19 | 515 | 19 | 515 | | |
audio-coreaudio-minimal.xml | 120 | 120 | 21 | 505 | 21 | 505 | 17 | 476 | 17 | 476 | | |
audio-coreaudio-minimal.x86_64-latest.xm | 120 | 120 | 23 | 554 | 23 | 554 | 19 | 515 | 19 | 515 | | |
audio-coreaudio-full.x86_64-latest.xml | 120 | 120 | 26 | 656 | 26 | 656 | 22 | 588 | 22 | 588 | | |
audio-coreaudio-best.x86_64-latest.xml | 120 | 120 | 26 | 652 | 26 | 652 | 22 | 586 | 22 | 586 | | |
audio-alsa-minimal.xml | 120 | 120 | 21 | 505 | 21 | 505 | 17 | 476 | 17 | 476 | | |
audio-alsa-minimal.x86_64-latest.xml | 120 | 120 | 23 | 554 | 23 | 554 | 19 | 515 | 19 | 515 | | |
audio-alsa-full.xml | 120 | 120 | 25 | 609 | 25 | 609 | 21 | 549 | 21 | 549 | | |
audio-alsa-full.x86_64-latest.xml | 120 | 120 | 27 | 658 | 27 | 658 | 22 | 588 | 22 | 588 | | |
audio-alsa-best.xml | 120 | 120 | 24 | 604 | 24 | 604 | 20 | 546 | 20 | 546 | | |
audio-alsa-best.x86_64-latest.xml | 120 | 120 | 26 | 653 | 26 | 653 | 21 | 585 | 21 | 585 | | |
async-teardown.x86_64-latest.xml | 120 | 120 | 25 | 618 | 25 | 618 | 21 | 577 | 21 | 577 | | |
acpi-table.x86_64-latest.xml | 120 | 120 | 20 | 496 | 20 | 496 | 16 | 454 | 16 | 454 | | |
aarch64-virt-default-nic.xml | 120 | 120 | 9 | 226 | 9 | 226 | 8 | 212 | 8 | 212 | | |
aarch64-gic-not-virt.xml | 120 | 120 | 8 | 203 | 8 | 203 | 7 | 189 | 7 | 189 | | |
aarch64-gic-not-arm.xml | 120 | 120 | 8 | 203 | 8 | 203 | 7 | 189 | 7 | 189 | | |
aarch64-gic-invalid.xml | 120 | 120 | 8 | 208 | 8 | 208 | 7 | 192 | 7 | 192 | | |
aarch64-gic-default.xml | 120 | 120 | 8 | 203 | 8 | 203 | 7 | 189 | 7 | 189 | | |
aarch64-gic-default-v3.xml | 120 | 120 | 8 | 203 | 8 | 203 | 7 | 189 | 7 | 189 | | |
aarch64-gic-default-v2.xml | 120 | 120 | 8 | 203 | 8 | 203 | 7 | 189 | 7 | 189 | | |
aarch64-gic-default-both.xml | 120 | 120 | 8 | 203 | 8 | 203 | 7 | 189 | 7 | 189 | | |
aarch64-aavmf-virtio-mmio.xml | 120 | 120 | 21 | 552 | 21 | 552 | 17 | 514 | 17 | 514 | | |
x86-kvm-32-on-64.x86_64-latest.xml | 121 | 121 | 14 | 371 | 14 | 371 | 11 | 332 | 11 | 332 | | |
watchdog.x86_64-latest.xml | 121 | 121 | 23 | 567 | 23 | 567 | 19 | 526 | 19 | 526 | | |
variable-clock-hvm.xml | 121 | 121 | 16 | 386 | 16 | 386 | 13 | 359 | 13 | 359 | | |
user-aliases2.xml | 121 | 121 | 19 | 471 | 19 | 471 | 16 | 440 | 16 | 440 | | |
usb-too-long-port-path-invalid.xml | 121 | 121 | 15 | 389 | 15 | 389 | 12 | 348 | 12 | 348 | | |
tpm-emulator-spapr.xml | 121 | 121 | 33 | 869 | 33 | 869 | 27 | 783 | 27 | 783 | | |
tpm-emulator-spapr.ppc64-latest.xml | 121 | 121 | 33 | 869 | 33 | 869 | 27 | 783 | 27 | 783 | | |
test-vif-typename.xml | 121 | 121 | 24 | 607 | 24 | 607 | 20 | 562 | 20 | 562 | | |
test-vif-rate.xml | 121 | 121 | 35 | 827 | 35 | 827 | 29 | 771 | 29 | 771 | | |
test-spice.xml | 121 | 121 | 30 | 743 | 30 | 743 | 25 | 686 | 25 | 686 | | |
test-spice-features.xml | 121 | 121 | 30 | 743 | 30 | 743 | 25 | 686 | 25 | 686 | | |
test-new-disk.xml | 121 | 121 | 35 | 804 | 35 | 804 | 28 | 751 | 28 | 751 | | |
test-fullvirt-vnuma.xml | 121 | 121 | 38 | 1012 | 38 | 1012 | 31 | 898 | 31 | 898 | | |
test-fullvirt-utc.xml | 121 | 121 | 29 | 714 | 29 | 714 | 24 | 663 | 24 | 663 | | |
test-fullvirt-usbtablet-no-bus.xml | 121 | 121 | 25 | 589 | 25 | 589 | 20 | 549 | 20 | 549 | | |
test-fullvirt-ovswitch-trunked.xml | 121 | 121 | 26 | 660 | 26 | 660 | 21 | 603 | 21 | 603 | | |
test-fullvirt-ovswitch-tagged.xml | 121 | 121 | 25 | 643 | 25 | 643 | 21 | 591 | 21 | 591 | | |
test-fullvirt-ovmf.xml | 121 | 121 | 35 | 809 | 35 | 809 | 28 | 756 | 28 | 756 | | |
test-fullvirt-nohap.xml | 121 | 121 | 30 | 727 | 30 | 727 | 24 | 673 | 24 | 673 | | |
test-fullvirt-new-cdrom.xml | 121 | 121 | 29 | 714 | 29 | 714 | 24 | 663 | 24 | 663 | | |
test-fullvirt-net-netfront.xml | 121 | 121 | 29 | 714 | 29 | 714 | 24 | 663 | 24 | 663 | | |
test-fullvirt-localtime.xml | 121 | 121 | 29 | 714 | 29 | 714 | 24 | 663 | 24 | 663 | | |
test-fullvirt-hypervisor-features.xml | 121 | 121 | 25 | 635 | 25 | 635 | 20 | 583 | 20 | 583 | | |
test-fullvirt-force-nohpet.xml | 121 | 121 | 30 | 734 | 30 | 734 | 25 | 683 | 25 | 683 | | |
test-fullvirt-force-hpet.xml | 121 | 121 | 30 | 734 | 30 | 734 | 25 | 683 | 25 | 683 | | |
test-fullvirt-default-feature.xml | 121 | 121 | 30 | 734 | 30 | 734 | 25 | 683 | 25 | 683 | | |
test-disk-qed.xml | 121 | 121 | 24 | 607 | 24 | 607 | 20 | 562 | 20 | 562 | | |
test-disk-positional-parms-full.xml | 121 | 121 | 35 | 804 | 35 | 804 | 28 | 751 | 28 | 751 | | |
smartcard-passthrough-unix.xml | 121 | 121 | 9 | 228 | 9 | 228 | 7 | 205 | 7 | 205 | | |
smartcard-passthrough-tcp.xml | 121 | 121 | 9 | 233 | 9 | 233 | 7 | 208 | 7 | 208 | | |
smartcard-passthrough-spicevmc.x86_64-la | 121 | 121 | 23 | 577 | 23 | 577 | 19 | 527 | 19 | 527 | | |
smartcard-host.x86_64-latest.xml | 121 | 121 | 19 | 486 | 19 | 486 | 16 | 442 | 16 | 442 | | |
smartcard-controller.x86_64-latest.xml | 121 | 121 | 19 | 486 | 19 | 486 | 16 | 442 | 16 | 442 | | |
serial-vc-chardev.xml | 121 | 121 | 15 | 379 | 15 | 379 | 12 | 352 | 12 | 352 | | |
serial-tcp-tlsx509-chardev.xml | 121 | 121 | 22 | 562 | 22 | 562 | 18 | 504 | 18 | 504 | | |
serial-tcp-tlsx509-chardev-verify.xml | 121 | 121 | 22 | 562 | 22 | 562 | 18 | 504 | 18 | 504 | | |
serial-tcp-telnet-chardev.xml | 121 | 121 | 18 | 470 | 18 | 470 | 15 | 426 | 15 | 426 | | |
serial-tcp-chardev.xml | 121 | 121 | 18 | 470 | 18 | 470 | 15 | 426 | 15 | 426 | | |
serial-file-chardev.xml | 121 | 121 | 17 | 429 | 17 | 429 | 14 | 397 | 14 | 397 | | |
serial-dev-chardev.xml | 121 | 121 | 17 | 424 | 17 | 424 | 14 | 394 | 14 | 394 | | |
serial-dev-chardev-iobase.xml | 121 | 121 | 18 | 464 | 18 | 464 | 15 | 426 | 15 | 426 | | |
s390x-ccw-graphics.s390x-latest.xml | 121 | 121 | 35 | 919 | 35 | 919 | 29 | 830 | 29 | 830 | | |
restore-v2.x86_64-latest.xml | 121 | 121 | 22 | 547 | 22 | 547 | 18 | 508 | 18 | 508 | | |
qemuhotplug-graphics-spice-listen-networ | 121 | 121 | 25 | 659 | 25 | 659 | 21 | 586 | 21 | 586 | | |
qemu-ns-no-env.x86_64-latest.xml | 121 | 121 | 24 | 590 | 24 | 590 | 20 | 540 | 20 | 540 | | |
pvpanic-pci-invalid-address-aarch64.xml | 121 | 121 | 9 | 223 | 9 | 223 | 7 | 202 | 7 | 202 | | |
pseries-usb-default.xml | 121 | 121 | 8 | 192 | 8 | 192 | 6 | 178 | 6 | 178 | | |
pseries-serial-pci.xml | 121 | 121 | 8 | 200 | 8 | 200 | 6 | 186 | 6 | 186 | | |
pseries-serial-native.xml | 121 | 121 | 7 | 184 | 7 | 184 | 6 | 172 | 6 | 172 | | |
pseries-phb-simple.ppc64-latest.xml | 121 | 121 | 18 | 469 | 18 | 469 | 15 | 411 | 15 | 411 | | |
pseries-phb-default-missing.ppc64-latest | 121 | 121 | 18 | 469 | 18 | 469 | 15 | 411 | 15 | 411 | | |
pseries-many-buses-2.ppc64-latest.xml | 121 | 121 | 18 | 469 | 18 | 469 | 15 | 411 | 15 | 411 | | |
pseries-cpu-le.xml | 121 | 121 | 8 | 192 | 8 | 192 | 6 | 178 | 6 | 178 | | |
pseries-console-virtio.ppc64-latest.xml | 121 | 121 | 18 | 454 | 18 | 454 | 14 | 411 | 14 | 411 | | |
pseries-console-native.xml | 121 | 121 | 8 | 185 | 8 | 185 | 6 | 173 | 6 | 173 | | |
pseries-basic.xml | 121 | 121 | 8 | 192 | 8 | 192 | 6 | 178 | 6 | 178 | | |
ppc64-pseries-graphics.ppc64-latest.xml | 121 | 121 | 43 | 1061 | 43 | 1061 | 35 | 992 | 35 | 992 | | |
pcihole64-q35.xml | 121 | 121 | 18 | 450 | 18 | 450 | 15 | 412 | 15 | 412 | | |
pcie-root-port-model-generic.xml | 121 | 121 | 12 | 288 | 12 | 288 | 10 | 263 | 10 | 263 | | |
pci-rom.xml | 121 | 121 | 27 | 665 | 27 | 665 | 22 | 625 | 22 | 625 | | |
pci-rom-disabled.x86_64-latest.xml | 121 | 121 | 18 | 458 | 18 | 458 | 15 | 419 | 15 | 419 | | |
pci-expander-bus.x86_64-latest.xml | 121 | 121 | 144 | 2943 | 144 | 2943 | 118 | 2963 | 118 | 2963 | | |
pci-bridge.x86_64-latest.xml | 121 | 121 | 153 | 3130 | 153 | 3130 | 125 | 3141 | 125 | 3141 | | |
pci-bridge-duplicate-index.xml | 121 | 121 | 9 | 226 | 9 | 226 | 8 | 210 | 8 | 210 | | |
pci-autofill-addr.xml | 121 | 121 | 17 | 420 | 17 | 420 | 14 | 395 | 14 | 395 | | |
panic-double.x86_64-latest.xml | 121 | 121 | 18 | 468 | 18 | 468 | 15 | 418 | 15 | 418 | | |
net-virtio.x86_64-latest.xml | 121 | 121 | 26 | 618 | 26 | 618 | 21 | 581 | 21 | 581 | | |
net-virtio-rss.xml | 121 | 121 | 37 | 833 | 37 | 833 | 30 | 797 | 30 | 797 | | |
net-virtio-rss.x86_64-latest.xml | 121 | 121 | 37 | 833 | 37 | 833 | 30 | 797 | 30 | 797 | | |
net-virtio-network-portgroup.x86_64-late | 121 | 121 | 41 | 972 | 41 | 972 | 34 | 905 | 34 | 905 | | |
net-user.x86_64-latest.xml | 121 | 121 | 26 | 618 | 26 | 618 | 21 | 581 | 21 | 581 | | |
net-user-addr.xml | 121 | 121 | 27 | 662 | 27 | 662 | 22 | 613 | 22 | 613 | | |
net-user-addr.x86_64-latest.xml | 121 | 121 | 27 | 662 | 27 | 662 | 22 | 613 | 22 | 613 | | |
net-server.xml | 121 | 121 | 15 | 368 | 15 | 368 | 12 | 339 | 12 | 339 | | |
net-openvswitch.x86_64-latest.xml | 121 | 121 | 30 | 744 | 30 | 744 | 25 | 691 | 25 | 691 | | |
net-mcast.xml | 121 | 121 | 15 | 368 | 15 | 368 | 12 | 339 | 12 | 339 | | |
net-eth.x86_64-latest.xml | 121 | 121 | 26 | 631 | 26 | 631 | 21 | 591 | 21 | 591 | | |
net-eth-unmanaged-tap.x86_64-latest.xml | 121 | 121 | 26 | 636 | 26 | 636 | 22 | 599 | 22 | 599 | | |
net-eth-ifname.x86_64-latest.xml | 121 | 121 | 26 | 644 | 26 | 644 | 22 | 604 | 22 | 604 | | |
net-eth-hostip.x86_64-latest.xml | 121 | 121 | 28 | 692 | 28 | 692 | 23 | 637 | 23 | 637 | | |
net-client.xml | 121 | 121 | 15 | 368 | 15 | 368 | 12 | 339 | 12 | 339 | | |
net-bandwidth2.xml | 121 | 121 | 36 | 861 | 36 | 861 | 29 | 815 | 29 | 815 | | |
net-bandwidth.xml | 121 | 121 | 44 | 1044 | 44 | 1044 | 36 | 984 | 36 | 984 | | |
name-escape.xml | 121 | 121 | 29 | 739 | 29 | 739 | 24 | 676 | 24 | 676 | | |
misc-uuid.x86_64-latest.xml | 121 | 121 | 23 | 564 | 23 | 564 | 19 | 525 | 19 | 525 | | |
misc-no-reboot.x86_64-latest.xml | 121 | 121 | 22 | 547 | 22 | 547 | 18 | 508 | 18 | 508 | | |
misc-disable-suspends.x86_64-latest.xml | 121 | 121 | 23 | 583 | 23 | 583 | 19 | 535 | 19 | 535 | | |
misc-acpi.x86_64-latest.xml | 121 | 121 | 23 | 564 | 23 | 564 | 19 | 525 | 19 | 525 | | |
migrate.x86_64-latest.xml | 121 | 121 | 22 | 547 | 22 | 547 | 18 | 508 | 18 | 508 | | |
metadata.xml | 121 | 121 | 15 | 371 | 15 | 371 | 12 | 340 | 12 | 340 | | |
metadata.x86_64-latest.xml | 121 | 121 | 26 | 624 | 26 | 624 | 21 | 582 | 21 | 582 | | |
metadata-duplicate.x86_64-latest.xml | 121 | 121 | 26 | 624 | 26 | 624 | 21 | 582 | 21 | 582 | | |
memtune.xml | 121 | 121 | 15 | 398 | 15 | 398 | 13 | 356 | 13 | 356 | | |
machine-core-on.x86_64-latest.xml | 121 | 121 | 22 | 552 | 22 | 552 | 18 | 511 | 18 | 511 | | |
machine-core-off.x86_64-latest.xml | 121 | 121 | 22 | 552 | 22 | 552 | 18 | 511 | 18 | 511 | | |
mach-virt-serial-pci.xml | 121 | 121 | 8 | 200 | 8 | 200 | 6 | 186 | 6 | 186 | | |
mach-virt-serial-native.xml | 121 | 121 | 7 | 184 | 7 | 184 | 6 | 172 | 6 | 172 | | |
mach-virt-serial-native.aarch64-latest.x | 121 | 121 | 16 | 435 | 16 | 435 | 13 | 392 | 13 | 392 | | |
mach-virt-serial-compat.aarch64-latest.x | 121 | 121 | 16 | 435 | 16 | 435 | 13 | 392 | 13 | 392 | | |
mach-virt-serial+console-native.aarch64- | 121 | 121 | 16 | 435 | 16 | 435 | 13 | 392 | 13 | 392 | | |
mach-virt-console-native.xml | 121 | 121 | 8 | 185 | 8 | 185 | 6 | 173 | 6 | 173 | | |
mach-virt-console-native.aarch64-latest. | 121 | 121 | 16 | 435 | 16 | 435 | 13 | 392 | 13 | 392 | | |
lxc-systemd.xml | 121 | 121 | 13 | 354 | 13 | 354 | 11 | 324 | 11 | 324 | | |
lxc-idmap.xml | 121 | 121 | 20 | 526 | 20 | 526 | 16 | 459 | 16 | 459 | | |
lxc-ethernet.xml | 121 | 121 | 19 | 514 | 19 | 514 | 16 | 447 | 16 | 447 | | |
lxc-capabilities.xml | 121 | 121 | 13 | 354 | 13 | 354 | 11 | 324 | 11 | 324 | | |
kvm-pit-discard.xml | 121 | 121 | 16 | 384 | 16 | 384 | 13 | 355 | 13 | 355 | | |
kvm-pit-delay.xml | 121 | 121 | 16 | 384 | 16 | 384 | 13 | 355 | 13 | 355 | | |
iothreads-virtio-scsi-ccw.s390x-latest.x | 121 | 121 | 26 | 635 | 26 | 635 | 21 | 580 | 21 | 580 | | |
iothreads-disk-virtio-ccw.s390x-latest.x | 121 | 121 | 23 | 578 | 23 | 578 | 19 | 525 | 19 | 525 | | |
intel-iommu.xml | 121 | 121 | 18 | 456 | 18 | 456 | 14 | 411 | 14 | 411 | | |
intel-iommu.x86_64-latest.xml | 121 | 121 | 18 | 456 | 18 | 456 | 14 | 411 | 14 | 411 | | |
hyperv-panic.xml | 121 | 121 | 13 | 340 | 13 | 340 | 11 | 308 | 11 | 308 | | |
gsx-in-the-wild-4.xml | 121 | 121 | 15 | 371 | 15 | 371 | 12 | 342 | 12 | 342 | | |
gsx-in-the-wild-2.xml | 121 | 121 | 15 | 371 | 15 | 371 | 12 | 342 | 12 | 342 | | |
gsx-in-the-wild-1.xml | 121 | 121 | 15 | 371 | 15 | 371 | 12 | 342 | 12 | 342 | | |
graphics-vnc-tls.xml | 121 | 121 | 16 | 405 | 16 | 405 | 13 | 373 | 13 | 373 | | |
graphics-vnc-tls-secret.xml | 121 | 121 | 16 | 405 | 16 | 405 | 13 | 373 | 13 | 373 | | |
graphics-vnc-listen-element-with-address | 121 | 121 | 16 | 409 | 16 | 409 | 13 | 375 | 13 | 375 | | |
graphics-vnc-listen-element-minimal.xml | 121 | 121 | 16 | 409 | 16 | 409 | 13 | 375 | 13 | 375 | | |
graphics-vnc-listen-attr-only.xml | 121 | 121 | 16 | 409 | 16 | 409 | 13 | 375 | 13 | 375 | | |
graphics-listen-network2.xml | 121 | 121 | 19 | 473 | 19 | 473 | 15 | 437 | 15 | 437 | | |
graphics-listen-back-compat.xml | 121 | 121 | 16 | 409 | 16 | 409 | 13 | 375 | 13 | 375 | | |
firmware-manual-noefi-noacpi-q35.x86_64- | 121 | 121 | 17 | 443 | 17 | 443 | 14 | 401 | 14 | 401 | | |
firmware-manual-efi-secboot.x86_64-lates | 121 | 121 | 22 | 569 | 22 | 569 | 18 | 508 | 18 | 508 | | |
firmware-manual-efi-rw-modern-paths.x86_ | 121 | 121 | 19 | 482 | 19 | 482 | 15 | 440 | 15 | 440 | | |
firmware-manual-efi-rw-legacy-paths.x86_ | 121 | 121 | 19 | 482 | 19 | 482 | 15 | 440 | 15 | 440 | | |
firmware-manual-efi-nvram-template-nonst | 121 | 121 | 19 | 500 | 19 | 500 | 16 | 457 | 16 | 457 | | |
firmware-manual-efi-no-secboot.x86_64-la | 121 | 121 | 21 | 551 | 21 | 551 | 17 | 493 | 17 | 493 | | |
firmware-manual-efi-no-secboot-legacy-pa | 121 | 121 | 19 | 500 | 19 | 500 | 16 | 457 | 16 | 457 | | |
firmware-manual-efi-no-enrolled-keys.x86 | 121 | 121 | 22 | 569 | 22 | 569 | 18 | 508 | 18 | 508 | | |
firmware-manual-efi-loader-secure.x86_64 | 121 | 121 | 22 | 569 | 22 | 569 | 18 | 508 | 18 | 508 | | |
firmware-manual-efi-loader-path-nonstand | 121 | 121 | 19 | 500 | 19 | 500 | 16 | 457 | 16 | 457 | | |
firmware-manual-efi-acpi-q35.x86_64-late | 121 | 121 | 21 | 551 | 21 | 551 | 17 | 493 | 17 | 493 | | |
firmware-auto-efi.x86_64-latest.xml | 121 | 121 | 22 | 569 | 22 | 569 | 18 | 508 | 18 | 508 | | |
firmware-auto-efi-stateless.x86_64-lates | 121 | 121 | 21 | 538 | 21 | 538 | 17 | 479 | 17 | 479 | | |
firmware-auto-efi-smm-off.x86_64-latest. | 121 | 121 | 21 | 564 | 21 | 564 | 18 | 503 | 18 | 503 | | |
firmware-auto-efi-secboot.x86_64-latest. | 121 | 121 | 22 | 569 | 22 | 569 | 18 | 508 | 18 | 508 | | |
firmware-auto-efi-rw.x86_64-latest.xml | 121 | 121 | 19 | 478 | 19 | 478 | 15 | 434 | 15 | 434 | | |
firmware-auto-efi-nvram-template.x86_64- | 121 | 121 | 22 | 569 | 22 | 569 | 18 | 508 | 18 | 508 | | |
firmware-auto-efi-nvram-template-nonstan | 121 | 121 | 19 | 501 | 19 | 501 | 16 | 456 | 16 | 456 | | |
firmware-auto-efi-nvram-path.x86_64-late | 121 | 121 | 22 | 569 | 22 | 569 | 18 | 508 | 18 | 508 | | |
firmware-auto-efi-no-secboot.x86_64-late | 121 | 121 | 21 | 551 | 21 | 551 | 17 | 493 | 17 | 493 | | |
firmware-auto-efi-no-enrolled-keys.x86_6 | 121 | 121 | 22 | 569 | 22 | 569 | 18 | 508 | 18 | 508 | | |
firmware-auto-efi-loader-secure.x86_64-l | 121 | 121 | 22 | 569 | 22 | 569 | 18 | 508 | 18 | 508 | | |
firmware-auto-efi-loader-secure-abi-upda | 121 | 121 | 22 | 578 | 22 | 578 | 18 | 513 | 18 | 513 | | |
firmware-auto-efi-loader-path.x86_64-lat | 121 | 121 | 21 | 551 | 21 | 551 | 17 | 493 | 17 | 493 | | |
firmware-auto-efi-loader-path-nonstandar | 121 | 121 | 19 | 487 | 19 | 487 | 15 | 443 | 15 | 443 | | |
firmware-auto-efi-loader-insecure.x86_64 | 121 | 121 | 21 | 556 | 21 | 556 | 17 | 498 | 17 | 498 | | |
firmware-auto-efi-format-nvram-qcow2.x86 | 121 | 121 | 22 | 578 | 22 | 578 | 18 | 513 | 18 | 513 | | |
firmware-auto-efi-format-nvram-qcow2-pat | 121 | 121 | 22 | 578 | 22 | 578 | 18 | 513 | 18 | 513 | | |
firmware-auto-efi-format-loader-qcow2.x8 | 121 | 121 | 22 | 578 | 22 | 578 | 18 | 513 | 18 | 513 | | |
firmware-auto-efi-format-loader-qcow2-nv | 121 | 121 | 22 | 578 | 22 | 578 | 18 | 513 | 18 | 513 | | |
firmware-auto-efi-enrolled-keys.x86_64-l | 121 | 121 | 22 | 569 | 22 | 569 | 18 | 508 | 18 | 508 | | |
firmware-auto-efi-abi-update.x86_64-late | 121 | 121 | 22 | 578 | 22 | 578 | 18 | 513 | 18 | 513 | | |
esx-in-the-wild-7.xml | 121 | 121 | 20 | 460 | 20 | 460 | 16 | 427 | 16 | 427 | | |
efi-hvm.xml | 121 | 121 | 16 | 391 | 16 | 391 | 13 | 364 | 13 | 364 | | |
downscript.xml | 121 | 121 | 37 | 887 | 37 | 887 | 30 | 835 | 30 | 835 | | |
downscript.x86_64-latest.xml | 121 | 121 | 37 | 887 | 37 | 887 | 30 | 835 | 30 | 835 | | |
disk-virtio-queues.xml | 121 | 121 | 33 | 766 | 33 | 766 | 27 | 727 | 27 | 727 | | |
disk-virtio-queues.x86_64-latest.xml | 121 | 121 | 33 | 766 | 33 | 766 | 27 | 727 | 27 | 727 | | |
disk-vhostuser.x86_64-latest.xml | 121 | 121 | 30 | 722 | 30 | 722 | 24 | 671 | 24 | 671 | | |
disk-usb-device.x86_64-latest.xml | 121 | 121 | 27 | 648 | 27 | 648 | 22 | 609 | 22 | 609 | | |
disk-source-pool-mode.x86_64-latest.xml | 121 | 121 | 44 | 1029 | 44 | 1029 | 36 | 942 | 36 | 942 | | |
disk-slices.x86_64-latest.xml | 121 | 121 | 56 | 1309 | 56 | 1309 | 46 | 1192 | 46 | 1192 | | |
disk-serial.xml | 121 | 121 | 22 | 494 | 22 | 494 | 18 | 459 | 18 | 459 | | |
disk-scsi-disk-wwn.xml | 121 | 121 | 20 | 480 | 20 | 480 | 17 | 442 | 17 | 442 | | |
disk-no-boot.xml | 121 | 121 | 24 | 540 | 24 | 540 | 20 | 502 | 20 | 502 | | |
disk-network-vxhs.xml | 121 | 121 | 18 | 451 | 18 | 451 | 15 | 423 | 15 | 423 | | |
disk-network-tlsx509-vxhs.xml | 121 | 121 | 32 | 736 | 32 | 736 | 26 | 706 | 26 | 706 | | |
disk-network-tlsx509-nbd.x86_64-latest.x | 121 | 121 | 21 | 532 | 21 | 532 | 17 | 495 | 17 | 495 | | |
disk-network-tlsx509-nbd-hostname.x86_64 | 121 | 121 | 21 | 537 | 21 | 537 | 17 | 498 | 17 | 498 | | |
disk-network-sheepdog.x86_64-latest.xml | 121 | 121 | 28 | 671 | 28 | 671 | 23 | 633 | 23 | 633 | | |
disk-metadata-cache.xml | 121 | 121 | 23 | 569 | 23 | 569 | 19 | 525 | 19 | 525 | | |
disk-ide-split.xml | 121 | 121 | 18 | 417 | 18 | 417 | 15 | 387 | 15 | 387 | | |
disk-fmt-qcow.x86_64-latest.xml | 121 | 121 | 27 | 649 | 27 | 649 | 22 | 606 | 22 | 606 | | |
disk-discard_no_unref.xml | 121 | 121 | 17 | 421 | 17 | 421 | 14 | 392 | 14 | 392 | | |
disk-discard.xml | 121 | 121 | 22 | 514 | 22 | 514 | 18 | 483 | 18 | 483 | | |
disk-copy_on_read.xml | 121 | 121 | 26 | 610 | 26 | 610 | 21 | 573 | 21 | 573 | | |
disk-boot-disk.x86_64-latest.xml | 121 | 121 | 27 | 649 | 27 | 649 | 22 | 606 | 22 | 606 | | |
disk-boot-cdrom.x86_64-latest.xml | 121 | 121 | 27 | 649 | 27 | 649 | 22 | 606 | 22 | 606 | | |
device-backenddomain.xml | 121 | 121 | 15 | 382 | 15 | 382 | 13 | 352 | 13 | 352 | | |
default-video-type-x86_64.xml | 121 | 121 | 9 | 206 | 9 | 206 | 7 | 194 | 7 | 194 | | |
cputune-zero-shares.xml | 121 | 121 | 20 | 490 | 20 | 490 | 16 | 447 | 16 | 447 | | |
cpu-hotplug-granularity.xml | 121 | 121 | 9 | 220 | 9 | 220 | 7 | 204 | 7 | 204 | | |
console-virtio.xml | 121 | 121 | 15 | 361 | 15 | 361 | 12 | 333 | 12 | 333 | | |
console-sclp.xml | 121 | 121 | 11 | 267 | 11 | 267 | 9 | 248 | 9 | 248 | | |
console-compat-auto.xml | 121 | 121 | 15 | 370 | 15 | 370 | 12 | 341 | 12 | 341 | | |
clock-utc.x86_64-latest.xml | 121 | 121 | 22 | 547 | 22 | 547 | 18 | 508 | 18 | 508 | | |
clock-localtime.x86_64-latest.xml | 121 | 121 | 22 | 547 | 22 | 547 | 18 | 508 | 18 | 508 | | |
clock-catchup.xml | 121 | 121 | 20 | 506 | 20 | 506 | 17 | 463 | 17 | 463 | | |
clock-absolute.x86_64-latest.xml | 121 | 121 | 22 | 551 | 22 | 551 | 18 | 511 | 18 | 511 | | |
chardev-udp.xml | 121 | 121 | 23 | 627 | 23 | 627 | 19 | 571 | 19 | 571 | | |
chardev-reconnect.xml | 121 | 121 | 20 | 557 | 20 | 557 | 17 | 493 | 17 | 493 | | |
channel-virtio-state-inactive.x86_64-lat | 121 | 121 | 32 | 793 | 32 | 793 | 27 | 738 | 27 | 738 | | |
channel-spicevmc.xml | 121 | 121 | 20 | 480 | 20 | 480 | 16 | 442 | 16 | 442 | | |
boot-order.x86_64-latest.xml | 121 | 121 | 44 | 1017 | 44 | 1017 | 36 | 974 | 36 | 974 | | |
boot-network.x86_64-latest.xml | 121 | 121 | 22 | 547 | 22 | 547 | 18 | 508 | 18 | 508 | | |
boot-multi.xml | 121 | 121 | 19 | 466 | 19 | 466 | 15 | 429 | 15 | 429 | | |
boot-menu-enable-with-timeout-invalid.xm | 121 | 121 | 16 | 389 | 16 | 389 | 13 | 360 | 13 | 360 | | |
boot-menu-disable-with-timeout.xml | 121 | 121 | 16 | 389 | 16 | 389 | 13 | 360 | 13 | 360 | | |
blkiotune-device.x86_64-latest.xml | 121 | 121 | 29 | 738 | 29 | 738 | 24 | 671 | 24 | 671 | | |
blkdeviotune-max.xml | 121 | 121 | 34 | 831 | 34 | 831 | 28 | 766 | 28 | 766 | | |
blkdeviotune-max.x86_64-latest.xml | 121 | 121 | 34 | 831 | 34 | 831 | 28 | 766 | 28 | 766 | | |
blkdeviotune-max-length.xml | 121 | 121 | 36 | 891 | 36 | 891 | 30 | 814 | 30 | 814 | | |
blkdeviotune-max-length.x86_64-latest.xm | 121 | 121 | 36 | 891 | 36 | 891 | 30 | 814 | 30 | 814 | | |
blkdeviotune-group-num.xml | 121 | 121 | 35 | 853 | 35 | 853 | 29 | 782 | 29 | 782 | | |
blkdeviotune-group-num.x86_64-latest.xml | 121 | 121 | 35 | 853 | 35 | 853 | 29 | 782 | 29 | 782 | | |
bhyvexml2xmlout-sound.xml | 121 | 121 | 22 | 541 | 22 | 541 | 18 | 505 | 18 | 504 | | |
bhyvexml2xmlout-serial-grub.xml | 121 | 121 | 25 | 590 | 25 | 590 | 20 | 561 | 20 | 561 | | |
bhyvexml2xmlout-serial-grub-nocons.xml | 121 | 121 | 25 | 590 | 25 | 590 | 20 | 561 | 20 | 561 | | |
bhyvexml2xmlout-metadata.xml | 121 | 121 | 21 | 487 | 21 | 487 | 17 | 464 | 17 | 464 | | |
bhyvexml2xmlout-console-master-slave-not | 121 | 121 | 25 | 592 | 25 | 592 | 20 | 565 | 20 | 565 | | |
bhyvexml2xmlout-addr-more-than-32-sata-d | 121 | 121 | 206 | 3810 | 206 | 3810 | 169 | 3675 | 169 | 3675 | | |
bhyvexml2argv-wired.xml | 121 | 121 | 13 | 293 | 13 | 293 | 11 | 284 | 11 | 284 | | |
bhyvexml2argv-uefi.xml | 121 | 121 | 13 | 285 | 13 | 285 | 11 | 276 | 11 | 276 | | |
bhyvexml2argv-localtime.xml | 121 | 121 | 13 | 289 | 13 | 289 | 11 | 280 | 11 | 280 | | |
bhyvexml2argv-disk-cdrom.xml | 121 | 121 | 13 | 294 | 13 | 294 | 11 | 285 | 11 | 285 | | |
bhyvexml2argv-disk-cdrom-grub.xml | 121 | 121 | 13 | 292 | 13 | 292 | 11 | 281 | 11 | 281 | | |
bhyvexml2argv-custom-loader.xml | 121 | 121 | 13 | 298 | 13 | 298 | 11 | 285 | 11 | 285 | | |
bhyvexml2argv-bhyveload-explicitargs.xml | 121 | 121 | 13 | 287 | 13 | 287 | 11 | 276 | 11 | 276 | | |
bhyvexml2argv-bhyveload-bootorder2.xml | 121 | 121 | 13 | 294 | 13 | 294 | 11 | 285 | 11 | 285 | | |
bhyvexml2argv-addr-non-isa-controller-on | 121 | 121 | 13 | 298 | 13 | 298 | 11 | 289 | 11 | 289 | | |
bhyvexml2argv-acpiapic.xml | 121 | 121 | 14 | 301 | 14 | 301 | 11 | 291 | 11 | 291 | | |
aarch64-traditional-pci.xml | 121 | 121 | 8 | 196 | 8 | 196 | 7 | 182 | 7 | 182 | | |
aarch64-default-cpu-tcg-virt-4.2.xml | 121 | 121 | 10 | 232 | 10 | 232 | 8 | 221 | 8 | 221 | | |
aarch64-default-cpu-kvm-virt-4.2.xml | 121 | 121 | 10 | 232 | 10 | 232 | 8 | 221 | 8 | 221 | | |
aarch64-cpu-passthrough.xml | 121 | 121 | 11 | 279 | 11 | 279 | 9 | 258 | 9 | 258 | | |
xml2vmx-ws-in-the-wild-2.xml | 122 | 122 | 15 | 348 | 15 | 348 | 12 | 323 | 12 | 323 | | |
xml2vmx-sharedfolder.xml | 122 | 122 | 6 | 139 | 6 | 139 | 5 | 131 | 5 | 131 | | |
xml2vmx-esx-in-the-wild-9.xml | 122 | 122 | 18 | 432 | 18 | 432 | 15 | 398 | 15 | 398 | | |
xml2vmx-esx-in-the-wild-7.xml | 122 | 122 | 19 | 443 | 19 | 443 | 16 | 414 | 16 | 414 | | |
virtio-iommu-x86_64.x86_64-latest.xml | 122 | 122 | 20 | 502 | 20 | 502 | 16 | 450 | 16 | 450 | | |
video-virtio-gpu-sdl-gl.xml | 122 | 122 | 20 | 500 | 20 | 500 | 16 | 458 | 16 | 458 | | |
vhost-user-vga.xml | 122 | 122 | 21 | 529 | 21 | 529 | 17 | 484 | 17 | 484 | | |
test-vif-multi-ip.xml | 122 | 122 | 26 | 661 | 26 | 661 | 21 | 601 | 21 | 601 | | |
test-qemu-passthrough.xml | 122 | 122 | 27 | 675 | 27 | 675 | 22 | 612 | 22 | 612 | | |
test-fullvirt-usbtablet.xml | 122 | 122 | 31 | 736 | 31 | 736 | 25 | 681 | 25 | 681 | | |
test-fullvirt-usbmouse.xml | 122 | 122 | 31 | 736 | 31 | 736 | 25 | 681 | 25 | 681 | | |
test-fullvirt-sound.xml | 122 | 122 | 31 | 744 | 31 | 744 | 25 | 689 | 25 | 689 | | |
test-fullvirt-serial-unix.xml | 122 | 122 | 33 | 813 | 33 | 813 | 27 | 759 | 27 | 759 | | |
test-fullvirt-serial-udp.xml | 122 | 122 | 35 | 871 | 35 | 871 | 29 | 797 | 29 | 797 | | |
test-fullvirt-serial-tcp.xml | 122 | 122 | 34 | 849 | 34 | 849 | 28 | 781 | 28 | 781 | | |
test-fullvirt-serial-tcp-telnet.xml | 122 | 122 | 34 | 849 | 34 | 849 | 28 | 781 | 28 | 781 | | |
test-fullvirt-serial-stdio.xml | 122 | 122 | 32 | 777 | 32 | 777 | 26 | 723 | 26 | 723 | | |
test-fullvirt-serial-pipe.xml | 122 | 122 | 33 | 803 | 33 | 803 | 27 | 749 | 27 | 749 | | |
test-fullvirt-serial-file.xml | 122 | 122 | 33 | 803 | 33 | 803 | 27 | 749 | 27 | 749 | | |
test-fullvirt-nestedhvm.xml | 122 | 122 | 35 | 819 | 35 | 819 | 29 | 763 | 29 | 763 | | |
test-fullvirt-nestedhvm-disabled.xml | 122 | 122 | 36 | 839 | 36 | 839 | 29 | 783 | 29 | 783 | | |
test-fullvirt-acpi-slic.xml | 122 | 122 | 35 | 831 | 35 | 831 | 29 | 771 | 29 | 771 | | |
test-escape-paths.xml | 122 | 122 | 36 | 839 | 36 | 839 | 29 | 780 | 29 | 780 | | |
test-disk-positional-parms-partial.xml | 122 | 122 | 38 | 892 | 38 | 892 | 31 | 836 | 31 | 836 | | |
smartcard-passthrough-tcp.x86_64-latest. | 122 | 122 | 21 | 526 | 21 | 526 | 17 | 469 | 17 | 469 | | |
smartcard-host-certificates.x86_64-lates | 122 | 122 | 21 | 522 | 21 | 522 | 17 | 466 | 17 | 466 | | |
smartcard-host-certificates-database.x86 | 122 | 122 | 21 | 533 | 21 | 533 | 17 | 474 | 17 | 474 | | |
smartcard-controller.xml | 122 | 122 | 9 | 232 | 9 | 232 | 7 | 210 | 7 | 210 | | |
sexpr2xml-pv-bootloader.xml | 122 | 122 | 12 | 302 | 12 | 302 | 10 | 277 | 10 | 277 | | |
serial-udp-chardev.xml | 122 | 122 | 21 | 540 | 21 | 540 | 17 | 485 | 17 | 485 | | |
serial-target-port-auto.x86_64-latest.xm | 122 | 122 | 30 | 759 | 30 | 759 | 25 | 702 | 25 | 702 | | |
seclabel-none.xml | 122 | 122 | 16 | 382 | 16 | 382 | 13 | 348 | 13 | 348 | | |
seclabel-dynamic-relabel.xml | 122 | 122 | 16 | 387 | 16 | 387 | 13 | 351 | 13 | 351 | | |
seclabel-dynamic-labelskip.xml | 122 | 122 | 17 | 425 | 17 | 425 | 14 | 380 | 14 | 380 | | |
s390x-ccw-headless.s390x-latest.xml | 122 | 122 | 29 | 735 | 29 | 735 | 23 | 664 | 23 | 664 | | |
s390-serial-2.s390x-latest.xml | 122 | 122 | 17 | 455 | 17 | 455 | 14 | 404 | 14 | 404 | | |
s390-allow-bogus-usb-none.xml | 122 | 122 | 13 | 339 | 13 | 339 | 11 | 314 | 11 | 314 | | |
q35-usb2.xml | 122 | 122 | 23 | 551 | 23 | 551 | 19 | 503 | 19 | 503 | | |
pseries-serial-native.ppc64-latest.xml | 122 | 122 | 18 | 488 | 18 | 488 | 15 | 430 | 15 | 430 | | |
pseries-serial-compat.ppc64-latest.xml | 122 | 122 | 18 | 488 | 18 | 488 | 15 | 430 | 15 | 430 | | |
pseries-serial+console-native.ppc64-late | 122 | 122 | 18 | 488 | 18 | 488 | 15 | 430 | 15 | 430 | | |
pseries-panic-no-address.xml | 122 | 122 | 14 | 366 | 14 | 366 | 11 | 333 | 11 | 333 | | |
pseries-panic-missing.xml | 122 | 122 | 14 | 356 | 14 | 356 | 11 | 326 | 11 | 326 | | |
pseries-cpu-exact.xml | 122 | 122 | 9 | 232 | 9 | 232 | 7 | 210 | 7 | 210 | | |
pseries-cpu-compat.xml | 122 | 122 | 9 | 237 | 9 | 237 | 7 | 219 | 7 | 219 | | |
pseries-cpu-compat-power9.xml | 122 | 122 | 9 | 237 | 9 | 237 | 7 | 219 | 7 | 219 | | |
pseries-console-native.ppc64-latest.xml | 122 | 122 | 18 | 488 | 18 | 488 | 15 | 430 | 15 | 430 | | |
pcie-root-port.xml | 122 | 122 | 21 | 510 | 21 | 510 | 17 | 464 | 17 | 464 | | |
pci-slot-invalid.xml | 122 | 122 | 19 | 453 | 19 | 453 | 16 | 426 | 16 | 426 | | |
pci-rom-disabled-invalid.x86_64-latest.x | 122 | 122 | 18 | 456 | 18 | 456 | 14 | 416 | 14 | 416 | | |
pci-many.xml | 122 | 122 | 165 | 3364 | 165 | 3364 | 134 | 3333 | 134 | 3333 | | |
pci-many.x86_64-latest.xml | 122 | 122 | 167 | 3431 | 167 | 3431 | 136 | 3386 | 136 | 3386 | | |
pci-function-invalid.xml | 122 | 122 | 19 | 453 | 19 | 453 | 16 | 426 | 16 | 426 | | |
pci-domain-invalid.xml | 122 | 122 | 19 | 453 | 19 | 453 | 16 | 426 | 16 | 426 | | |
pci-bus-invalid.xml | 122 | 122 | 19 | 453 | 19 | 453 | 16 | 426 | 16 | 426 | | |
parallel-tcp-chardev.xml | 122 | 122 | 15 | 386 | 15 | 386 | 12 | 342 | 12 | 342 | | |
parallel-parport-chardev.xml | 122 | 122 | 14 | 363 | 14 | 363 | 12 | 327 | 12 | 327 | | |
panic-pseries.xml | 122 | 122 | 14 | 371 | 14 | 371 | 11 | 336 | 11 | 336 | | |
net-vhostuser.x86_64-latest.xml | 122 | 122 | 32 | 720 | 32 | 720 | 26 | 682 | 26 | 682 | | |
net-hostdev-vfio-multidomain.xml | 122 | 122 | 22 | 526 | 22 | 526 | 17 | 480 | 17 | 480 | | |
net-hostdev-multidomain.xml | 122 | 122 | 21 | 513 | 21 | 513 | 17 | 467 | 17 | 467 | | |
memory-hotplug.xml | 122 | 122 | 20 | 499 | 20 | 499 | 16 | 455 | 16 | 455 | | |
machine-smm-on.x86_64-latest.xml | 122 | 122 | 18 | 466 | 18 | 466 | 15 | 421 | 15 | 421 | | |
machine-smm-off.x86_64-latest.xml | 122 | 122 | 18 | 466 | 18 | 466 | 15 | 421 | 15 | 421 | | |
machine-loadparm-multiple-disks-nets-s39 | 122 | 122 | 28 | 703 | 28 | 703 | 23 | 637 | 23 | 637 | | |
lxcconf2xml-macvlannetwork.xml | 122 | 122 | 13 | 326 | 13 | 326 | 11 | 302 | 11 | 302 | | |
lxcconf2xml-blkiotune.xml | 122 | 122 | 15 | 394 | 15 | 394 | 12 | 348 | 12 | 348 | | |
lxc-ethernet-hostip.xml | 122 | 122 | 20 | 541 | 20 | 541 | 16 | 464 | 16 | 464 | | |
lxc-disk-formats.xml | 122 | 122 | 14 | 366 | 14 | 366 | 11 | 334 | 11 | 334 | | |
iothreads-virtio-scsi-pci.xml | 122 | 122 | 26 | 603 | 26 | 603 | 21 | 569 | 21 | 569 | | |
intel-iommu-eim.xml | 122 | 122 | 19 | 499 | 19 | 499 | 16 | 445 | 16 | 445 | | |
intel-iommu-eim.x86_64-latest.xml | 122 | 122 | 19 | 499 | 19 | 499 | 16 | 445 | 16 | 445 | | |
intel-iommu-device-iotlb.xml | 122 | 122 | 19 | 499 | 19 | 499 | 16 | 445 | 16 | 445 | | |
intel-iommu-device-iotlb.x86_64-latest.x | 122 | 122 | 19 | 499 | 19 | 499 | 16 | 445 | 16 | 445 | | |
intel-iommu-caching-mode.xml | 122 | 122 | 19 | 499 | 19 | 499 | 16 | 445 | 16 | 445 | | |
intel-iommu-caching-mode.x86_64-latest.x | 122 | 122 | 19 | 499 | 19 | 499 | 16 | 445 | 16 | 445 | | |
intel-iommu-aw-bits.xml | 122 | 122 | 19 | 498 | 19 | 498 | 16 | 445 | 16 | 445 | | |
intel-iommu-aw-bits.x86_64-latest.xml | 122 | 122 | 19 | 498 | 19 | 498 | 16 | 445 | 16 | 445 | | |
input-usbtablet.x86_64-latest.xml | 122 | 122 | 23 | 569 | 23 | 569 | 19 | 526 | 19 | 526 | | |
input-usbmouse.x86_64-latest.xml | 122 | 122 | 23 | 569 | 23 | 569 | 19 | 526 | 19 | 526 | | |
graphics-vnc-socket.xml | 122 | 122 | 16 | 392 | 16 | 392 | 13 | 362 | 13 | 362 | | |
graphics-vnc-socket-listen.xml | 122 | 122 | 16 | 401 | 16 | 401 | 13 | 367 | 13 | 367 | | |
graphics-vnc-socket-attr-listen-socket.x | 122 | 122 | 16 | 401 | 16 | 401 | 13 | 367 | 13 | 367 | | |
graphics-vnc-socket-attr-listen-socket-m | 122 | 122 | 16 | 397 | 16 | 397 | 13 | 365 | 13 | 365 | | |
graphics-vnc-socket-attr-listen-address. | 122 | 122 | 16 | 401 | 16 | 401 | 13 | 367 | 13 | 367 | | |
graphics-vnc-power.xml | 122 | 122 | 21 | 506 | 21 | 506 | 17 | 467 | 17 | 467 | | |
graphics-vnc-policy.xml | 122 | 122 | 21 | 506 | 21 | 506 | 17 | 467 | 17 | 467 | | |
graphics-vnc-none.xml | 122 | 122 | 15 | 386 | 15 | 386 | 12 | 357 | 12 | 357 | | |
graphics-vnc-no-listen-attr.xml | 122 | 122 | 20 | 497 | 20 | 497 | 16 | 462 | 16 | 462 | | |
graphics-vnc-minimal.xml | 122 | 122 | 16 | 400 | 16 | 400 | 13 | 368 | 13 | 368 | | |
graphics-vnc-manual-port.xml | 122 | 122 | 16 | 400 | 16 | 400 | 13 | 368 | 13 | 368 | | |
graphics-vnc-egl-headless.xml | 122 | 122 | 21 | 513 | 21 | 513 | 17 | 477 | 17 | 477 | | |
graphics-vnc-autoport-no.xml | 122 | 122 | 16 | 396 | 16 | 396 | 13 | 364 | 13 | 364 | | |
graphics-vnc-auto-socket.xml | 122 | 122 | 15 | 387 | 15 | 387 | 12 | 357 | 12 | 357 | | |
graphics-spice-socket.xml | 122 | 122 | 16 | 392 | 16 | 392 | 13 | 362 | 13 | 362 | | |
graphics-spice-auto-socket.xml | 122 | 122 | 15 | 387 | 15 | 387 | 12 | 357 | 12 | 357 | | |
graphics-spice-auto-socket-cfg.xml | 122 | 122 | 16 | 392 | 16 | 392 | 13 | 362 | 13 | 362 | | |
graphics-sdl-egl-headless.xml | 122 | 122 | 20 | 491 | 20 | 491 | 16 | 452 | 16 | 452 | | |
graphics-listen-back-compat-mismatch.xml | 122 | 122 | 16 | 397 | 16 | 397 | 13 | 365 | 13 | 365 | | |
firmware-manual-noefi-acpi-q35.x86_64-la | 122 | 122 | 18 | 460 | 18 | 460 | 15 | 418 | 15 | 418 | | |
firmware-manual-efi-nvram-stateless.xml | 122 | 122 | 10 | 244 | 10 | 244 | 8 | 226 | 8 | 226 | | |
firmware-manual-efi-nvram-file.xml | 122 | 122 | 10 | 239 | 10 | 239 | 8 | 223 | 8 | 223 | | |
firmware-auto-bios.x86_64-latest.xml | 122 | 122 | 20 | 528 | 20 | 528 | 16 | 471 | 16 | 471 | | |
firmware-auto-bios-stateless.x86_64-late | 122 | 122 | 20 | 533 | 20 | 533 | 17 | 474 | 17 | 474 | | |
esx-in-the-wild-9.xml | 122 | 122 | 18 | 439 | 18 | 439 | 15 | 402 | 15 | 402 | | |
esx-in-the-wild-6.xml | 122 | 122 | 21 | 480 | 21 | 480 | 17 | 443 | 17 | 443 | | |
esx-in-the-wild-5.xml | 122 | 122 | 23 | 539 | 23 | 539 | 19 | 492 | 19 | 492 | | |
esx-in-the-wild-11.xml | 122 | 122 | 21 | 475 | 21 | 475 | 17 | 441 | 17 | 441 | | |
esx-in-the-wild-10.xml | 122 | 122 | 18 | 435 | 18 | 435 | 14 | 397 | 14 | 397 | | |
esx-in-the-wild-1.xml | 122 | 122 | 16 | 384 | 16 | 384 | 13 | 353 | 13 | 353 | | |
encrypted-disk.xml | 122 | 122 | 18 | 443 | 18 | 443 | 14 | 406 | 14 | 406 | | |
disk-virtio.x86_64-latest.xml | 122 | 122 | 37 | 846 | 37 | 846 | 30 | 803 | 30 | 803 | | |
disk-virtio-ccw-many.xml | 122 | 122 | 22 | 504 | 22 | 504 | 18 | 464 | 18 | 464 | | |
disk-usb-device.xml | 122 | 122 | 14 | 331 | 14 | 331 | 11 | 307 | 11 | 307 | | |
disk-transient.xml | 122 | 122 | 19 | 461 | 19 | 461 | 16 | 426 | 16 | 426 | | |
disk-source-pool.xml | 122 | 122 | 36 | 770 | 36 | 770 | 30 | 710 | 30 | 710 | | |
disk-scsi-lun-passthrough.xml | 122 | 122 | 19 | 447 | 19 | 447 | 16 | 413 | 16 | 413 | | |
disk-scsi-disk-vpd.xml | 122 | 122 | 24 | 572 | 24 | 572 | 19 | 519 | 19 | 519 | | |
disk-network-tlsx509-nbd.xml | 122 | 122 | 18 | 440 | 18 | 440 | 14 | 410 | 14 | 410 | | |
disk-network-tlsx509-nbd-hostname.xml | 122 | 122 | 18 | 445 | 18 | 445 | 14 | 413 | 14 | 413 | | |
disk-network-rbd-encryption-luks-any.xml | 122 | 122 | 21 | 541 | 21 | 541 | 17 | 505 | 17 | 505 | | |
disk-network-iscsi.x86_64-latest.xml | 122 | 122 | 63 | 1456 | 63 | 1456 | 51 | 1391 | 51 | 1391 | | |
disk-mirror-inactive.x86_64-latest.xml | 122 | 122 | 48 | 1029 | 48 | 1029 | 39 | 976 | 39 | 976 | | |
disk-floppy.x86_64-latest.xml | 122 | 122 | 33 | 756 | 33 | 756 | 27 | 705 | 27 | 705 | | |
disk-floppy-tray.xml | 122 | 122 | 24 | 514 | 24 | 514 | 19 | 476 | 19 | 476 | | |
disk-error-policy.xml | 122 | 122 | 29 | 648 | 29 | 648 | 23 | 601 | 23 | 601 | | |
disk-device-lun-type-invalid.xml | 122 | 122 | 16 | 391 | 16 | 391 | 13 | 364 | 13 | 364 | | |
disk-cdrom.xml | 122 | 122 | 32 | 717 | 32 | 717 | 26 | 670 | 26 | 670 | | |
disk-cdrom-network.xml | 122 | 122 | 33 | 772 | 33 | 772 | 27 | 715 | 27 | 715 | | |
disk-cdrom-network-nbdkit.xml | 122 | 122 | 33 | 772 | 33 | 772 | 27 | 715 | 27 | 715 | | |
disk-active-commit-active.x86_64-latest. | 122 | 122 | 28 | 684 | 28 | 684 | 23 | 628 | 23 | 628 | | |
devices-acpi-index.xml | 122 | 122 | 34 | 793 | 34 | 793 | 28 | 751 | 28 | 751 | | |
cpu-shares-hvm.xml | 122 | 122 | 17 | 402 | 17 | 402 | 14 | 373 | 14 | 373 | | |
cpu-host-model-features.xml | 122 | 122 | 17 | 440 | 17 | 440 | 14 | 397 | 14 | 397 | | |
console-virtio-many.x86_64-latest.xml | 122 | 122 | 33 | 817 | 33 | 817 | 27 | 768 | 27 | 768 | | |
console-compat2.x86_64-latest.xml | 122 | 122 | 29 | 714 | 29 | 714 | 23 | 666 | 23 | 666 | | |
console-compat.x86_64-latest.xml | 122 | 122 | 25 | 632 | 25 | 632 | 21 | 584 | 21 | 584 | | |
clock-localtime-basis-localtime.xml | 122 | 122 | 16 | 392 | 16 | 392 | 13 | 361 | 13 | 361 | | |
channel-virtio-state.xml | 122 | 122 | 25 | 595 | 25 | 595 | 20 | 543 | 20 | 543 | | |
channel-virtio-auto.x86_64-latest.xml | 122 | 122 | 45 | 1059 | 45 | 1059 | 36 | 983 | 36 | 983 | | |
channel-unix-guestfwd.xml | 122 | 122 | 17 | 439 | 17 | 439 | 14 | 403 | 14 | 403 | | |
case-insensitive-2.xml | 122 | 122 | 16 | 384 | 16 | 384 | 13 | 353 | 13 | 353 | | |
case-insensitive-1.xml | 122 | 122 | 16 | 384 | 16 | 384 | 13 | 353 | 13 | 353 | | |
boot-floppy.x86_64-latest.xml | 122 | 122 | 28 | 661 | 28 | 661 | 23 | 614 | 23 | 614 | | |
bhyvexml2argv-net-e1000.xml | 122 | 122 | 12 | 263 | 12 | 263 | 10 | 254 | 10 | 254 | | |
bhyvexml2argv-msrs.xml | 122 | 122 | 14 | 299 | 14 | 299 | 11 | 287 | 11 | 287 | | |
bhyvexml2argv-macaddr.xml | 122 | 122 | 13 | 276 | 13 | 276 | 10 | 267 | 10 | 267 | | |
bhyvexml2argv-grub-defaults.xml | 122 | 122 | 13 | 287 | 13 | 287 | 11 | 276 | 11 | 276 | | |
bhyvexml2argv-grub-bootorder2.xml | 122 | 122 | 24 | 502 | 24 | 502 | 20 | 483 | 20 | 483 | | |
bhyvexml2argv-grub-bootorder.xml | 122 | 122 | 23 | 478 | 23 | 478 | 19 | 459 | 19 | 459 | | |
bhyvexml2argv-firmware-efi.xml | 122 | 122 | 12 | 268 | 12 | 268 | 10 | 257 | 10 | 257 | | |
bhyvexml2argv-disk-virtio.xml | 122 | 122 | 13 | 280 | 13 | 280 | 10 | 275 | 10 | 275 | | |
bhyvexml2argv-cputopology.xml | 122 | 122 | 14 | 305 | 14 | 305 | 11 | 293 | 11 | 293 | | |
bhyvexml2argv-cputopology-nvcpu-mismatch | 122 | 122 | 14 | 305 | 14 | 305 | 11 | 293 | 11 | 293 | | |
bhyvexml2argv-commandline.xml | 122 | 122 | 15 | 319 | 15 | 319 | 12 | 299 | 12 | 299 | | |
bhyvexml2argv-bhyveload-bootorder5.xml | 122 | 122 | 18 | 395 | 18 | 395 | 15 | 390 | 15 | 390 | | |
bhyvexml2argv-bhyveload-bootorder4.xml | 122 | 122 | 18 | 398 | 18 | 398 | 15 | 385 | 15 | 385 | | |
bhyvexml2argv-bhyveload-bootorder3.xml | 122 | 122 | 18 | 387 | 18 | 387 | 15 | 374 | 15 | 374 | | |
bhyvexml2argv-bhyveload-bootorder1.xml | 122 | 122 | 18 | 389 | 18 | 389 | 15 | 376 | 15 | 376 | | |
bhyvexml2argv-bhyveload-bootorder.xml | 122 | 122 | 18 | 389 | 18 | 389 | 15 | 376 | 15 | 376 | | |
bhyvexml2argv-base.xml | 122 | 122 | 13 | 276 | 13 | 276 | 10 | 267 | 10 | 267 | | |
bhyveargv2xml-disk-toomany.xml | 122 | 122 | 116 | 2261 | 116 | 2261 | 94 | 2248 | 94 | 2248 | | |
basic-hvm.xml | 122 | 122 | 16 | 381 | 16 | 381 | 13 | 354 | 13 | 354 | | |
440fx-ide-address-conflict.xml | 122 | 122 | 14 | 334 | 14 | 334 | 11 | 303 | 11 | 303 | | |
xml2vmx-ws-in-the-wild-1.xml | 123 | 123 | 14 | 336 | 14 | 336 | 11 | 311 | 11 | 311 | | |
xml2vmx-gsx-in-the-wild-4.xml | 123 | 123 | 12 | 279 | 12 | 279 | 9 | 259 | 9 | 259 | | |
xml2vmx-gsx-in-the-wild-2.xml | 123 | 123 | 12 | 279 | 12 | 279 | 9 | 259 | 9 | 259 | | |
xml2vmx-gsx-in-the-wild-1.xml | 123 | 123 | 12 | 279 | 12 | 279 | 9 | 259 | 9 | 259 | | |
xml2vmx-ethernet-vmxnet2.xml | 123 | 123 | 7 | 152 | 7 | 152 | 5 | 143 | 5 | 143 | | |
xml2vmx-ethernet-e1000.xml | 123 | 123 | 7 | 152 | 7 | 152 | 5 | 143 | 5 | 143 | | |
xml2vmx-ethernet-custom.xml | 123 | 123 | 7 | 152 | 7 | 152 | 5 | 143 | 5 | 143 | | |
ws-in-the-wild-2.xml | 123 | 123 | 21 | 480 | 21 | 480 | 17 | 443 | 17 | 443 | | |
ws-in-the-wild-1.xml | 123 | 123 | 20 | 468 | 20 | 468 | 16 | 431 | 16 | 431 | | |
vnuma-hvm.xml | 123 | 123 | 43 | 1144 | 43 | 1144 | 34 | 972 | 34 | 972 | | |
vnuma-hvm-legacy-nest.xml | 123 | 123 | 43 | 1144 | 43 | 1144 | 34 | 972 | 34 | 972 | | |
virtio-input-passthrough.xml | 123 | 123 | 14 | 348 | 14 | 348 | 11 | 312 | 11 | 312 | | |
virtio-9p-multidevs.xml | 123 | 123 | 31 | 743 | 31 | 743 | 25 | 680 | 25 | 680 | | |
virtio-9p-multidevs.x86_64-latest.xml | 123 | 123 | 33 | 806 | 33 | 806 | 26 | 731 | 26 | 731 | | |
virtio-9p-createmode.xml | 123 | 123 | 33 | 821 | 33 | 821 | 27 | 746 | 27 | 746 | | |
virtio-9p-createmode.x86_64-latest.xml | 123 | 123 | 36 | 884 | 36 | 884 | 29 | 797 | 29 | 797 | | |
video-virtio-gpu-virgl.xml | 123 | 123 | 19 | 473 | 19 | 473 | 16 | 433 | 16 | 433 | | |
video-virtio-gpu-spice-gl.xml | 123 | 123 | 21 | 510 | 21 | 510 | 17 | 466 | 17 | 466 | | |
video-virtio-blob-on.xml | 123 | 123 | 21 | 526 | 21 | 526 | 17 | 479 | 17 | 479 | | |
video-invalid-multiple-devices.xml | 123 | 123 | 17 | 417 | 17 | 417 | 14 | 382 | 14 | 382 | | |
vhost-user-gpu-secondary.xml | 123 | 123 | 23 | 569 | 23 | 569 | 18 | 520 | 18 | 520 | | |
usb-redir-filter-version.xml | 123 | 123 | 17 | 428 | 17 | 428 | 14 | 385 | 14 | 385 | | |
usb-controller-nex-xhci-autoassign.xml | 123 | 123 | 11 | 302 | 11 | 302 | 9 | 272 | 9 | 272 | | |
test-rbd-multihost-noauth.xml | 123 | 123 | 31 | 763 | 31 | 763 | 25 | 713 | 25 | 713 | | |
test-paravirt-net-vifname.xml | 123 | 123 | 21 | 551 | 21 | 551 | 17 | 507 | 17 | 507 | | |
test-no-source-cdrom.xml | 123 | 123 | 31 | 752 | 31 | 752 | 25 | 701 | 25 | 701 | | |
test-fullvirt-serial-pty.xml | 123 | 123 | 32 | 779 | 32 | 779 | 26 | 723 | 26 | 723 | | |
test-fullvirt-serial-null.xml | 123 | 123 | 32 | 777 | 32 | 777 | 26 | 723 | 26 | 723 | | |
test-fullvirt-parallel-tcp.xml | 123 | 123 | 32 | 779 | 32 | 779 | 26 | 707 | 26 | 707 | | |
test-fullvirt-multiusb.xml | 123 | 123 | 31 | 757 | 31 | 757 | 25 | 698 | 25 | 698 | | |
serial-pty-chardev.xml | 123 | 123 | 16 | 400 | 16 | 400 | 13 | 368 | 13 | 368 | | |
scsi-driver.xml | 123 | 123 | 29 | 619 | 29 | 619 | 23 | 571 | 23 | 571 | | |
s390-serial-2.xml | 123 | 123 | 8 | 210 | 8 | 210 | 7 | 192 | 7 | 192 | | |
qemu-ns.x86_64-latest.xml | 123 | 123 | 35 | 906 | 35 | 906 | 28 | 777 | 28 | 777 | | |
pseries-phb-default-missing.xml | 123 | 123 | 9 | 214 | 9 | 214 | 7 | 199 | 7 | 199 | | |
pseries-panic-address.xml | 123 | 123 | 15 | 384 | 15 | 384 | 12 | 347 | 12 | 347 | | |
pseries-many-devices.xml | 123 | 123 | 39 | 815 | 39 | 815 | 31 | 711 | 31 | 711 | | |
pseries-many-buses-2.xml | 123 | 123 | 9 | 217 | 9 | 217 | 8 | 202 | 8 | 202 | | |
pci-rom-disabled-invalid.xml | 123 | 123 | 11 | 246 | 11 | 246 | 8 | 231 | 8 | 231 | | |
pci-bridge-many-disks.x86_64-latest.xml | 123 | 123 | 556 | 10983 | 556 | 10983 | 451 | 10937 | 451 | 10937 | | |
panic-double.xml | 123 | 123 | 14 | 375 | 14 | 375 | 12 | 333 | 12 | 333 | | |
nosharepages.xml | 123 | 123 | 18 | 443 | 18 | 443 | 15 | 406 | 15 | 406 | | |
net-virtio-teaming.xml | 123 | 123 | 26 | 616 | 26 | 616 | 21 | 574 | 21 | 574 | | |
net-virtio-teaming-network.xml | 123 | 123 | 18 | 452 | 18 | 452 | 15 | 418 | 15 | 418 | | |
net-virtio-netdev.xml | 123 | 123 | 14 | 340 | 14 | 340 | 11 | 315 | 11 | 315 | | |
net-many-models.x86_64-latest.xml | 123 | 123 | 37 | 798 | 37 | 798 | 30 | 769 | 30 | 769 | | |
net-hostdev.xml | 123 | 123 | 23 | 557 | 23 | 557 | 18 | 503 | 18 | 503 | | |
net-hostdev-fail.xml | 123 | 123 | 22 | 531 | 22 | 531 | 18 | 493 | 18 | 493 | | |
net-hostdev-bootorder.xml | 123 | 123 | 21 | 490 | 21 | 490 | 17 | 453 | 17 | 453 | | |
moredevs-hvm.xml | 123 | 123 | 34 | 821 | 34 | 821 | 28 | 770 | 28 | 770 | | |
minimal-no-memory.xml | 123 | 123 | 14 | 337 | 14 | 337 | 12 | 307 | 12 | 307 | | |
memorytune-colliding-cachetune.xml | 123 | 123 | 16 | 408 | 16 | 408 | 13 | 360 | 13 | 360 | | |
memorytune-colliding-allocs.xml | 123 | 123 | 15 | 381 | 15 | 381 | 12 | 341 | 12 | 341 | | |
max-gntframes-hvm.xml | 123 | 123 | 17 | 400 | 17 | 400 | 14 | 370 | 14 | 370 | | |
max-eventchannels-hvm.xml | 123 | 123 | 17 | 400 | 17 | 400 | 14 | 370 | 14 | 370 | | |
luks-disks-source.x86_64-latest.xml | 123 | 123 | 54 | 1252 | 54 | 1252 | 43 | 1150 | 43 | 1150 | | |
iothreads-ids.xml | 123 | 123 | 14 | 370 | 14 | 370 | 12 | 333 | 12 | 333 | | |
iothreads-ids-partial.xml | 123 | 123 | 14 | 370 | 14 | 370 | 12 | 333 | 12 | 333 | | |
input-virtio-ccw.xml | 123 | 123 | 15 | 379 | 15 | 379 | 12 | 338 | 12 | 338 | | |
hvf-x86_64-q35-headless.xml | 123 | 123 | 21 | 529 | 21 | 529 | 17 | 496 | 17 | 496 | | |
hvf-aarch64-virt-headless.xml | 123 | 123 | 21 | 521 | 21 | 521 | 17 | 489 | 17 | 489 | | |
graphics-vnc-sasl.xml | 123 | 123 | 20 | 501 | 20 | 501 | 16 | 464 | 16 | 464 | | |
graphics-sdl.xml | 123 | 123 | 20 | 479 | 20 | 479 | 16 | 439 | 16 | 439 | | |
graphics-sdl-fullscreen.xml | 123 | 123 | 20 | 483 | 20 | 483 | 16 | 441 | 16 | 441 | | |
graphics-listen-network.xml | 123 | 123 | 20 | 479 | 20 | 479 | 16 | 442 | 16 | 442 | | |
graphics-listen-network-invalid.xml | 123 | 123 | 15 | 380 | 15 | 380 | 12 | 348 | 12 | 348 | | |
graphics-egl-headless.xml | 123 | 123 | 18 | 438 | 18 | 438 | 14 | 402 | 14 | 402 | | |
graphics-egl-headless-rendernode.xml | 123 | 123 | 18 | 453 | 18 | 453 | 15 | 414 | 15 | 414 | | |
getfilesystem.xml | 123 | 123 | 12 | 304 | 12 | 304 | 10 | 282 | 10 | 282 | | |
firmware-manual-efi-nvram-file.x86_64-la | 123 | 123 | 19 | 500 | 19 | 500 | 15 | 439 | 15 | 439 | | |
firmware-auto-efi-nvram-file.x86_64-late | 123 | 123 | 19 | 500 | 19 | 500 | 15 | 439 | 15 | 439 | | |
event_idx.xml | 123 | 123 | 29 | 672 | 29 | 672 | 23 | 630 | 23 | 630 | | |
esx-in-the-wild-2.xml | 123 | 123 | 42 | 862 | 42 | 862 | 34 | 799 | 34 | 799 | | |
disk-usb-pci.xml | 123 | 123 | 21 | 481 | 21 | 481 | 17 | 452 | 17 | 452 | | |
disk-source-pool-mode.xml | 123 | 123 | 35 | 822 | 35 | 822 | 28 | 732 | 28 | 732 | | |
disk-source-fd.x86_64-latest.xml | 123 | 123 | 31 | 743 | 31 | 743 | 25 | 687 | 25 | 687 | | |
disk-shared.xml | 123 | 123 | 30 | 683 | 30 | 683 | 25 | 640 | 25 | 640 | | |
disk-scsi-disk-vpd-build-error.xml | 123 | 123 | 20 | 468 | 20 | 468 | 16 | 425 | 16 | 425 | | |
disk-network-source-auth.x86_64-latest.x | 123 | 123 | 39 | 947 | 39 | 947 | 31 | 881 | 31 | 881 | | |
disk-network-rbd.x86_64-latest.xml | 123 | 123 | 60 | 1404 | 60 | 1404 | 49 | 1350 | 49 | 1350 | | |
disk-network-rbd-encryption-layering.x86 | 123 | 123 | 26 | 667 | 26 | 667 | 21 | 612 | 21 | 612 | | |
disk-network-nfs.x86_64-latest.xml | 123 | 123 | 31 | 776 | 31 | 776 | 25 | 720 | 25 | 720 | | |
disk-network-nfs-inactive.x86_64-latest. | 123 | 123 | 31 | 773 | 31 | 773 | 25 | 718 | 25 | 718 | | |
disk-network-nbd.x86_64-latest.xml | 123 | 123 | 53 | 1197 | 53 | 1197 | 43 | 1156 | 43 | 1156 | | |
disk-network-iscsi-auth-wrong-secrettype | 123 | 123 | 17 | 441 | 17 | 441 | 14 | 408 | 14 | 408 | | |
disk-network-iscsi-auth-secrettype-inval | 123 | 123 | 17 | 436 | 17 | 436 | 14 | 403 | 14 | 403 | | |
disk-network-http.x86_64-latest.xml | 123 | 123 | 42 | 1031 | 42 | 1031 | 34 | 959 | 34 | 959 | | |
disk-network-gluster.x86_64-latest.xml | 123 | 123 | 34 | 811 | 34 | 811 | 28 | 766 | 28 | 766 | | |
disk-missing-target-invalid.xml | 123 | 123 | 12 | 295 | 12 | 295 | 10 | 273 | 10 | 273 | | |
disk-mirror-old-inactive.x86_64-latest.x | 123 | 123 | 40 | 919 | 40 | 919 | 33 | 869 | 33 | 869 | | |
disk-floppy-q35.xml | 123 | 123 | 24 | 551 | 24 | 551 | 19 | 514 | 19 | 514 | | |
disk-floppy-pseries.xml | 123 | 123 | 21 | 477 | 21 | 477 | 17 | 444 | 17 | 444 | | |
disk-aio.xml | 123 | 123 | 23 | 542 | 23 | 542 | 19 | 501 | 19 | 501 | | |
disk-aio-io_uring.xml | 123 | 123 | 23 | 549 | 23 | 549 | 19 | 516 | 19 | 516 | | |
cputune-cpuset-big-id.xml | 123 | 123 | 18 | 450 | 18 | 450 | 15 | 413 | 15 | 413 | | |
cpu-tsc-frequency.xml | 123 | 123 | 16 | 418 | 16 | 418 | 13 | 378 | 13 | 378 | | |
cpu-host-passthrough-features.xml | 123 | 123 | 20 | 507 | 20 | 507 | 16 | 461 | 16 | 461 | | |
console-compat-chardev.xml | 123 | 123 | 16 | 400 | 16 | 400 | 13 | 368 | 13 | 368 | | |
channel-virtio.xml | 123 | 123 | 21 | 515 | 21 | 515 | 17 | 471 | 17 | 471 | | |
channel-virtio-default.xml | 123 | 123 | 20 | 487 | 20 | 487 | 16 | 456 | 16 | 456 | | |
channel-unix-source-path-inactive.x86_64 | 123 | 123 | 32 | 797 | 32 | 797 | 26 | 722 | 26 | 722 | | |
cachetune.xml | 123 | 123 | 19 | 475 | 19 | 475 | 15 | 402 | 15 | 402 | | |
cachetune-extra-tunes.xml | 123 | 123 | 16 | 407 | 16 | 407 | 13 | 356 | 13 | 356 | | |
cachetune-colliding-types.xml | 123 | 123 | 16 | 406 | 16 | 406 | 13 | 355 | 13 | 355 | | |
cachetune-colliding-tunes.xml | 123 | 123 | 17 | 419 | 17 | 418 | 14 | 366 | 14 | 366 | | |
cachetune-colliding-monitor.xml | 123 | 123 | 16 | 394 | 16 | 394 | 13 | 348 | 13 | 348 | | |
cachetune-colliding-allocs.xml | 123 | 123 | 16 | 405 | 16 | 405 | 13 | 355 | 13 | 355 | | |
boot-menu-enable-with-timeout.xml | 123 | 123 | 18 | 433 | 18 | 433 | 14 | 396 | 14 | 396 | | |
boot-menu-disable.xml | 123 | 123 | 17 | 428 | 17 | 428 | 14 | 391 | 14 | 391 | | |
bhyvexml2argv-serial.xml | 123 | 123 | 14 | 311 | 14 | 311 | 11 | 296 | 11 | 296 | | |
bhyvexml2argv-serial-grub.xml | 123 | 123 | 14 | 322 | 14 | 322 | 12 | 305 | 12 | 305 | | |
bhyvexml2argv-serial-grub-nocons.xml | 123 | 123 | 14 | 322 | 14 | 322 | 12 | 305 | 12 | 305 | | |
bhyvexml2argv-isa-controller.xml | 123 | 123 | 14 | 296 | 14 | 296 | 11 | 283 | 11 | 283 | | |
bhyvexml2argv-fs-9p.xml | 123 | 123 | 14 | 316 | 14 | 316 | 12 | 303 | 12 | 303 | | |
bhyvexml2argv-fs-9p-unsupported-type.xml | 123 | 123 | 14 | 319 | 14 | 319 | 12 | 308 | 12 | 308 | | |
bhyvexml2argv-fs-9p-unsupported-accessmo | 123 | 123 | 15 | 321 | 15 | 321 | 12 | 306 | 12 | 306 | | |
bhyvexml2argv-fs-9p-readonly.xml | 123 | 123 | 15 | 323 | 15 | 323 | 12 | 310 | 12 | 310 | | |
bhyvexml2argv-console.xml | 123 | 123 | 14 | 311 | 14 | 311 | 11 | 296 | 11 | 296 | | |
basic.xml | 123 | 123 | 14 | 347 | 14 | 347 | 11 | 325 | 11 | 325 | | |
basic-pvh.xml | 123 | 123 | 13 | 309 | 13 | 309 | 10 | 286 | 10 | 286 | | |
async-teardown.xml | 123 | 123 | 17 | 406 | 17 | 406 | 13 | 370 | 13 | 370 | | |
arm-virt-virtio.xml | 123 | 123 | 18 | 456 | 18 | 456 | 15 | 425 | 15 | 425 | | |
arm-vexpressa9-virtio.xml | 123 | 123 | 18 | 456 | 18 | 456 | 15 | 425 | 15 | 425 | | |
arm-vexpressa9-basic.xml | 123 | 123 | 15 | 358 | 15 | 358 | 12 | 332 | 12 | 332 | | |
acpi-table.xml | 123 | 123 | 15 | 372 | 15 | 372 | 12 | 335 | 12 | 335 | | |
xml2vmx-esx-in-the-wild-6.xml | 124 | 124 | 19 | 452 | 19 | 452 | 15 | 419 | 15 | 419 | | |
xml2vmx-esx-in-the-wild-5.xml | 124 | 124 | 21 | 483 | 21 | 483 | 16 | 441 | 16 | 441 | | |
xml2vmx-cdrom-scsi-empty.xml | 124 | 124 | 6 | 136 | 6 | 136 | 5 | 127 | 5 | 127 | | |
xml2vmx-cdrom-ide-empty.xml | 124 | 124 | 6 | 136 | 6 | 136 | 5 | 127 | 5 | 127 | | |
watchdog.xml | 124 | 124 | 18 | 446 | 18 | 446 | 15 | 407 | 15 | 407 | | |
virtio-lun.xml | 124 | 124 | 28 | 669 | 28 | 669 | 23 | 631 | 23 | 631 | | |
video-virtio-vga.xml | 124 | 124 | 19 | 458 | 19 | 458 | 15 | 420 | 15 | 420 | | |
video-virtio-gpu-device.xml | 124 | 124 | 19 | 458 | 19 | 458 | 15 | 420 | 15 | 420 | | |
video-virtio-blob-off.xml | 124 | 124 | 21 | 503 | 21 | 503 | 16 | 456 | 16 | 456 | | |
usb-port-autoassign.xml | 124 | 124 | 12 | 315 | 12 | 315 | 10 | 282 | 10 | 282 | | |
usb-hub-autoadd.xml | 124 | 124 | 11 | 287 | 11 | 287 | 9 | 261 | 9 | 261 | | |
test-usb.xml | 124 | 124 | 19 | 463 | 19 | 463 | 15 | 430 | 15 | 430 | | |
test-paravirt-net-fakemodel.xml | 124 | 124 | 21 | 538 | 21 | 538 | 17 | 494 | 17 | 494 | | |
test-paravirt-net-e1000.xml | 124 | 124 | 21 | 538 | 21 | 538 | 17 | 494 | 17 | 494 | | |
tap-vhost.xml | 124 | 124 | 32 | 765 | 32 | 765 | 26 | 717 | 26 | 717 | | |
serial-spiceport.xml | 124 | 124 | 25 | 610 | 25 | 610 | 20 | 562 | 20 | 562 | | |
serial-many-chardev.xml | 124 | 124 | 18 | 442 | 18 | 442 | 14 | 408 | 14 | 408 | | |
serial-file-log.xml | 124 | 124 | 21 | 533 | 21 | 533 | 17 | 493 | 17 | 493 | | |
seclabel-dynamic-override.xml | 124 | 124 | 24 | 580 | 24 | 580 | 19 | 515 | 19 | 515 | | |
seclabel-dynamic-none.xml | 124 | 124 | 18 | 431 | 18 | 431 | 14 | 387 | 14 | 387 | | |
seclabel-device-relabel-invalid.xml | 124 | 124 | 19 | 487 | 19 | 487 | 15 | 429 | 15 | 429 | | |
seclabel-device-multiple.xml | 124 | 124 | 19 | 465 | 19 | 465 | 15 | 414 | 15 | 414 | | |
seclabel-device-duplicates.xml | 124 | 124 | 19 | 470 | 19 | 470 | 15 | 411 | 15 | 411 | | |
seclabel-dac-none.xml | 124 | 124 | 18 | 431 | 18 | 431 | 14 | 387 | 14 | 387 | | |
s390-no-parallel.xml | 124 | 124 | 11 | 278 | 11 | 278 | 9 | 259 | 9 | 259 | | |
riscv64-virt.xml | 124 | 124 | 9 | 220 | 9 | 220 | 7 | 206 | 7 | 206 | | |
restore-v2.xml | 124 | 124 | 18 | 426 | 18 | 426 | 14 | 389 | 14 | 389 | | |
qemu-ns.xml | 124 | 124 | 24 | 635 | 24 | 635 | 19 | 520 | 19 | 520 | | |
qemu-ns-no-env.xml | 124 | 124 | 19 | 469 | 19 | 469 | 15 | 421 | 15 | 421 | | |
q35-pci-force-address.xml | 124 | 124 | 20 | 459 | 20 | 459 | 16 | 422 | 16 | 422 | | |
pseries-usb-multi.xml | 124 | 124 | 10 | 240 | 10 | 240 | 8 | 220 | 8 | 220 | | |
pseries-usb-kbd.xml | 124 | 124 | 10 | 238 | 10 | 238 | 8 | 217 | 8 | 217 | | |
pseries-serial+console-native.xml | 124 | 124 | 9 | 202 | 9 | 202 | 7 | 187 | 7 | 187 | | |
ppc64-default-cpu-tcg-pseries-4.2.xml | 124 | 124 | 11 | 263 | 11 | 263 | 9 | 247 | 9 | 247 | | |
ppc64-default-cpu-tcg-pseries-3.1.xml | 124 | 124 | 11 | 263 | 11 | 263 | 9 | 247 | 9 | 247 | | |
ppc64-default-cpu-tcg-pseries-2.7.xml | 124 | 124 | 11 | 263 | 11 | 263 | 9 | 247 | 9 | 247 | | |
ppc64-default-cpu-kvm-pseries-4.2.xml | 124 | 124 | 11 | 263 | 11 | 263 | 9 | 247 | 9 | 247 | | |
ppc64-default-cpu-kvm-pseries-3.1.xml | 124 | 124 | 11 | 263 | 11 | 263 | 9 | 247 | 9 | 247 | | |
ppc64-default-cpu-kvm-pseries-2.7.xml | 124 | 124 | 11 | 263 | 11 | 263 | 9 | 247 | 9 | 247 | | |
pci-serial-dev-chardev.xml | 124 | 124 | 23 | 556 | 23 | 556 | 18 | 502 | 18 | 502 | | |
pci-rom-disabled.xml | 124 | 124 | 10 | 244 | 10 | 244 | 8 | 230 | 8 | 230 | | |
panic.xml | 124 | 124 | 17 | 411 | 17 | 411 | 13 | 371 | 13 | 371 | | |
numad-static-vcpu-no-numatune.xml | 124 | 124 | 18 | 439 | 18 | 439 | 14 | 398 | 14 | 398 | | |
net-virtio-rxtxqueuesize.xml | 124 | 124 | 14 | 356 | 14 | 356 | 11 | 329 | 11 | 329 | | |
net-virtio-rxqueuesize-invalid-size.xml | 124 | 124 | 14 | 352 | 14 | 352 | 11 | 326 | 11 | 326 | | |
net-hostdev-vfio.xml | 124 | 124 | 23 | 570 | 23 | 570 | 19 | 516 | 19 | 516 | | |
missing-machine.xml | 124 | 124 | 17 | 417 | 17 | 417 | 14 | 377 | 14 | 377 | | |
misc-uuid.xml | 124 | 124 | 18 | 443 | 18 | 443 | 15 | 406 | 15 | 406 | | |
misc-no-reboot.xml | 124 | 124 | 18 | 426 | 18 | 426 | 14 | 389 | 14 | 389 | | |
misc-enable-s4.xml | 124 | 124 | 18 | 449 | 18 | 449 | 15 | 407 | 15 | 407 | | |
misc-disable-suspends.xml | 124 | 124 | 19 | 462 | 19 | 462 | 15 | 416 | 15 | 416 | | |
misc-disable-s3.xml | 124 | 124 | 18 | 449 | 18 | 449 | 15 | 407 | 15 | 407 | | |
misc-acpi.xml | 124 | 124 | 18 | 443 | 18 | 443 | 15 | 406 | 15 | 406 | | |
migrate.xml | 124 | 124 | 18 | 426 | 18 | 426 | 14 | 389 | 14 | 389 | | |
machine-core-on.xml | 124 | 124 | 18 | 431 | 18 | 431 | 14 | 392 | 14 | 392 | | |
machine-core-off.xml | 124 | 124 | 18 | 431 | 18 | 431 | 14 | 392 | 14 | 392 | | |
mach-virt-serial+console-native.xml | 124 | 124 | 9 | 202 | 9 | 202 | 7 | 187 | 7 | 187 | | |
luks-disks-source-qcow2.x86_64-latest.xm | 124 | 124 | 63 | 1485 | 63 | 1485 | 50 | 1355 | 50 | 1355 | | |
interface-driver.xml | 124 | 124 | 32 | 753 | 32 | 753 | 25 | 705 | 25 | 705 | | |
gsx-in-the-wild-3.xml | 124 | 124 | 18 | 432 | 18 | 432 | 15 | 398 | 15 | 398 | | |
graphics-vnc-auto-socket-cfg.xml | 124 | 124 | 19 | 469 | 19 | 469 | 15 | 433 | 15 | 433 | | |
graphics-dbus-usbredir.xml | 124 | 124 | 17 | 418 | 17 | 418 | 13 | 381 | 13 | 381 | | |
floppy-drive-fat.xml | 124 | 124 | 18 | 452 | 18 | 452 | 15 | 409 | 15 | 409 | | |
firmware-manual-efi-nvram-network-nbd.x8 | 124 | 124 | 19 | 503 | 19 | 503 | 15 | 440 | 15 | 440 | | |
firmware-auto-efi-nvram-network-nbd.x86_ | 124 | 124 | 19 | 503 | 19 | 503 | 15 | 440 | 15 | 440 | | |
firmware-auto-efi-nvram-file.xml | 124 | 124 | 9 | 222 | 9 | 222 | 7 | 204 | 7 | 204 | | |
firmware-auto-efi-format-nvram-qcow2-net | 124 | 124 | 19 | 513 | 19 | 513 | 15 | 446 | 15 | 446 | | |
esx-in-the-wild-3.xml | 124 | 124 | 27 | 570 | 27 | 570 | 22 | 523 | 22 | 523 | | |
domain-bios-nvram-empty.xml | 124 | 124 | 21 | 517 | 21 | 517 | 17 | 478 | 17 | 478 | | |
disk-slices.xml | 124 | 124 | 45 | 1045 | 45 | 1045 | 36 | 929 | 36 | 929 | | |
disk-rotation.xml | 124 | 124 | 25 | 555 | 25 | 555 | 20 | 506 | 20 | 506 | | |
disk-network-ssh.xml | 124 | 124 | 17 | 436 | 17 | 436 | 13 | 394 | 13 | 394 | | |
disk-network-ssh-password.xml | 124 | 124 | 18 | 470 | 18 | 470 | 14 | 419 | 14 | 419 | | |
disk-network-ssh-nbdkit.xml | 124 | 124 | 17 | 436 | 17 | 436 | 13 | 394 | 13 | 394 | | |
disk-network-rbd-encryption-layering.xml | 124 | 124 | 23 | 577 | 23 | 577 | 18 | 529 | 18 | 529 | | |
disk-fmt-qcow.xml | 124 | 124 | 23 | 528 | 23 | 528 | 18 | 487 | 18 | 487 | | |
disk-floppy.xml | 124 | 124 | 28 | 635 | 28 | 635 | 23 | 586 | 23 | 586 | | |
disk-device-removable.xml | 124 | 124 | 18 | 420 | 18 | 420 | 15 | 383 | 15 | 383 | | |
disk-cdrom-empty-network-invalid.xml | 124 | 124 | 17 | 420 | 17 | 420 | 14 | 384 | 14 | 384 | | |
disk-cdrom-bus-other.x86_64-latest.xml | 124 | 124 | 25 | 609 | 25 | 609 | 20 | 563 | 20 | 563 | | |
disk-boot-disk.xml | 124 | 124 | 23 | 528 | 23 | 528 | 18 | 487 | 18 | 487 | | |
disk-boot-cdrom.xml | 124 | 124 | 23 | 528 | 23 | 528 | 18 | 487 | 18 | 487 | | |
disk-attaching-partition-nosupport.xml | 124 | 124 | 15 | 358 | 15 | 358 | 12 | 329 | 12 | 329 | | |
controller-virtio-scsi.xml | 124 | 124 | 42 | 876 | 42 | 876 | 34 | 801 | 34 | 801 | | |
clock-utc.xml | 124 | 124 | 18 | 426 | 18 | 426 | 14 | 389 | 14 | 389 | | |
clock-localtime.xml | 124 | 124 | 18 | 426 | 18 | 426 | 14 | 389 | 14 | 389 | | |
clock-absolute.xml | 124 | 124 | 18 | 430 | 18 | 430 | 14 | 392 | 14 | 392 | | |
chardev-label.xml | 124 | 124 | 22 | 577 | 22 | 577 | 17 | 520 | 17 | 520 | | |
channel-virtio-unix.xml | 124 | 124 | 22 | 523 | 22 | 523 | 18 | 490 | 18 | 490 | | |
channel-guestfwd.xml | 124 | 124 | 19 | 465 | 19 | 465 | 15 | 424 | 15 | 424 | | |
cachetune-small.xml | 124 | 124 | 18 | 467 | 18 | 467 | 14 | 401 | 14 | 401 | | |
cachetune-cdp.xml | 124 | 124 | 21 | 528 | 21 | 528 | 17 | 443 | 17 | 443 | | |
boot-network.xml | 124 | 124 | 18 | 426 | 18 | 426 | 14 | 389 | 14 | 389 | | |
boot-dev+order.xml | 124 | 124 | 33 | 749 | 33 | 749 | 26 | 704 | 26 | 704 | | |
boot-cdrom.xml | 124 | 124 | 18 | 433 | 18 | 433 | 14 | 396 | 14 | 396 | | |
blkiotune.xml | 124 | 124 | 18 | 428 | 18 | 428 | 14 | 388 | 14 | 388 | | |
blkdeviotune.xml | 124 | 124 | 25 | 601 | 25 | 601 | 20 | 549 | 20 | 549 | | |
bhyvexml2argv-sound.xml | 124 | 124 | 15 | 346 | 15 | 346 | 12 | 323 | 12 | 323 | | |
bhyvexml2argv-fs-9p-unsupported-driver.x | 124 | 124 | 15 | 329 | 15 | 329 | 12 | 316 | 12 | 316 | | |
bhyvexml2argv-console-master-slave-not-s | 124 | 124 | 14 | 292 | 14 | 292 | 11 | 280 | 11 | 280 | | |
basic-pv.xml | 124 | 124 | 14 | 323 | 14 | 323 | 11 | 297 | 11 | 297 | | |
audio-default-vnc.xml | 124 | 124 | 19 | 469 | 19 | 469 | 15 | 431 | 15 | 431 | | |
audio-default-sdl.xml | 124 | 124 | 19 | 469 | 19 | 469 | 15 | 431 | 15 | 431 | | |
audio-default-nographics.xml | 124 | 124 | 18 | 433 | 18 | 433 | 14 | 396 | 14 | 396 | | |
aarch64-virtio-pci-default.xml | 124 | 124 | 19 | 480 | 19 | 480 | 15 | 443 | 15 | 443 | | |
aarch64-virt-virtio.xml | 124 | 124 | 19 | 483 | 19 | 483 | 15 | 446 | 15 | 446 | | |
aarch64-kvm-32-on-64.xml | 124 | 124 | 16 | 375 | 16 | 375 | 13 | 348 | 13 | 348 | | |
xml2vmx-ethernet-vpx.xml | 125 | 125 | 7 | 139 | 7 | 139 | 5 | 130 | 5 | 130 | | |
xml2vmx-ethernet-vds.xml | 125 | 125 | 8 | 168 | 8 | 168 | 6 | 151 | 6 | 151 | | |
xml2vmx-ethernet-static.xml | 125 | 125 | 7 | 139 | 7 | 139 | 5 | 130 | 5 | 130 | | |
xml2vmx-ethernet-other.xml | 125 | 125 | 7 | 139 | 7 | 139 | 5 | 130 | 5 | 130 | | |
xml2vmx-ethernet-null.xml | 125 | 125 | 6 | 125 | 6 | 125 | 5 | 118 | 5 | 118 | | |
xml2vmx-ethernet-mac-type.xml | 125 | 125 | 16 | 346 | 16 | 346 | 12 | 317 | 12 | 317 | | |
xml2vmx-ethernet-generated.xml | 125 | 125 | 7 | 139 | 7 | 139 | 5 | 130 | 5 | 130 | | |
xml2vmx-ethernet-bridged.xml | 125 | 125 | 7 | 139 | 7 | 139 | 5 | 130 | 5 | 130 | | |
xml2vmx-esx-in-the-wild-1.xml | 125 | 125 | 13 | 300 | 13 | 300 | 10 | 278 | 10 | 278 | | |
x86_64-q35-headless.xml | 125 | 125 | 23 | 569 | 23 | 569 | 19 | 528 | 19 | 528 | | |
x86_64-q35-graphics.xml | 125 | 125 | 26 | 631 | 26 | 631 | 20 | 585 | 20 | 585 | | |
x86_64-pc-headless.xml | 125 | 125 | 23 | 569 | 23 | 569 | 19 | 528 | 19 | 528 | | |
x86_64-pc-graphics.xml | 125 | 125 | 26 | 631 | 26 | 631 | 20 | 585 | 20 | 585 | | |
virtio-input.xml | 125 | 125 | 17 | 405 | 17 | 405 | 13 | 369 | 13 | 369 | | |
video-virtio-gpu-ccw-auto.xml | 125 | 125 | 9 | 204 | 9 | 204 | 7 | 189 | 7 | 189 | | |
vhost_queues.xml | 125 | 125 | 31 | 735 | 31 | 735 | 25 | 691 | 25 | 691 | | |
test-paravirt-new-pvfb.xml | 125 | 125 | 21 | 525 | 21 | 525 | 16 | 481 | 16 | 481 | | |
test-paravirt-new-pvfb-vncdisplay.xml | 125 | 125 | 21 | 525 | 21 | 525 | 16 | 481 | 16 | 481 | | |
test-fullvirt-multiserial.xml | 125 | 125 | 34 | 834 | 34 | 834 | 27 | 774 | 27 | 774 | | |
tap-vhost-incorrect.xml | 125 | 125 | 25 | 605 | 25 | 605 | 19 | 565 | 19 | 565 | | |
seclabel-static.xml | 125 | 125 | 18 | 449 | 18 | 449 | 14 | 400 | 14 | 400 | | |
seclabel-static-labelskip.xml | 125 | 125 | 20 | 495 | 20 | 495 | 16 | 434 | 16 | 434 | | |
seclabel-dynamic-baselabel.xml | 125 | 125 | 18 | 449 | 18 | 449 | 14 | 400 | 14 | 400 | | |
s390-serial-console.xml | 125 | 125 | 7 | 178 | 7 | 178 | 6 | 165 | 6 | 165 | | |
pseries-phb-simple.xml | 125 | 125 | 9 | 225 | 9 | 225 | 7 | 210 | 7 | 210 | | |
pcie-switch-upstream-port.xml | 125 | 125 | 23 | 541 | 23 | 541 | 18 | 492 | 18 | 492 | | |
pci-expander-bus-bad-bus.xml | 125 | 125 | 17 | 375 | 17 | 375 | 13 | 348 | 13 | 348 | | |
parallel-unix-chardev.xml | 125 | 125 | 13 | 363 | 13 | 363 | 10 | 307 | 10 | 307 | | |
panic-no-address.xml | 125 | 125 | 18 | 442 | 18 | 442 | 14 | 396 | 14 | 396 | | |
network-interface-mac-check.xml | 125 | 125 | 16 | 346 | 16 | 346 | 12 | 317 | 12 | 317 | | |
net-virtio-disable-offloads.xml | 125 | 125 | 22 | 534 | 22 | 534 | 17 | 469 | 17 | 469 | | |
net-vhostuser-fail.xml | 125 | 125 | 20 | 485 | 20 | 485 | 16 | 448 | 16 | 448 | | |
net-udp.xml | 125 | 125 | 20 | 487 | 20 | 487 | 16 | 441 | 16 | 441 | | |
net-eth-names.xml | 125 | 125 | 18 | 422 | 18 | 422 | 14 | 387 | 14 | 387 | | |
net-eth-hostip.xml | 125 | 125 | 22 | 544 | 22 | 544 | 17 | 486 | 17 | 486 | | |
memorytune.xml | 125 | 125 | 20 | 529 | 20 | 528 | 16 | 448 | 16 | 448 | | |
luks-disks-source.xml | 125 | 125 | 47 | 1083 | 47 | 1083 | 37 | 988 | 37 | 988 | | |
lease.xml | 125 | 125 | 23 | 541 | 23 | 541 | 18 | 488 | 18 | 488 | | |
iothreads-disk.xml | 125 | 125 | 22 | 520 | 22 | 520 | 18 | 483 | 18 | 483 | | |
graphics-vnc-remove-generated-socket.xml | 125 | 125 | 20 | 474 | 20 | 474 | 16 | 436 | 16 | 436 | | |
fusion-in-the-wild-1.xml | 125 | 125 | 23 | 515 | 23 | 515 | 18 | 473 | 18 | 473 | | |
fs9p.xml | 125 | 125 | 17 | 411 | 17 | 411 | 13 | 378 | 13 | 378 | | |
firmware-manual-efi-nvram-network-nbd.xm | 125 | 125 | 11 | 265 | 11 | 265 | 8 | 241 | 8 | 241 | | |
firmware-manual-efi-nvram-network-iscsi. | 125 | 125 | 20 | 537 | 20 | 537 | 16 | 464 | 16 | 464 | | |
firmware-auto-efi-nvram-network-iscsi.x8 | 125 | 125 | 20 | 537 | 20 | 537 | 16 | 464 | 16 | 464 | | |
disk-scsi.xml | 125 | 125 | 45 | 934 | 45 | 934 | 36 | 855 | 36 | 855 | | |
disk-scsi-disk-split.xml | 125 | 125 | 30 | 649 | 30 | 649 | 24 | 599 | 24 | 599 | | |
disk-scsi-device-auto.xml | 125 | 125 | 15 | 370 | 15 | 370 | 12 | 339 | 12 | 339 | | |
disk-network-source-auth-both.xml | 125 | 125 | 26 | 674 | 26 | 674 | 21 | 616 | 21 | 616 | | |
disk-network-rbd-no-colon.xml | 125 | 125 | 22 | 516 | 22 | 516 | 17 | 481 | 17 | 481 | | |
disk-network-rbd-encryption.x86_64-lates | 125 | 125 | 50 | 1224 | 50 | 1224 | 40 | 1142 | 40 | 1142 | | |
disk-mirror-old-active.x86_64-latest.xml | 125 | 125 | 45 | 1033 | 45 | 1033 | 36 | 951 | 36 | 951 | | |
disk-cache.xml | 125 | 125 | 37 | 762 | 37 | 762 | 29 | 706 | 29 | 706 | | |
console-compat2.xml | 125 | 125 | 19 | 465 | 19 | 465 | 15 | 428 | 15 | 428 | | |
channel-virtio-autoassign.xml | 125 | 125 | 28 | 662 | 28 | 662 | 22 | 609 | 22 | 609 | | |
channel-virtio-auto.xml | 125 | 125 | 30 | 719 | 30 | 719 | 24 | 653 | 24 | 653 | | |
boot-floppy.xml | 125 | 125 | 23 | 540 | 23 | 540 | 18 | 495 | 18 | 495 | | |
bhyvexml2argv-isa-multiple-controllers.x | 125 | 125 | 15 | 316 | 15 | 316 | 11 | 299 | 11 | 299 | | |
bhyvexml2argv-addr-single-virtio-disk.xm | 125 | 125 | 12 | 253 | 12 | 253 | 9 | 243 | 9 | 243 | | |
audio-default-spice.xml | 125 | 125 | 19 | 469 | 19 | 469 | 15 | 431 | 15 | 431 | | |
440fx-wrong-root.xml | 125 | 125 | 14 | 335 | 14 | 335 | 11 | 300 | 11 | 300 | | |
xml2vmx-scsi-writethrough.xml | 126 | 126 | 8 | 168 | 8 | 168 | 6 | 157 | 6 | 157 | | |
xml2vmx-parallel-device.xml | 126 | 126 | 6 | 138 | 6 | 138 | 5 | 119 | 5 | 119 | | |
xml2vmx-harddisk-scsi-file.xml | 126 | 126 | 7 | 150 | 7 | 150 | 5 | 139 | 5 | 139 | | |
xml2vmx-harddisk-ide-file.xml | 126 | 126 | 7 | 150 | 7 | 150 | 5 | 139 | 5 | 139 | | |
xml2vmx-gsx-in-the-wild-3.xml | 126 | 126 | 15 | 335 | 15 | 335 | 11 | 312 | 11 | 312 | | |
xml2vmx-fusion-in-the-wild-1.xml | 126 | 126 | 23 | 521 | 23 | 521 | 18 | 483 | 18 | 483 | | |
xml2vmx-floppy-device.xml | 126 | 126 | 7 | 150 | 7 | 150 | 5 | 139 | 5 | 139 | | |
xml2vmx-ethernet-nat.xml | 126 | 126 | 6 | 121 | 6 | 121 | 5 | 113 | 5 | 113 | | |
xml2vmx-cdrom-scsi-raw-device.xml | 126 | 126 | 7 | 150 | 7 | 150 | 5 | 139 | 5 | 139 | | |
xml2vmx-cdrom-scsi-raw-auto-detect.xml | 126 | 126 | 7 | 150 | 7 | 150 | 5 | 139 | 5 | 139 | | |
xml2vmx-cdrom-scsi-passthru.xml | 126 | 126 | 7 | 150 | 7 | 150 | 5 | 139 | 5 | 139 | | |
xml2vmx-cdrom-scsi-device.xml | 126 | 126 | 7 | 150 | 7 | 150 | 5 | 139 | 5 | 139 | | |
xml2vmx-cdrom-ide-raw-device.xml | 126 | 126 | 7 | 150 | 7 | 150 | 5 | 139 | 5 | 139 | | |
xml2vmx-cdrom-ide-raw-auto-detect.xml | 126 | 126 | 7 | 150 | 7 | 150 | 5 | 139 | 5 | 139 | | |
xml2vmx-cdrom-ide-device.xml | 126 | 126 | 7 | 150 | 7 | 150 | 5 | 139 | 5 | 139 | | |
test-paravirt-vcpu.xml | 126 | 126 | 18 | 455 | 18 | 455 | 14 | 414 | 14 | 414 | | |
test-paravirt-root.xml | 126 | 126 | 18 | 452 | 18 | 452 | 14 | 412 | 14 | 412 | | |
test-paravirt-maxvcpus.xml | 126 | 126 | 18 | 455 | 18 | 455 | 14 | 414 | 14 | 414 | | |
test-paravirt-extra-root.xml | 126 | 126 | 18 | 452 | 18 | 452 | 14 | 412 | 14 | 412 | | |
test-paravirt-cmdline.xml | 126 | 126 | 18 | 463 | 18 | 463 | 14 | 425 | 14 | 425 | | |
test-paravirt-cmdline-extra-root.xml | 126 | 126 | 18 | 463 | 18 | 463 | 14 | 425 | 14 | 425 | | |
test-paravirt-cmdline-bogus-extra-root.x | 126 | 126 | 18 | 463 | 18 | 463 | 14 | 425 | 14 | 425 | | |
serial-target-port-auto.xml | 126 | 126 | 16 | 397 | 16 | 397 | 13 | 364 | 13 | 364 | | |
seclabel-multiple.xml | 126 | 126 | 21 | 538 | 21 | 538 | 17 | 461 | 17 | 461 | | |
s390x-ccw-headless.xml | 126 | 126 | 18 | 439 | 18 | 439 | 14 | 414 | 14 | 414 | | |
q35-usb2-reorder.xml | 126 | 126 | 33 | 736 | 33 | 736 | 26 | 664 | 26 | 664 | | |
q35-usb2-multi.xml | 126 | 126 | 33 | 736 | 33 | 736 | 26 | 664 | 26 | 664 | | |
pseries-no-parallel.xml | 126 | 126 | 9 | 208 | 9 | 208 | 7 | 188 | 7 | 188 | | |
nfs.xml | 126 | 126 | 12 | 304 | 12 | 304 | 10 | 276 | 10 | 276 | | |
net-virtio.xml | 126 | 126 | 20 | 470 | 20 | 470 | 15 | 430 | 15 | 430 | | |
net-vdpa.xml | 126 | 126 | 15 | 373 | 15 | 373 | 12 | 338 | 12 | 338 | | |
net-vdpa-multiqueue.xml | 126 | 126 | 16 | 397 | 16 | 397 | 13 | 363 | 13 | 363 | | |
net-user.xml | 126 | 126 | 20 | 470 | 20 | 470 | 15 | 430 | 15 | 430 | | |
net-midonet.xml | 126 | 126 | 20 | 493 | 20 | 493 | 16 | 446 | 16 | 446 | | |
net-eth.xml | 126 | 126 | 20 | 483 | 20 | 483 | 16 | 440 | 16 | 440 | | |
net-eth-unmanaged-tap.xml | 126 | 126 | 20 | 488 | 20 | 488 | 16 | 448 | 16 | 448 | | |
net-eth-ifname.xml | 126 | 126 | 20 | 496 | 20 | 496 | 16 | 453 | 16 | 453 | | |
net-coalesce.xml | 126 | 126 | 40 | 927 | 40 | 927 | 31 | 861 | 31 | 861 | | |
lxc-filesystem-ram.xml | 126 | 126 | 17 | 435 | 17 | 435 | 13 | 394 | 13 | 394 | | |
input-usbtablet.xml | 126 | 126 | 19 | 448 | 19 | 448 | 15 | 407 | 15 | 407 | | |
input-usbmouse.xml | 126 | 126 | 19 | 448 | 19 | 448 | 15 | 407 | 15 | 407 | | |
firmware-manual-efi-nvram-network-iscsi. | 126 | 126 | 12 | 299 | 12 | 299 | 9 | 265 | 9 | 265 | | |
firmware-auto-efi-nvram-network-nbd.xml | 126 | 126 | 10 | 248 | 10 | 248 | 8 | 222 | 8 | 222 | | |
firmware-auto-efi-format-nvram-qcow2-net | 126 | 126 | 10 | 253 | 10 | 253 | 8 | 225 | 8 | 225 | | |
disk-network-ssh-key.xml | 126 | 126 | 24 | 608 | 24 | 608 | 19 | 542 | 19 | 542 | | |
disk-network-source-curl-nbdkit-backing. | 126 | 126 | 22 | 573 | 22 | 573 | 17 | 512 | 17 | 512 | | |
disk-network-sheepdog.xml | 126 | 126 | 22 | 523 | 22 | 523 | 17 | 482 | 17 | 482 | | |
disk-network-nfs.xml | 126 | 126 | 27 | 657 | 27 | 657 | 21 | 603 | 21 | 603 | | |
disk-fmt-iso.xml | 126 | 126 | 17 | 393 | 17 | 393 | 13 | 362 | 13 | 362 | | |
disk-fmt-dir.xml | 126 | 126 | 17 | 393 | 17 | 393 | 13 | 362 | 13 | 362 | | |
disk-fmt-cow.xml | 126 | 126 | 17 | 393 | 17 | 393 | 13 | 362 | 13 | 362 | | |
disk-arm-virtio-sd.aarch64-latest.xml | 126 | 126 | 30 | 721 | 30 | 721 | 24 | 670 | 24 | 670 | | |
console-compat.xml | 126 | 126 | 20 | 491 | 20 | 491 | 16 | 449 | 16 | 449 | | |
boot-order.xml | 126 | 126 | 34 | 777 | 34 | 777 | 27 | 721 | 27 | 721 | | |
boot-complex.xml | 126 | 126 | 43 | 899 | 43 | 899 | 34 | 837 | 34 | 837 | | |
blkiotune-device.xml | 126 | 126 | 22 | 571 | 22 | 570 | 18 | 500 | 18 | 500 | | |
aarch64-virt-headless.xml | 126 | 126 | 21 | 504 | 21 | 504 | 16 | 472 | 16 | 472 | | |
xml2vmx-esx-in-the-wild-3.xml | 127 | 127 | 19 | 398 | 19 | 398 | 15 | 366 | 15 | 366 | | |
xml2vmx-cdrom-scsi-file.xml | 127 | 127 | 7 | 150 | 7 | 150 | 5 | 139 | 5 | 139 | | |
xml2vmx-cdrom-ide-file.xml | 127 | 127 | 7 | 150 | 7 | 150 | 5 | 139 | 5 | 139 | | |
virtio-transitional.xml | 127 | 127 | 20 | 466 | 20 | 466 | 15 | 433 | 15 | 433 | | |
virtio-non-transitional.xml | 127 | 127 | 20 | 466 | 20 | 466 | 15 | 433 | 15 | 433 | | |
usb-controller-ich9-ehci-addr.xml | 127 | 127 | 23 | 505 | 23 | 505 | 18 | 456 | 18 | 456 | | |
testdomfv0.xml | 127 | 127 | 23 | 515 | 23 | 515 | 18 | 464 | 18 | 464 | | |
testdomfc4.xml | 127 | 127 | 14 | 315 | 14 | 315 | 11 | 285 | 11 | 285 | | |
test-disk-drv-blktap2-raw.xml | 127 | 127 | 17 | 441 | 17 | 441 | 14 | 401 | 14 | 401 | | |
test-disk-drv-blktap-raw.xml | 127 | 127 | 17 | 441 | 17 | 441 | 14 | 401 | 14 | 401 | | |
sound-device.x86_64-latest.xml | 127 | 127 | 37 | 869 | 37 | 869 | 29 | 765 | 29 | 765 | | |
q35-virt-manager-basic.xml | 127 | 127 | 38 | 948 | 38 | 948 | 30 | 864 | 30 | 864 | | |
pseries-vio-user-assigned.xml | 127 | 127 | 17 | 421 | 17 | 421 | 13 | 385 | 13 | 385 | | |
pseries-vio-address-clash.xml | 127 | 127 | 17 | 421 | 17 | 421 | 13 | 385 | 13 | 385 | | |
net-virtio-device.xml | 127 | 127 | 19 | 465 | 19 | 465 | 15 | 423 | 15 | 423 | | |
net-openvswitch.xml | 127 | 127 | 22 | 549 | 22 | 549 | 17 | 488 | 17 | 488 | | |
luks-disks-source-qcow2.xml | 127 | 127 | 55 | 1279 | 55 | 1279 | 43 | 1155 | 43 | 1155 | | |
fs9p-ccw.xml | 127 | 127 | 18 | 426 | 18 | 426 | 14 | 393 | 14 | 393 | | |
esx-in-the-wild-4.xml | 127 | 127 | 24 | 564 | 24 | 564 | 19 | 512 | 19 | 512 | | |
domain-lxc-simple.xml | 127 | 127 | 10 | 228 | 10 | 228 | 8 | 213 | 8 | 213 | | |
disk-virtio.xml | 127 | 127 | 30 | 671 | 30 | 671 | 23 | 620 | 23 | 620 | | |
disk-vhostuser-numa.xml | 127 | 127 | 18 | 435 | 18 | 435 | 14 | 387 | 14 | 387 | | |
disk-same-targets.xml | 127 | 127 | 19 | 438 | 19 | 438 | 15 | 404 | 15 | 404 | | |
disk-cdrom-bus-other.xml | 127 | 127 | 21 | 487 | 21 | 487 | 16 | 444 | 16 | 444 | | |
disk-arm-virtio-sd.xml | 127 | 127 | 27 | 614 | 27 | 614 | 21 | 573 | 21 | 573 | | |
chardev-unix.xml | 127 | 127 | 22 | 555 | 22 | 555 | 17 | 500 | 17 | 500 | | |
channel-virtio-autoadd.xml | 127 | 127 | 24 | 579 | 24 | 579 | 19 | 532 | 19 | 532 | | |
xml2vmx-parallel-file.xml | 128 | 128 | 6 | 138 | 6 | 138 | 5 | 119 | 5 | 119 | | |
testdomfc5.xml | 128 | 128 | 25 | 557 | 25 | 557 | 19 | 508 | 19 | 508 | | |
test-paravirt-e820_host.xml | 128 | 128 | 18 | 462 | 18 | 462 | 14 | 416 | 14 | 416 | | |
test-max-gntframes.xml | 128 | 128 | 17 | 420 | 17 | 420 | 13 | 382 | 13 | 382 | | |
test-max-eventchannels.xml | 128 | 128 | 17 | 420 | 17 | 420 | 13 | 382 | 13 | 382 | | |
test-channel-unix.xml | 128 | 128 | 19 | 468 | 19 | 468 | 15 | 430 | 15 | 430 | | |
s390x-ccw-graphics.xml | 128 | 128 | 22 | 523 | 22 | 523 | 17 | 489 | 17 | 489 | | |
riscv64-virt-headless.xml | 128 | 128 | 19 | 452 | 19 | 452 | 15 | 421 | 15 | 421 | | |
pseries-vio.xml | 128 | 128 | 17 | 413 | 17 | 413 | 13 | 379 | 13 | 379 | | |
ppc64-pseries-headless.xml | 128 | 128 | 19 | 452 | 19 | 452 | 15 | 421 | 15 | 421 | | |
pcie-switch-downstream-port.xml | 128 | 128 | 32 | 697 | 32 | 697 | 25 | 628 | 25 | 628 | | |
firmware-auto-efi-nvram-network-iscsi.xm | 128 | 128 | 11 | 282 | 11 | 282 | 9 | 246 | 9 | 246 | | |
esx-in-the-wild-8.xml | 128 | 128 | 62 | 1237 | 62 | 1237 | 48 | 1140 | 48 | 1140 | | |
disks.xml | 128 | 128 | 31 | 660 | 31 | 660 | 24 | 599 | 24 | 599 | | |
disk-vhostuser.xml | 128 | 128 | 16 | 389 | 16 | 389 | 13 | 352 | 13 | 352 | | |
disk-network-source-auth.xml | 128 | 128 | 31 | 774 | 31 | 774 | 24 | 700 | 24 | 700 | | |
disk-active-commit.xml | 128 | 128 | 22 | 534 | 22 | 534 | 17 | 475 | 17 | 475 | | |
bhyvexml2argv-xhci-no-devs.xml | 128 | 128 | 9 | 189 | 9 | 189 | 7 | 176 | 7 | 176 | | |
bhyvexml2argv-addr-multiple-virtio-disks | 128 | 128 | 19 | 402 | 19 | 402 | 15 | 382 | 15 | 382 | | |
aarch64-virt-graphics.xml | 128 | 128 | 24 | 588 | 24 | 588 | 19 | 547 | 19 | 547 | | |
xml2vmx-esx-in-the-wild-2.xml | 129 | 129 | 29 | 589 | 29 | 589 | 22 | 542 | 22 | 542 | | |
test-usbctrl.xml | 129 | 129 | 18 | 443 | 18 | 443 | 14 | 401 | 14 | 401 | | |
test-channel-pty.xml | 129 | 129 | 18 | 451 | 18 | 451 | 14 | 412 | 14 | 412 | | |
sparc-minimal.xml | 129 | 129 | 12 | 258 | 12 | 258 | 9 | 238 | 9 | 238 | | |
riscv64-virt-graphics.xml | 129 | 129 | 22 | 536 | 22 | 536 | 17 | 496 | 17 | 496 | | |
ppc64-pseries-graphics.xml | 129 | 129 | 22 | 536 | 22 | 536 | 17 | 496 | 17 | 496 | | |
pcie-root-port-nohotplug.xml | 129 | 129 | 22 | 472 | 22 | 472 | 17 | 424 | 17 | 424 | | |
net-virtio-network-portgroup.xml | 129 | 129 | 32 | 738 | 32 | 738 | 24 | 647 | 24 | 647 | | |
metadata-duplicate.xml | 129 | 129 | 20 | 454 | 20 | 454 | 15 | 421 | 15 | 421 | | |
lxcconf2xml-simple.xml | 129 | 129 | 26 | 660 | 26 | 660 | 20 | 576 | 20 | 576 | | |
disk-order.xml | 129 | 129 | 21 | 484 | 21 | 484 | 16 | 443 | 16 | 443 | | |
disk-network-source-curl.xml | 129 | 129 | 40 | 946 | 40 | 946 | 30 | 825 | 30 | 825 | | |
disk-network-source-curl-nbdkit.xml | 129 | 129 | 40 | 946 | 40 | 946 | 30 | 825 | 30 | 825 | | |
disk-network-rbd-encryption.xml | 129 | 129 | 42 | 1048 | 42 | 1048 | 33 | 960 | 33 | 960 | | |
disk-network-gluster.xml | 129 | 129 | 27 | 628 | 27 | 628 | 21 | 575 | 21 | 575 | | |
disk-mirror-active.x86_64-latest.xml | 129 | 129 | 61 | 1358 | 61 | 1358 | 47 | 1206 | 47 | 1206 | | |
chardev.xml | 129 | 129 | 20 | 516 | 20 | 516 | 15 | 466 | 15 | 466 | | |
bhyvexml2argv-input-xhci-tablet.xml | 129 | 129 | 9 | 211 | 9 | 211 | 7 | 194 | 7 | 194 | | |
bhyvexml2argv-addr-single-sata-disk.xml | 129 | 129 | 10 | 225 | 10 | 225 | 8 | 211 | 8 | 211 | | |
bhyvexml2argv-addr-no32devs-single-sata- | 129 | 129 | 10 | 225 | 10 | 225 | 8 | 211 | 8 | 211 | | |
xml2vmx-esx-in-the-wild-4.xml | 130 | 130 | 21 | 470 | 21 | 470 | 16 | 428 | 16 | 428 | | |
q35-pcie-autoadd.xml | 130 | 130 | 26 | 645 | 26 | 645 | 20 | 583 | 20 | 583 | | |
lxcconf2xml-ethernet.xml | 130 | 130 | 26 | 648 | 26 | 648 | 20 | 564 | 20 | 564 | | |
domain-caps-features.xml | 130 | 130 | 11 | 266 | 11 | 266 | 9 | 244 | 9 | 244 | | |
disk-source-fd.xml | 130 | 130 | 21 | 516 | 21 | 516 | 16 | 462 | 16 | 462 | | |
disk-network-iscsi.xml | 130 | 130 | 50 | 1158 | 50 | 1158 | 38 | 1072 | 38 | 1072 | | |
disk-network-http.xml | 130 | 130 | 33 | 810 | 33 | 810 | 25 | 725 | 25 | 725 | | |
disk-network-http-nbdkit.xml | 130 | 130 | 33 | 810 | 33 | 810 | 25 | 725 | 25 | 725 | | |
disk-mirror-old.xml | 130 | 130 | 29 | 640 | 29 | 640 | 22 | 572 | 22 | 572 | | |
console-virtio-many.xml | 130 | 130 | 24 | 600 | 24 | 600 | 19 | 547 | 19 | 547 | | |
xml2vmx-floppy-file.xml | 131 | 131 | 10 | 204 | 10 | 204 | 7 | 188 | 7 | 188 | | |
shmem-plain-doorbell.x86_64-latest.xml | 131 | 131 | 39 | 1040 | 39 | 1040 | 30 | 824 | 30 | 824 | | |
perf.xml | 131 | 131 | 20 | 584 | 20 | 584 | 15 | 457 | 15 | 457 | | |
net-vhostuser.xml | 131 | 131 | 23 | 518 | 23 | 518 | 17 | 467 | 17 | 467 | | |
net-vhostuser-multiq.xml | 131 | 131 | 36 | 747 | 36 | 747 | 27 | 679 | 27 | 679 | | |
disk-network-rbd.xml | 131 | 131 | 48 | 1121 | 48 | 1121 | 37 | 1039 | 37 | 1039 | | |
bhyvexml2argv-xhci-multiple-devs.xml | 131 | 131 | 10 | 233 | 10 | 233 | 8 | 212 | 8 | 212 | | |
bhyvexml2argv-xhci-multiple-controllers. | 131 | 131 | 10 | 231 | 10 | 231 | 8 | 212 | 8 | 212 | | |
bhyvexml2argv-metadata.xml | 131 | 131 | 12 | 270 | 12 | 270 | 9 | 250 | 9 | 250 | | |
bhyvexml2argv-addr-no32devs-multiple-sat | 131 | 131 | 18 | 359 | 18 | 359 | 13 | 335 | 13 | 335 | | |
bhyvexml2argv-addr-multiple-sata-disks.x | 131 | 131 | 18 | 359 | 18 | 359 | 13 | 335 | 13 | 335 | | |
q35-multifunction.xml | 132 | 132 | 36 | 725 | 36 | 725 | 27 | 679 | 27 | 679 | | |
pcie-expander-bus.xml | 132 | 132 | 167 | 3228 | 167 | 3228 | 126 | 3086 | 126 | 3086 | | |
disk-network-nbd.xml | 132 | 132 | 41 | 909 | 41 | 909 | 31 | 840 | 31 | 840 | | |
xml2vmx-scsi-driver.xml | 133 | 133 | 18 | 363 | 18 | 363 | 14 | 337 | 14 | 337 | | |
bhyvexml2argv-addr-no32devs-more-than-32 | 133 | 133 | 150 | 2541 | 150 | 2541 | 112 | 2352 | 112 | 2352 | | |
bhyvexml2argv-addr-more-than-32-sata-dis | 133 | 133 | 150 | 2541 | 150 | 2541 | 112 | 2352 | 112 | 2352 | | |
shmem-plain-doorbell.xml | 134 | 134 | 26 | 713 | 26 | 713 | 19 | 568 | 19 | 568 | | |
pci-bridge-many-disks.xml | 134 | 134 | 409 | 7722 | 409 | 7722 | 303 | 7182 | 303 | 7182 | | |
net-many-models.xml | 134 | 134 | 22 | 421 | 22 | 421 | 16 | 393 | 16 | 393 | | |
pci-bridge.xml | 135 | 135 | 107 | 2080 | 107 | 2080 | 78 | 1945 | 78 | 1945 | | |
portprofile.xml | 136 | 136 | 20 | 389 | 20 | 389 | 15 | 334 | 15 | 334 | | |
disk-mirror.xml | 136 | 136 | 47 | 1024 | 47 | 1024 | 34 | 858 | 34 | 858 | | |
disk-backing-chains-index-active.x86_64- | 136 | 136 | 92 | 2180 | 92 | 2180 | 67 | 1881 | 67 | 1881 | | |
pci-expander-bus.xml | 137 | 137 | 98 | 1902 | 98 | 1902 | 71 | 1771 | 71 | 1771 | | |
pci-expander-bus-bad-machine.xml | 137 | 137 | 98 | 1902 | 98 | 1902 | 71 | 1771 | 71 | 1771 | | |
disk-backing-chains-noindex.x86_64-lates | 137 | 137 | 89 | 2089 | 89 | 2089 | 64 | 1815 | 64 | 1815 | | |
disk-backing-chains-index-inactive.x86_6 | 137 | 137 | 89 | 2089 | 89 | 2089 | 64 | 1815 | 64 | 1815 | | |
usb-hub-autoadd-deluxe.xml | 138 | 138 | 22 | 541 | 22 | 541 | 16 | 467 | 16 | 467 | | |
sound-device.xml | 138 | 138 | 23 | 533 | 23 | 533 | 16 | 465 | 16 | 465 | | |
pci-expander-bus-bad-node.xml | 138 | 138 | 95 | 1817 | 95 | 1817 | 68 | 1690 | 68 | 1690 | | |
autoindex.xml | 138 | 138 | 42 | 882 | 42 | 882 | 30 | 801 | 30 | 801 | | |
q35-pcie.xml | 141 | 141 | 45 | 952 | 45 | 952 | 32 | 858 | 32 | 858 | | |
disk-backing-chains-index.xml | 144 | 144 | 78 | 1855 | 78 | 1855 | 54 | 1536 | 54 | 1536 | | |
disk-backing-chains-noindex.xml | 146 | 146 | 75 | 1756 | 75 | 1756 | 51 | 1464 | 51 | 1464 | | |
pcie-root-port-too-many.xml | 149 | 149 | 258 | 4980 | 258 | 4980 | 172 | 4462 | 172 | 4462 | | |
| | <------- libvirtxml ----> | <-------- kubevirt -----> | | |
| compared: bytes (%) | benchmark | runtime | benchmark | runtime | | |
filename | benchmark | runtime | KiB | alloc | KiB | alloc | KiB | alloc | KiB | alloc | | |
The average size of Libvirt : 22 KiB | |
The average size of Kubevirt: 18 KiB | |
In average, libvirtxml is 120 % compared to Kubevirt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unsafe.Sizeof() of each domain struct | |
* libvirtxml: 520 bytes | |
* kubevirt : 920 bytes | |
compared:bytes is the percentage of libvirtxml in comparison to KubeVirt | |
e.g: Value: 111, means livirtxml's domain struct is 11% bigger than KubeVirt domain struct | |
| | <------- libvirtxml ----> | <-------- kubevirt -----> | | |
| compared: bytes (%) | benchmark | runtime | benchmark | runtime | | |
filename | benchmark | runtime | KiB | alloc | KiB | alloc | KiB | alloc | KiB | alloc | | |
vmi-pvc-clipboard.xml | 111 | 111 | 113 | 2971 | 113 | 2970 | 101 | 2867 | 101 | 2867 | | |
domain_x86_64_root.xml | 116 | 116 | 124 | 2941 | 124 | 2941 | 106 | 2901 | 106 | 2901 | | |
domain_x86_64.xml | 119 | 119 | 111 | 2652 | 111 | 2652 | 93 | 2569 | 93 | 2569 | | |
domain_ppc64le.xml | 119 | 119 | 111 | 2638 | 111 | 2638 | 93 | 2555 | 93 | 2555 | | |
domain_arm64.xml | 119 | 119 | 115 | 2729 | 115 | 2729 | 97 | 2640 | 97 | 2640 | | |
| | <------- libvirtxml ----> | <-------- kubevirt -----> | | |
| compared: bytes (%) | benchmark | runtime | benchmark | runtime | | |
filename | benchmark | runtime | KiB | alloc | KiB | alloc | KiB | alloc | KiB | alloc | | |
The average size of Libvirt : 115 KiB | |
The average size of Kubevirt: 98 KiB | |
In average, libvirtxml is 117 % compared to Kubevirt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment