From: Avi Kivity <[email protected]> Test behaviour both with svm enabled and with svm disabled.
Signed-off-by: Avi Kivity <[email protected]> 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 -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
