diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2016-09-20 17:11:39 -0300 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2016-09-27 16:17:17 -0300 |
commit | 6efef58ed151f75bca29561bde6b8a65db43d4a2 (patch) | |
tree | 0e2ba1e569de19171e4b7a41cbfbcd0064985c87 /tests/.gitignore | |
parent | 5e992a8e337e710ea2d02f35668ac55a80e15f99 (diff) |
tests: Add test code for CPUID level/xlevel handling
Add test code that will check if the automatic CPUID level
changes are working as expected.
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 24ac6cfa77..0f0c79b1a9 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -75,6 +75,7 @@ test-visitor-serialization test-vmstate test-write-threshold test-x86-cpuid +test-x86-cpuid-compat test-xbzrle test-netfilter test-filter-mirror |