qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Richard W.M. Jones" <rjones@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v3] vl.c: Add '-L help' which lists data dirs.
Date: Mon, 13 Jun 2016 13:54:13 +0100	[thread overview]
Message-ID: <20160613125413.GU16797@redhat.com> (raw)
In-Reply-To: <7313404c-cad3-6e3d-1f0e-8d92b9d38e72@redhat.com>

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 <rjones@redhat.com>
> > Reviewed-by: Eric Blake <eblake@redhat.com>
[...]
> 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

      reply	other threads:[~2016-06-13 12:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-16 16:34 [Qemu-devel] [PATCH v3] vl.c: Add '-L help' which lists data dirs Richard W.M. Jones
2016-05-16 16:34 ` Richard W.M. Jones
2016-05-24 13:07   ` Richard W.M. Jones
2016-06-13 11:55   ` Paolo Bonzini
2016-06-13 12:54     ` Richard W.M. Jones [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160613125413.GU16797@redhat.com \
    --to=rjones@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).