From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpssR-0005Kn-OG for qemu-devel@nongnu.org; Fri, 30 Sep 2016 04:09:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpssN-0007nD-HX for qemu-devel@nongnu.org; Fri, 30 Sep 2016 04:09:02 -0400 Received: from smtp.vivo.cz ([85.132.139.10]:49993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpssN-0007mb-Bg for qemu-devel@nongnu.org; Fri, 30 Sep 2016 04:08:59 -0400 Date: Fri, 30 Sep 2016 10:08:54 +0200 From: Jiri Denemark Message-ID: <20160930080854.GM952385@orkuz.home> References: <1475183699-11646-1-git-send-email-ehabkost@redhat.com> <1475183699-11646-2-git-send-email-ehabkost@redhat.com> <690f3768-f7f4-95e1-9d64-b9780090ff41@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <690f3768-f7f4-95e1-9d64-b9780090ff41@redhat.com> Subject: Re: [Qemu-devel] [PATCH v4 01/11] tests: Add test case for x86 feature parsing compatibility List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Eduardo Habkost , qemu-devel@nongnu.org, dahi@linux.vnet.ibm.com, Igor Mammedov , Markus Armbruster , Richard Henderson , libvir-list@redhat.com On Fri, Sep 30, 2016 at 09:55:33 +0200, Paolo Bonzini wrote: > > > On 29/09/2016 23:14, Eduardo Habkost wrote: > > + * "-foo" overrides "+foo" > > + * "[+-]foo" overrides "foo=..." > > Is this something that people are actually using? Can we detect it and > deprecate it in 2.8, and drop it in 2.9? Libvirt uses -cpu Model,+foo,-bar style, but we do not mix mix -foo and +foo, or even [+-]foo and foo= if this is what you asked. Jirka