Test behaviour both with svm enabled and with svm disabled. Signed-off-by: Avi Kivity <avi@xxxxxxxxxx> --- kvm/test/x86/unittests.cfg | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) 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 -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html