From: Fam Zheng <famz@redhat.com>
To: Paolo Bonzini <pbonzini@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: Fri, 11 Oct 2013 09:10:20 +0800 [thread overview]
Message-ID: <20131011011020.GA4802@T430s.nay.redhat.com> (raw)
In-Reply-To: <5256AE5D.4020804@redhat.com>
On Thu, 10/10 15:40, Paolo Bonzini wrote:
> 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).
>
OK, I'll remove it. Thanks for explanation.
Fam
next prev parent reply other threads:[~2013-10-11 1:10 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
2013-10-11 1:10 ` Fam Zheng [this message]
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=20131011011020.GA4802@T430s.nay.redhat.com \
--to=famz@redhat.com \
--cc=alex@alex.org.uk \
--cc=kwolf@redhat.com \
--cc=mjt@tls.msk.ru \
--cc=pbonzini@redhat.com \
--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 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).