From: Liu Yuan <namei.unix@gmail.com>
To: Stefan Hajnoczi <stefanha@gmail.com>
Cc: Kevin Wolf <kwolf@redhat.com>, Hu Tao <hutao@cn.fujitsu.com>,
qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v2] configure: make libnfs not_found message user friendly
Date: Fri, 18 Jul 2014 15:05:05 +0800 [thread overview]
Message-ID: <20140718070505.GA30823@ubuntu-trusty> (raw)
In-Reply-To: <20140715141614.GA9837@stefanha-thinkpad.redhat.com>
On Tue, Jul 15, 2014 at 04:16:14PM +0200, Stefan Hajnoczi wrote:
> On Mon, Jul 14, 2014 at 11:06:08AM +0800, Hu Tao wrote:
> > On Sat, Jul 12, 2014 at 11:17:40AM +0800, Liu Yuan wrote:
> > > Cc: Kevin Wolf <kwolf@redhat.com>
> > > Signed-off-by: Liu Yuan <namei.unix@gmail.com>
> > > ---
> > > configure | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/configure b/configure
> > > index 7dd43fd..78e7baf 100755
> > > --- a/configure
> > > +++ b/configure
> > > @@ -3996,7 +3996,7 @@ if test "$libnfs" != "no" ; then
> > > LIBS="$LIBS $libnfs_libs"
> > > else
> > > if test "$libnfs" = "yes" ; then
> > > - feature_not_found "libnfs"
> > > + feature_not_found "libnfs" "Install libnfs-devel >= 1.9.3"
> > > fi
> > > libnfs="no"
> > > fi
> > > --
> > > 1.9.1
> > >
> >
> > I already had a patch that fixed all similar cases:
> > http://lists.nongnu.org/archive/html/qemu-devel/2014-06/msg06411.html.
>
> Thanks, I have applied Hu's patch to my block-next tree because it
> includes this and other cases.
>
> Please CC me on block layer patches. I co-maintain the block layer with
> Kevin and am merging patches this week.
Umm, I git log see that this file related to block layer mostly sent to kevin,
so I thought I should only send it to Kevin. I'll include you from this time on
as I did before.
Yuan
prev parent reply other threads:[~2014-07-18 7:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-12 3:17 [Qemu-devel] [PATCH v2] configure: make libnfs not_found message user friendly Liu Yuan
2014-07-14 3:05 ` Fam Zheng
2014-07-14 3:06 ` Hu Tao
2014-07-15 14:16 ` Stefan Hajnoczi
2014-07-18 7:05 ` Liu Yuan [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=20140718070505.GA30823@ubuntu-trusty \
--to=namei.unix@gmail.com \
--cc=hutao@cn.fujitsu.com \
--cc=kwolf@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.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).