From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9fre-00028E-CU for qemu-devel@nongnu.org; Mon, 19 Mar 2012 12:55:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9frY-00068u-7P for qemu-devel@nongnu.org; Mon, 19 Mar 2012 12:55:21 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:37325) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9frY-00068l-18 for qemu-devel@nongnu.org; Mon, 19 Mar 2012 12:55:16 -0400 Received: by dadp14 with SMTP id p14so11277736dad.4 for ; Mon, 19 Mar 2012 09:55:14 -0700 (PDT) Message-ID: <4F6764EE.8010108@codemonkey.ws> Date: Mon, 19 Mar 2012 11:55:10 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1332168883-9961-1-git-send-email-ehabkost@redhat.com> <4F674C63.6080009@codemonkey.ws> <20120319153731.GE9375@otherpad.lan.raisama.net> <4F67531E.70206@codemonkey.ws> <20120319160640.GG9375@otherpad.lan.raisama.net> <4F675CF3.4000807@codemonkey.ws> <20120319163910.GK9375@otherpad.lan.raisama.net> <4F67628C.8090509@codemonkey.ws> <20120319165128.GM9375@otherpad.lan.raisama.net> In-Reply-To: <20120319165128.GM9375@otherpad.lan.raisama.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] -readconfig: accept fd= option (v2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: qemu-devel@nongnu.org On 03/19/2012 11:51 AM, Eduardo Habkost wrote: > On Mon, Mar 19, 2012 at 11:45:00AM -0500, Anthony Liguori wrote: >>> On the other hand, I: >>> >>> - Would like to let the user (a human) list where are the default config >>> files being used by Qemu; >> >> This should be provided via a QMP command and as part of >> -query-capabilities (see previous series). > > Is this usable by a human? It surely is for the users that would care about this. Normally, this stuff is printed in either --help or --version FWIW. But we can't touch either because of libvirt (hence my other series). So if we fix that problem, we can provide a nicer --help/--version output that has this information. Regards, Anthony Liguori >