On 04/19/2012 05:40 PM, Michael Roth wrote:
On Thu, Apr 19, 2012 at 04:12:47PM +0200, Alexander Graf wrote:
On 04/17/2012 05:28 PM, Andreas Färber wrote:
Am 14.04.2012 04:07, schrieb Michael Roth:
When linux-specific commands (including guest-fsfreeze-*) were consolidated
under defined(__linux
On Thu, Apr 19, 2012 at 04:12:47PM +0200, Alexander Graf wrote:
> On 04/17/2012 05:28 PM, Andreas Färber wrote:
> >Am 14.04.2012 04:07, schrieb Michael Roth:
> >>When linux-specific commands (including guest-fsfreeze-*) were consolidated
> >>under defined(__linux__), we forgot to account for the ca
On 04/17/2012 05:28 PM, Andreas Färber wrote:
Am 14.04.2012 04:07, schrieb Michael Roth:
When linux-specific commands (including guest-fsfreeze-*) were consolidated
under defined(__linux__), we forgot to account for the case where
defined(__linux__)&& !defined(FIFREEZE). As a result stubs are n
On Tue, Apr 17, 2012 at 01:54:49PM -0300, Luiz Capitulino wrote:
> On Tue, 17 Apr 2012 10:15:03 -0500
> Michael Roth wrote:
>
> > On Tue, Apr 17, 2012 at 11:44:39AM -0300, Luiz Capitulino wrote:
> > > On Fri, 13 Apr 2012 21:07:36 -0500
> > > Michael Roth wrote:
> > >
> > > > When linux-specific
On Tue, 17 Apr 2012 10:15:03 -0500
Michael Roth wrote:
> On Tue, Apr 17, 2012 at 11:44:39AM -0300, Luiz Capitulino wrote:
> > On Fri, 13 Apr 2012 21:07:36 -0500
> > Michael Roth wrote:
> >
> > > When linux-specific commands (including guest-fsfreeze-*) were
> > > consolidated
> > > under defin
Am 14.04.2012 04:07, schrieb Michael Roth:
> When linux-specific commands (including guest-fsfreeze-*) were consolidated
> under defined(__linux__), we forgot to account for the case where
> defined(__linux__) && !defined(FIFREEZE). As a result stubs are no longer
> being generated on linux hosts t
On Tue, Apr 17, 2012 at 11:44:39AM -0300, Luiz Capitulino wrote:
> On Fri, 13 Apr 2012 21:07:36 -0500
> Michael Roth wrote:
>
> > When linux-specific commands (including guest-fsfreeze-*) were consolidated
> > under defined(__linux__), we forgot to account for the case where
> > defined(__linux__
On Fri, 13 Apr 2012 21:07:36 -0500
Michael Roth wrote:
> When linux-specific commands (including guest-fsfreeze-*) were consolidated
> under defined(__linux__), we forgot to account for the case where
> defined(__linux__) && !defined(FIFREEZE). As a result stubs are no longer
> being generated on
When linux-specific commands (including guest-fsfreeze-*) were consolidated
under defined(__linux__), we forgot to account for the case where
defined(__linux__) && !defined(FIFREEZE). As a result stubs are no longer
being generated on linux hosts that don't have FIFREEZE support. Fix
this.
Signed-