Skip to content

Commit

Permalink
virt: Repairs config syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Jiří Župka <[email protected]>
  • Loading branch information
Jiří Župka authored and lmr committed May 8, 2013
1 parent b6c510f commit affe688
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions qemu/tests/cfg/qemu_cpu.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions tests/cfg/lvm.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
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
guest_testdir = /mnt/kvm_test_lvm
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
Expand Down

0 comments on commit affe688

Please sign in to comment.