From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: [PATCH] test: add svm tests Date: Mon, 2 Aug 2010 17:56:06 +0300 Message-ID: <1280760966-16717-1-git-send-email-avi@redhat.com> To: Marcelo Tosatti , kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:65217 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751611Ab0HBO4I (ORCPT ); Mon, 2 Aug 2010 10:56:08 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o72Eu8Fp007421 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 2 Aug 2010 10:56:08 -0400 Received: from cleopatra.tlv.redhat.com (cleopatra.tlv.redhat.com [10.35.255.11]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o72Eu7AP031338 for ; Mon, 2 Aug 2010 10:56:08 -0400 Sender: kvm-owner@vger.kernel.org List-ID: Test behaviour both with svm enabled and with svm disabled. Signed-off-by: Avi Kivity --- 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