提交 0dd4d9e1 编写于 作者: J Jiří Župka 提交者: Lucas Meneghel Rodrigues

virt: Repairs config syntax

Signed-off-by: NJiří Župka <jzupka@redhat.com>
上级 663bc237
......@@ -127,18 +127,18 @@
only cpu.unset
test_type = "cpuid_signature"
variants:
KVM:
- KVM:
signature = "KVMKVMKVM\x00\x00\x00"
hv_relaxed:
- hv_relaxed:
signature = "Microsoft Hv"
flags = "hv_relaxed"
hv_vapic:
- hv_vapic:
signature = "Microsoft Hv"
flags = "hv_vapic"
hv_spinlocks:
- hv_spinlocks:
signature = "Microsoft Hv"
flags = "hv_spinlocks=4095"
0x40000001:
- 0x40000001:
signature = "Hv#1"
leaf = "0x40000001"
flags = "hv_relaxed"
......
......@@ -15,12 +15,12 @@
kill_vm = no
post_command_noncritical = no
variants:
lvm_create:
- lvm_create:
type = lvm
force_create_image_stg1 = yes
force_create_image_stg2 = yes
clean = no
lvm_fill: lvm_create
- lvm_fill: lvm_create
type = fillup_disk
force_create_image_stg1 = no
force_create_image_stg2 = no
......@@ -28,7 +28,7 @@
fillup_timeout = 120
fillup_size = 20
fillup_cmd = "dd if=/dev/zero of=%s/fillup.%d bs=%dM count=1 oflag=direct"
lvm_ioquit: lvm_create
- lvm_ioquit: lvm_create
type = ioquit
force_create_image_stg1 = no
force_create_image_stg2 = no
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册