Re: [libvirt] [PATCH] Solaris PV is localtime. Allow this setting through the conversions

2009-02-04 Thread John Levon
On Thu, Jan 29, 2009 at 11:33:10AM +, Daniel P. Berrange wrote: Hmm, current XenD may not mind having 'localtime' here, but I'm worried older XenD may not be so forgiving. Will have to check older source. Any success? Existing code unconditionally sets localtime=0 and localtime=1, but

Re: [libvirt] [PATCH] Solaris PV is localtime. Allow this setting through the conversions

2009-01-29 Thread Daniel P. Berrange
On Wed, Jan 28, 2009 at 07:09:19PM -0800, john.le...@sun.com wrote: # HG changeset patch # User john.le...@sun.com # Date 1233198416 28800 # Node ID 76d670ab6ea5476be96441ea88af94644c985201 # Parent f0247b9f4da199c01412d5bd0f9d7d888cbb84de Solaris PV is localtime. Allow this setting through

Re: [libvirt] [PATCH] Solaris PV is localtime. Allow this setting through the conversions

2009-01-29 Thread John Levon
On Thu, Jan 29, 2009 at 11:33:10AM +, Daniel P. Berrange wrote: +if (def-localtime xenXMConfigSetInt(conf, localtime, 1) 0) +goto no_memory; Existing code unconditionally sets localtime=0 and localtime=1, but this only sets localtime=1, relying on XM defaults for

[libvirt] [PATCH] Solaris PV is localtime. Allow this setting through the conversions

2009-01-28 Thread john . levon
# HG changeset patch # User john.le...@sun.com # Date 1233198416 28800 # Node ID 76d670ab6ea5476be96441ea88af94644c985201 # Parent f0247b9f4da199c01412d5bd0f9d7d888cbb84de Solaris PV is localtime. Allow this setting through the conversions. Signed-off-by: John Levon john.le...@sun.com diff