Re: [libvirt] [PATCH 2/6] Add new clock mode allowing variable adjustments

2010-03-01 Thread Jim Meyering
Daniel P. Berrange wrote: >> Here's the change to the syntax-check rule, >> followed by the change to the code to make those files comply. >> If everyone agrees, I'll reverse the order before pushing, >> so that make syntax-check passes after each commit. > > ACK, this makes sense - since we clearl

Re: [libvirt] [PATCH 2/6] Add new clock mode allowing variable adjustments

2010-03-01 Thread Daniel P. Berrange
On Mon, Mar 01, 2010 at 08:12:23PM +0100, Jim Meyering wrote: > Daniel P. Berrange wrote: > ... > >> > diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng > >> > index 1ff0944..d295bfe 100644 > >> > --- a/docs/schemas/domain.rng > >> > +++ b/docs/schemas/domain.rng > >> > @@ -297,12 +297

Re: [libvirt] [PATCH 2/6] Add new clock mode allowing variable adjustments

2010-03-01 Thread Jim Meyering
Daniel P. Berrange wrote: ... >> > diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng >> > index 1ff0944..d295bfe 100644 >> > --- a/docs/schemas/domain.rng >> > +++ b/docs/schemas/domain.rng >> > @@ -297,12 +297,24 @@ >> > >> > >> > >> > - >> > - >> >

Re: [libvirt] [PATCH 2/6] Add new clock mode allowing variable adjustments

2010-03-01 Thread Daniel P. Berrange
On Mon, Mar 01, 2010 at 03:02:06PM +0100, Daniel Veillard wrote: > On Thu, Feb 18, 2010 at 05:54:28PM +, Daniel P. Berrange wrote: > > This introduces a third option for clock offset synchronization, > > that allows an arbitrary / variable adjustment to be set. In > > essence the XML contains t

Re: [libvirt] [PATCH 2/6] Add new clock mode allowing variable adjustments

2010-03-01 Thread Daniel Veillard
On Thu, Feb 18, 2010 at 05:54:28PM +, Daniel P. Berrange wrote: > This introduces a third option for clock offset synchronization, > that allows an arbitrary / variable adjustment to be set. In > essence the XML contains the time delta in seconds, relative to > UTC. > > > > The difference

[libvirt] [PATCH 2/6] Add new clock mode allowing variable adjustments

2010-02-18 Thread Daniel P. Berrange
This introduces a third option for clock offset synchronization, that allows an arbitrary / variable adjustment to be set. In essence the XML contains the time delta in seconds, relative to UTC. The difference from 'utc' mode, is that management apps should track adjustments and preserve them

[libvirt] [PATCH 2/6] Add new clock mode allowing variable adjustments

2010-02-02 Thread Daniel P. Berrange
This introduces a third option for clock offset synchronization, that allows an arbitrary / variable adjustment to be set. In essence the XML contains the time delta in seconds, relative to UTC. The difference from 'utc' mode, is that management apps should track adjustments and preserve them