From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: [PATCH] test: Add rmap_chain.flat to unittests config file Date: Tue, 6 Jul 2010 15:33:21 -0300 Message-ID: <1278441201-8614-1-git-send-email-lmr@redhat.com> Cc: mtosatti@redhat.com, Lucas Meneghel Rodrigues To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:48415 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751814Ab0GFSd0 (ORCPT ); Tue, 6 Jul 2010 14:33:26 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o66IXPNr029124 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 6 Jul 2010 14:33:25 -0400 Sender: kvm-owner@vger.kernel.org List-ID: So it can get executed automatically by KVM autotest. Signed-off-by: Lucas Meneghel Rodrigues --- kvm/test/x86/unittests.cfg | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/kvm/test/x86/unittests.cfg b/kvm/test/x86/unittests.cfg index 4a40989..f39c5bd 100644 --- a/kvm/test/x86/unittests.cfg +++ b/kvm/test/x86/unittests.cfg @@ -50,3 +50,6 @@ file = tsc.flat [xsave] file = xsave.flat + +[rmap_chain] +file = rmap_chain.flat -- 1.7.1