summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2010-08-02 17:55:23 +0300
committerAvi Kivity <avi@redhat.com>2010-08-02 17:55:23 +0300
commit208169071fc514352cd4f93cfe0cc21866fec79a (patch)
tree2c4c73134c6c8af7c541bd92782c7b39814d23a7
parent311a14635520a96405bdb5f2f7d77666398f882e (diff)
test: add svm tests
Test behaviour both with svm enabled and with svm disabled. Signed-off-by: Avi Kivity <avi@redhat.com>
-rw-r--r--kvm/test/x86/unittests.cfg10
1 files changed, 10 insertions, 0 deletions
diff --git a/kvm/test/x86/unittests.cfg b/kvm/test/x86/unittests.cfg
index f39c5bdec..7796e4112 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