diff mbox

test: add svm tests

Message ID 1280760966-16717-1-git-send-email-avi@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Avi Kivity Aug. 2, 2010, 2:56 p.m. UTC
None
diff mbox

Patch

diff --git a/kvm/test/x86/unittests.cfg b/kvm/test/x86/unittests.cfg
index f39c5bd..7796e41 100644
--- a/kvm/test/x86/unittests.cfg
+++ b/kvm/test/x86/unittests.cfg
@@ -53,3 +53,13 @@  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