xref: /kvm-unit-tests/x86/unittests.cfg (revision 7d36db351752e29ad27eaafe3f102de7064e429b)
1# Define your new unittest following the convention:
2# [unittest_name]
3# file = foo.flat # Name of the flat file to be used
4# smp = 2 # Number of processors the VM will use during this test
5# extra_params = -cpu qemu64,+x2apic # Additional parameters used
6
7[apic]
8file = apic.flat
9smp = 2
10extra_params: -cpu qemu64,+x2apic
11
12[smptest]
13file = smptest.flat
14smp = 2
15
16[smptest3]
17file = smptest.flat
18smp = 3
19
20[vmexit]
21file = vmexit.flat
22smp = 2
23
24[access]
25file = access.flat
26
27[emulator]
28file = emulator.flat
29
30[hypercall]
31file = hypercall.flat
32
33[idt_test]
34file = idt_test.flat
35
36[msr]
37file = msr.flat
38
39[port80]
40file = port80.flat
41
42[realmode]
43file = realmode.flat
44
45[sieve]
46file = sieve.flat
47
48[tsc]
49file = tsc.flat
50
51[xsave]
52file = xsave.flat
53
54[rmap_chain]
55file = rmap_chain.flat
56
57[svm]
58file = svm.flat
59smp = 2
60extra_params = -enable-nesting -cpu qemu64,+svm
61
62[svm-disabled]
63file = svm.flat
64smp = 2
65extra_params = -cpu qemu64,-svm
66