|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Time in Xen
> > For development environments, it really would help to be able to disable
> > this behavior. There's nothing quite like fiddling with the clock,
> > troubleshooting some timestamp behavior, only to find the system time
> > "fixed" after a testing run.
>
> Okay, I can add a command-line option and/or sysctl switch to modify
> this behaviour quite easily. I have some other tweaks I'll be making
> shortly, so I'll add this at the same time.
There are now two ways to cause a domain to run its wallclock
independently from Xen:
1. Specify 'independent_wallclock' on the command line.
2. 'echo 1 >/proc/sys/xeno/independent_wallclock'.
To reenable tracking of Xen wallclock:
1. 'echo 0 >/proc/sys/xeno/independent_wallclock'.
-- Keir
-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community? Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|