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 0/2] Simplified Virtual Periodic Timer Implementation

To: "Keir Fraser" <keir@xxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH 0/2] Simplified Virtual Periodic Timer Implementation
From: "Shan, Haitao" <haitao.shan@xxxxxxxxx>
Date: Fri, 26 Oct 2007 10:47:49 +0800
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, "Dong, Eddie" <eddie.dong@xxxxxxxxx>, "Jiang, Yunhong" <yunhong.jiang@xxxxxxxxx>
Delivery-date: Thu, 25 Oct 2007 19:52:01 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcgXepiaQrtBqTwTQmSz0FeSLSHbOg==
Thread-topic: [PATCH 0/2] Simplified Virtual Periodic Timer Implementation

Hi,
The following patches add a simplified virtual periodic timer implementation, which in essence pins guest TSC with host TSC. User can use per-domain configration option to control whether it wil be used.

Could you please have a look and give some comments?

sim_xen.patch:     Changes made to xen, which disables dynamicly adjusting guest tsc_offset according to number of injections of guest periodic timer interrupts and adds a hypercall to pass configration options from user space.

sim_config.patch   User space changes. Parse option in domain configration file and pass it to hypervisor. 

Best Regards
Haitao Shan

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH 0/2] Simplified Virtual Periodic Timer Implementation, Shan, Haitao <=