From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0Ba1-0005FB-Lm for qemu-devel@nongnu.org; Tue, 10 May 2016 13:36:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0BZx-00067X-8s for qemu-devel@nongnu.org; Tue, 10 May 2016 13:36:20 -0400 Received: from smtp.vivo.cz ([85.132.139.10]:51294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0BZw-000671-RA for qemu-devel@nongnu.org; Tue, 10 May 2016 13:36:17 -0400 Date: Tue, 10 May 2016 19:36:06 +0200 From: Jiri Denemark Message-ID: <20160510173606.GA3675719@orkuz.home> References: <1462558292-2126-1-git-send-email-ehabkost@redhat.com> <1462558292-2126-9-git-send-email-ehabkost@redhat.com> <20160510171951.387cd16f@nial.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160510171951.387cd16f@nial.brq.redhat.com> Subject: Re: [Qemu-devel] [PATCH 8/9] target-i386: Use "-" instead of "_" on all feature names List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: Eduardo Habkost , libvir-list@redhat.com, qemu-devel@nongnu.org, Andreas =?iso-8859-1?Q?F=E4rber?= On Tue, May 10, 2016 at 17:19:51 +0200, Igor Mammedov wrote: > On Fri, 6 May 2016 15:11:31 -0300 > Eduardo Habkost wrote: > > > This makes the feature name tables in feature_word_info all match > > the actual QOM property names we use. > > > > This will make the command-line interface more consistent, > > allowing the QOM property names to be used as "-cpu" arguments > > directly. > > wouldn't that change output of '-cpu help', > can it break libvirt? Don't worry, for any QEMU >= 1.2.0 libvirt uses only QMP commands when probing capabilities. And currently we don't even parse feature names anywhere, we only use feature names when constructing -cpu command line and that parts seems to be covered by this patch. Jirka