We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5411d97 commit 9ea4e29Copy full SHA for 9ea4e29
1 file changed
KVM/qemu/boot_repeat.cfg
@@ -67,6 +67,21 @@
67
vm_secure_guest_type = tdx
68
variants:
69
- from1G_toall:
70
+ - linear_memory_sweep:
71
+ type = multi_vms_multi_boot
72
+ vms = "vm1"
73
+ start_mem = 1024
74
+ mem_generator = linear
75
+ mem_step = 511
76
+ variants:
77
+ - 1vm:
78
79
+ - from1G_toall:
80
+ - 1td:
81
+ machine_type_extra_params = "kernel-irqchip=split"
82
+ vm_secure_guest_type = tdx
83
84
85
86
- multi_vms_repeat:
87
virt_test_type = qemu
0 commit comments