All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: famz@redhat.com
Cc: kwolf@redhat.com, peter.maydell@linaro.org, alex@alex.org.uk,
	mjt@tls.msk.ru, qemu-devel@nongnu.org, vilanova@ac.upc.edu,
	stefanha@redhat.com, xiawenc@linux.vnet.ibm.com, rth@twiddle.net
Subject: Re: [Qemu-devel] [PATCH v12 5/8] module: implement module loading
Date: Thu, 10 Oct 2013 15:40:45 +0200	[thread overview]
Message-ID: <5256AE5D.4020804@redhat.com> (raw)
In-Reply-To: <20131010123426.GA3159@T430s.nay.redhat.com>

Il 10/10/2013 14:34, Fam Zheng ha scritto:
> Hmm, basically an analogue to bindir and libdir.
> 
> I'm not sure why wasn't that libdir/bindir always be ${prefix}/lib and
> ${prefix}/bin as well. So why are they needed?
> 
> AFAICT it is not a problem to drop it, if you insist.

libdir can be ${prefix}/lib64, bindir could also be ${prefix}/libexec
for example.

Also, libdir and bindir are two of the standard arguments to configure
(rooting back to the GNU coding standards).

Paolo

  reply	other threads:[~2013-10-10 13:41 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-10 11:26 [Qemu-devel] [PATCH v12 0/8] Shared Library Module Support Fam Zheng
2013-10-10 11:26 ` [Qemu-devel] [PATCH v12 1/8] ui/Makefile.objs: delete unnecessary cocoa.o dependency Fam Zheng
2013-10-10 11:26 ` [Qemu-devel] [PATCH v12 2/8] make.rule: fix $(obj) to a real relative path Fam Zheng
2013-10-10 11:26 ` [Qemu-devel] [PATCH v12 3/8] rule.mak: allow per object cflags and libs Fam Zheng
2013-10-10 11:26 ` [Qemu-devel] [PATCH v12 4/8] build-sys: introduce common-obj-m and block-obj-m for DSO Fam Zheng
2013-10-10 11:26 ` [Qemu-devel] [PATCH v12 5/8] module: implement module loading Fam Zheng
2013-10-10 12:16   ` Paolo Bonzini
2013-10-10 12:34     ` Fam Zheng
2013-10-10 13:40       ` Paolo Bonzini [this message]
2013-10-11  1:10         ` Fam Zheng
2013-10-10 11:26 ` [Qemu-devel] [PATCH v12 6/8] Makefile: install modules with "make install" Fam Zheng
2013-10-10 11:26 ` [Qemu-devel] [PATCH v12 7/8] .gitignore: ignore module related files (dll, so, mo) Fam Zheng
2013-10-10 11:26 ` [Qemu-devel] [PATCH v12 8/8] block: convert block drivers linked with libs to modules Fam Zheng
2013-10-10 12:19 ` [Qemu-devel] [PATCH v12 0/8] Shared Library Module Support Paolo Bonzini

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=5256AE5D.4020804@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=alex@alex.org.uk \
    --cc=famz@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=mjt@tls.msk.ru \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    --cc=stefanha@redhat.com \
    --cc=vilanova@ac.upc.edu \
    --cc=xiawenc@linux.vnet.ibm.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.