Re: Anybondy interested in libVirt build daemon status mails? (was: Re: [libvirt] [PATCH] [v2] Support kvm-img or qemu-img dynamically)

2009-06-15 Thread Daniel P. Berrange
On Fri, Jun 12, 2009 at 10:53:01PM +0200, Maximilian Wilhelm wrote: > Anno domini 2009 Matthias Bolte scripsit: > > As we found this subtle "bug"(?) - at least it's questionable why the > '&' was added, which does not change the semantics for the stack var - > by the mails our libVirt build daemon

Re: Anybondy interested in libVirt build daemon status mails? (was: Re: [libvirt] [PATCH] [v2] Support kvm-img or qemu-img dynamically)

2009-06-15 Thread Daniel Veillard
On Fri, Jun 12, 2009 at 10:53:01PM +0200, Maximilian Wilhelm wrote: > Anno domini 2009 Matthias Bolte scripsit: [...] > > additional & triggers a warning (breaks compilation with > > --enable-compile-warnings=error) and removing it doesn't change the > > behavior. > > As we found this subtle "bug"

Anybondy interested in libVirt build daemon status mails? (was: Re: [libvirt] [PATCH] [v2] Support kvm-img or qemu-img dynamically)

2009-06-12 Thread Maximilian Wilhelm
Anno domini 2009 Matthias Bolte scripsit: > 2009/6/10 Doug Goldstein : > > This patch adds a new function virFindFileInPath() and uses it to find > > where a binary lives in the PATH environment variable. [...] > +char *virFindFileInPath(const char *file) > +{ [...] > +} > GCC (version 4.3.3 her