WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] time-xen : Reset monotonic time when sync up time fr

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] time-xen : Reset monotonic time when sync up time from dom0 to domU
From: "Du, Hang" <hdu@xxxxxxxxxxxx>
Date: Tue, 12 Oct 2010 03:19:14 -0700
Accept-language: zh-CN, en-US
Acceptlanguage: zh-CN, en-US
Cc: "Liu, Saipu" <saliu@xxxxxxxxxxxx>, "Yi, Shunli" <syi@xxxxxxxxxxxx>
Delivery-date: Tue, 12 Oct 2010 03:20:12 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Actpt9HHTKsRtd7aQNuAcq/fSXTr+AAPv7Jw
Thread-topic: [Xen-devel] [PATCH] time-xen : Reset monotonic time when sync up time from dom0 to domU

Signed-off-by: Shunli Yi <shyi@xxxxxxxxxxxx>

Signed-off-by: Hang Du <hdu@xxxxxxxxxxxx>

 

When sync up time from dom0 to domU, the monotonic time should be reset or domU cannot sync up backward time from dom0.

 

diff –urN a/arch/i386/kernel/time-xen.c   b/arch/i386/kernel/time-xen.c  

 

--- a/arch/i386/kernel/time-xen.c   2010-10-11 10:41:06.000000000 +0800

+++ b/arch/i386/kernel/time-xen.c   2010-10-11 10:43:32.000000000 +0800

@@ -715,6 +715,8 @@

    }  

 

    if (shadow_tv_version != HYPERVISOR_shared_info->wc_version) {

+        if (!independent_wallclock)

+            monotonic_reset();

        update_wallclock();

        schedule_clock_was_set_work = 1;

    }

 



Protected by Websense Hosted Email Security — www.websense.com

Attachment: time-xen.patch
Description: time-xen.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel