|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCHl] localtime basis for paravirtualized guests
Thanks. I'll resend then. I did notice a few issues with my original
patch, so it good that it's getting looked at in greater detail.
- Bruce
>>> Keir Fraser <Keir.Fraser@xxxxxxxxxxxx> 4/5/2006 7:03:50 am >>>
On 31 Mar 2006, at 21:22, Bruce Rogers wrote:
> This patch allows the localtime parameter to be used for
> para-virtualized guests.
> Some paravirtualized guests may need to start with a local time basis
> instead of UTC.
> This patch provides for that need. Please review and apply.
I've just checked in a patch to provide a clean wallclock update
interface from common Xen code. Please re-send based on that patch.
Your dom0_op implementation should modify d->time_offset_seconds
directly and then call update_domain_wallclock_time(d).
Apart from that, the time_offset_seconds field in dom0_op.h should be
type int32_t (we don't use s32 in public headers).
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|