qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] configure: Virtfs doesn't require libcap.


From: Kusanagi Kouichi
Subject: Re: [Qemu-devel] [PATCH] configure: Virtfs doesn't require libcap.
Date: Thu, 26 Apr 2012 21:59:46 +0900
User-agent: Mutt/1.5.21 (2010-09-15)

On 2012-04-25 14:20:12 -0500, Anthony Liguori wrote:
> On 04/22/2012 05:16 AM, Kusanagi Kouichi wrote:
> >Only proxy helper does.
> >
> >Signed-off-by: Kusanagi Kouichi<address@hidden>
> 
> This broke the build:
> 
> http://spunk.home.kraxel.org/bb/builders/ubuntu-default/builds/52

I cannot see IPv6 only sites. Could you send me the contents of the URL?

> Since the improve seems to be purely cosmetic, I'm going to revert this 
> change.
> 
> Regards,
> 
> Anthony Liguori
> 
> >---
> >  configure |    6 ++++--
> >  1 file changed, 4 insertions(+), 2 deletions(-)
> >
> >diff --git a/configure b/configure
> >index 2d62d12..c8e6fe4 100755
> >--- a/configure
> >+++ b/configure
> >@@ -2860,9 +2860,11 @@ tools=
> >  if test "$softmmu" = yes ; then
> >    tools="qemu-img\$(EXESUF) qemu-io\$(EXESUF) $tools"
> >    if test "$virtfs" != no ; then
> >-      if test "$cap" = yes&&  test "$linux" = yes&&  test "$attr" = yes ; 
> >then
> >+      if test "$linux" = yes&&  test "$attr" = yes ; then
> >       virtfs=yes
> >-      tools="$tools fsdev/virtfs-proxy-helper\$(EXESUF)"
> >+      if test "$cap" = yes ; then
> >+          tools="$tools fsdev/virtfs-proxy-helper\$(EXESUF)"
> >+      fi
> >        else
> >       if test "$virtfs" = yes; then
> >           feature_not_found "virtfs"
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]