From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amos Kong Subject: Re: [KVM-AUTOTEST PATCH] KVM test: refactor kvm_config.py Date: Thu, 10 Feb 2011 09:18:47 +0800 Message-ID: <20110210011847.GA1118@t173.nay.redhat.com> References: <1297216207-28375-1-git-send-email-mgoldish@redhat.com> <4D525E58.4080009@redhat.com> Reply-To: Amos Kong Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: Michael Goldish , autotest@test.kernel.org, kvm@vger.kernel.org, Uri Lublin To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:49799 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750946Ab1BJBQa (ORCPT ); Wed, 9 Feb 2011 20:16:30 -0500 Content-Disposition: inline In-Reply-To: <4D525E58.4080009@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Feb 09, 2011 at 11:28:56AM +0200, Avi Kivity wrote: > On 02/09/2011 03:50 AM, Michael Goldish wrote: > >This is a reimplementation of the dict generator. It is much faster than the > >current implementation and uses a very small amount of memory. Running time > >and memory usage scale polynomially with the number of defined variants, > >compared to exponentially in the current implementation. > > > >Instead of regular expressions in the filters, the following syntax is used: > > > >, means OR > >.. means AND > >. means IMMEDIATELY-FOLLOWED-BY > > > >Example: > > > >only qcow2..Fedora.14, RHEL.6..raw..boot, smp2..qcow2..migrate..ide > > > > > Is it not possible to keep the old syntax? Breaking people's > scripts is bad. we only need convert the configure file, it's not too complex > -- > error compiling committee.c: too many arguments to function > > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html