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-ia64-devel

[Xen-ia64-devel][PATCH] let VMM do itc sync for guest on VTI domain

To: <xen-ia64-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-ia64-devel][PATCH] let VMM do itc sync for guest on VTI domain
From: "Xu, Anthony" <anthony.xu@xxxxxxxxx>
Date: Wed, 14 Jun 2006 20:41:28 +0800
Delivery-date: Wed, 14 Jun 2006 05:41:59 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcaPr9qDCQGZPXR4SVieuNk7/Y1Byg==
Thread-topic: [Xen-ia64-devel][PATCH] let VMM do itc sync for guest on VTI domain
Previously, on SMP VTI-domain, Guest OS was responsible for syncing itc by 
calling
Ia64_sync_itc, but the round trip may be very large on VTI domain, that may
cause guest itcs are not synced well and cause guest wall clock is not accurate.

This patch intends to fix this issue, when guest wants to sync itc( vcpus other 
than vcpu0 write itc), VMM directly get vcpu0 itc for other vcpus.


Signed-off-by: Anthony Xu <anthony.xu@xxxxxxxxx>

Thanks,
-Anthony 

Attachment: sync_itc.patch
Description: sync_itc.patch

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-ia64-devel][PATCH] let VMM do itc sync for guest on VTI domain, Xu, Anthony <=