Re: [libvirt] [RFC] [PATCH v3 1/6] add a configure option --with-fuse to prepare introduction of fuse support for libvirt lxc

2012-09-25 Thread Daniel P. Berrange
On Mon, Sep 24, 2012 at 10:36:16AM +0800, Gao feng wrote: > 于 2012年09月17日 13:04, Gao feng 写道: > > 于 2012年09月11日 10:54, Gao feng 写道: > >> add a configure option --with-fuse to prepare introduction > >> of fuse support for libvirt lxc. > >> > >> With help from Daniel > >> > >> Signed-off-by: Gao feng

Re: [libvirt] [RFC] [PATCH v3 1/6] add a configure option --with-fuse to prepare introduction of fuse support for libvirt lxc

2012-09-25 Thread Daniel P. Berrange
On Mon, Sep 24, 2012 at 12:43:42PM -0600, Eric Blake wrote: > On 09/24/2012 12:24 PM, Doug Goldstein wrote: > > On Mon, Sep 10, 2012 at 9:54 PM, Gao feng wrote: > >> add a configure option --with-fuse to prepare introduction > >> of fuse support for libvirt lxc. > >> > >> With help from Daniel > >

Re: [libvirt] [RFC] [PATCH v3 1/6] add a configure option --with-fuse to prepare introduction of fuse support for libvirt lxc

2012-09-24 Thread Gao feng
于 2012年09月25日 02:24, Doug Goldstein 写道: > On Mon, Sep 10, 2012 at 9:54 PM, Gao feng wrote: >> add a configure option --with-fuse to prepare introduction >> of fuse support for libvirt lxc. >> >> With help from Daniel >> >> Signed-off-by: Gao feng >> --- >> configure.ac| 35

Re: [libvirt] [RFC] [PATCH v3 1/6] add a configure option --with-fuse to prepare introduction of fuse support for libvirt lxc

2012-09-24 Thread Gao feng
于 2012年09月25日 02:43, Eric Blake 写道: > On 09/24/2012 12:24 PM, Doug Goldstein wrote: >> On Mon, Sep 10, 2012 at 9:54 PM, Gao feng wrote: >>> add a configure option --with-fuse to prepare introduction >>> of fuse support for libvirt lxc. >>> >>> With help from Daniel >>> >>> Signed-off-by: Gao feng

Re: [libvirt] [RFC] [PATCH v3 1/6] add a configure option --with-fuse to prepare introduction of fuse support for libvirt lxc

2012-09-24 Thread Gao feng
于 2012年09月24日 21:02, Glauber Costa 写道: > Well, since this is mostly libvirt code, I really don't feel comfortable > commenting on it. > thanks all the same :) -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [RFC] [PATCH v3 1/6] add a configure option --with-fuse to prepare introduction of fuse support for libvirt lxc

2012-09-24 Thread Eric Blake
On 09/24/2012 12:24 PM, Doug Goldstein wrote: > On Mon, Sep 10, 2012 at 9:54 PM, Gao feng wrote: >> add a configure option --with-fuse to prepare introduction >> of fuse support for libvirt lxc. >> >> With help from Daniel >> >> Signed-off-by: Gao feng >> --- > Other than the 2 small comments, i

Re: [libvirt] [RFC] [PATCH v3 1/6] add a configure option --with-fuse to prepare introduction of fuse support for libvirt lxc

2012-09-24 Thread Doug Goldstein
On Mon, Sep 10, 2012 at 9:54 PM, Gao feng wrote: > add a configure option --with-fuse to prepare introduction > of fuse support for libvirt lxc. > > With help from Daniel > > Signed-off-by: Gao feng > --- > configure.ac| 35 +++ > libvirt.spec.in |9

Re: [libvirt] [RFC] [PATCH v3 1/6] add a configure option --with-fuse to prepare introduction of fuse support for libvirt lxc

2012-09-24 Thread Eric Blake
On 09/23/2012 08:36 PM, Gao feng wrote: > 于 2012年09月17日 13:04, Gao feng 写道: >> 于 2012年09月11日 10:54, Gao feng 写道: >>> add a configure option --with-fuse to prepare introduction >>> of fuse support for libvirt lxc. >>> >>> With help from Daniel >>> >>> Signed-off-by: Gao feng >>> --- >> >> ping... >

Re: [libvirt] [RFC] [PATCH v3 1/6] add a configure option --with-fuse to prepare introduction of fuse support for libvirt lxc

2012-09-24 Thread Glauber Costa
On 09/24/2012 06:36 AM, Gao feng wrote: > 于 2012年09月17日 13:04, Gao feng 写道: >> 于 2012年09月11日 10:54, Gao feng 写道: >>> add a configure option --with-fuse to prepare introduction >>> of fuse support for libvirt lxc. >>> >>> With help from Daniel >>> >>> Signed-off-by: Gao feng >>> --- >> >> ping... >

Re: [libvirt] [RFC] [PATCH v3 1/6] add a configure option --with-fuse to prepare introduction of fuse support for libvirt lxc

2012-09-23 Thread Gao feng
于 2012年09月17日 13:04, Gao feng 写道: > 于 2012年09月11日 10:54, Gao feng 写道: >> add a configure option --with-fuse to prepare introduction >> of fuse support for libvirt lxc. >> >> With help from Daniel >> >> Signed-off-by: Gao feng >> --- > > ping... > Any comments? -- libvir-list mailing list libvi

Re: [libvirt] [RFC] [PATCH v3 1/6] add a configure option --with-fuse to prepare introduction of fuse support for libvirt lxc

2012-09-16 Thread Gao feng
于 2012年09月11日 10:54, Gao feng 写道: > add a configure option --with-fuse to prepare introduction > of fuse support for libvirt lxc. > > With help from Daniel > > Signed-off-by: Gao feng > --- ping... -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libv

[libvirt] [RFC] [PATCH v3 1/6] add a configure option --with-fuse to prepare introduction of fuse support for libvirt lxc

2012-09-10 Thread Gao feng
add a configure option --with-fuse to prepare introduction of fuse support for libvirt lxc. With help from Daniel Signed-off-by: Gao feng --- configure.ac| 35 +++ libvirt.spec.in |9 + 2 files changed, 44 insertions(+), 0 deletions(-) diff --g