summaryrefslogtreecommitdiff
path: root/kvm/test/x86/unittests.cfg
blob: 7796e411208570eefd5be97223a3b78f5771bb3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Define your new unittest following the convention:
# [unittest_name]
# file = foo.flat # Name of the flat file to be used
# smp = 2 # Number of processors the VM will use during this test
# extra_params = -cpu qemu64,+x2apic # Additional parameters used

[apic]
file = apic.flat
smp = 2
extra_params: -cpu qemu64,+x2apic

[smptest]
file = smptest.flat
smp = 2

[smptest3]
file = smptest.flat
smp = 3

[vmexit]
file = vmexit.flat
smp = 2

[access]
file = access.flat

[emulator]
file = emulator.flat

[hypercall]
file = hypercall.flat

[idt_test]
file = idt_test.flat

[msr]
file = msr.flat

[port80]
file = port80.flat

[realmode]
file = realmode.flat

[sieve]
file = sieve.flat

[tsc]
file = tsc.flat

[xsave]
file = xsave.flat

[rmap_chain]
file = rmap_chain.flat

[svm]
file = svm.flat
smp = 2
extra_params = -enable-nesting -cpu qemu64,+svm

[svm-disabled]
file = svm.flat
smp = 2
extra_params = -cpu qemu64,-svm