@@ -23,36 +23,44 @@ smp = 3
[vmexit_cpuid]
file = vmexit.flat
extra_params = -append 'cpuid'
+groups = vmexit
[vmexit_vmcall]
file = vmexit.flat
extra_params = -append 'vmcall'
+groups = vmexit
[vmexit_mov_from_cr8]
file = vmexit.flat
extra_params = -append 'mov_from_cr8'
+groups = vmexit
[vmexit_mov_to_cr8]
file = vmexit.flat
extra_params = -append 'mov_to_cr8'
+groups = vmexit
[vmexit_inl_pmtimer]
file = vmexit.flat
extra_params = -append 'inl_from_pmtimer'
+groups = vmexit
[vmexit_ipi]
file = vmexit.flat
smp = 2
extra_params = -append 'ipi'
+groups = vmexit
[vmexit_ipi_halt]
file = vmexit.flat
smp = 2
extra_params = -append 'ipi_halt'
+groups = vmexit
[vmexit_ple_round_robin]
file = vmexit.flat
extra_params = -append 'ple_round_robin'
+groups = vmexit
[access]
file = access.flat
@@ -125,10 +133,12 @@ arch = x86_64
[taskswitch]
file = taskswitch.flat
arch = i386
+groups = tasks
[taskswitch2]
file = taskswitch2.flat
arch = i386
+groups = tasks
[kvmclock_test]
file = kvmclock_test.flat
Put all vmexit test cases and all task switch test cases into a group, so that you can use something like ./run_tests -g tasks Signed-off-by: Kevin Wolf <kwolf@redhat.com> --- x86/unittests.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+)