From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCRNl-0000fi-A7 for qemu-devel@nongnu.org; Mon, 13 Jun 2016 08:54:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCRNg-000507-Ac for qemu-devel@nongnu.org; Mon, 13 Jun 2016 08:54:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57337) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCRNg-0004zt-4u for qemu-devel@nongnu.org; Mon, 13 Jun 2016 08:54:16 -0400 Date: Mon, 13 Jun 2016 13:54:13 +0100 From: "Richard W.M. Jones" Message-ID: <20160613125413.GU16797@redhat.com> References: <1463416475-11728-1-git-send-email-rjones@redhat.com> <1463416475-11728-2-git-send-email-rjones@redhat.com> <7313404c-cad3-6e3d-1f0e-8d92b9d38e72@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7313404c-cad3-6e3d-1f0e-8d92b9d38e72@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3] vl.c: Add '-L help' which lists data dirs. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org On Mon, Jun 13, 2016 at 01:55:59PM +0200, Paolo Bonzini wrote: > On 16/05/2016 18:34, Richard W.M. Jones wrote: > > QEMU compiles a list of data directories from various sources. When > > consuming a QEMU binary it's useful to be able to get this list of > > data directories: a primary reason is so you can list what BIOSes or > > keymaps ship with this version of QEMU. However without reproducing > > the method that QEMU uses internally, it's not possible to get the > > list of data directories. > > > > This commit adds a simple '-L help' option that just lists out the > > data directories as qemu calculates them: > > > > $ ./x86_64-softmmu/qemu-system-x86_64 -L help > > /home/rjones/d/qemu/pc-bios > > /usr/local/share/qemu > > > > $ ./x86_64-softmmu/qemu-system-x86_64 -L /tmp -L help > > /tmp > > /home/rjones/d/qemu/pc-bios > > /usr/local/share/qemu > > > > Signed-off-by: Richard W.M. Jones > > Reviewed-by: Eric Blake [...] > Queued, thanks. Thanks. This is a good patch and I think we should have it in qemu. However the semi-related "bios-fast" patch needs more work, and so I'd like to withdraw that one from consideration (if it was being considered ..) Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 100 libraries supported. http://fedoraproject.org/wiki/MinGW