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] [HVM] RTC_UIE/RTC_SET fix

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] [HVM] RTC_UIE/RTC_SET fix
From: "Trolle Selander" <trolle.selander@xxxxxxxxx>
Date: Fri, 16 Nov 2007 10:07:48 -0800
Delivery-date: Fri, 16 Nov 2007 10:08:31 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=1RjNS6eFbKeV75/6UrZw6vbonINjlOdg1wzD+AyyP+o=; b=mloScQVfi/42TamDfhtQxcgtZbxhhlyDJQncCKzLdo1zmoHFJbqlWrgO1iieWRzEK7C3+IhyxTa27i4vrO+KGea0q3mKDIzYMur+hx0Fol/Llnf6tFmeIeo/DqacfOuQX1YqCqlQEm8HPZ38GvPqsrjfk7vv9wtw3zaQeO/RkUU=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=qDkLH1TWMzVZ9VQFFkIJIOCrZNPWDKP/8OOmg8VrhDZEjTR/dOleY0Hof5EquUuG/upAanHX16muthJxgf+DUdG1KeTB0FIKiio/Zy+vPwZvL9HJx5E7kEZF69Wna8eCuK/vDoKw5KutosjXH7LrK9DjQy3Drsn2IAwzLMV/U/E=
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
This patch fixes a bug in the RTC code which appears to originate in
having written the emuated device following an incorrect
specification. VMware has (or had, at least, at the time we were still
testing on both VMWare and Xen) the same issue. In the current code,
when RTC_SET is set, RTC_UIE is cleared. This does not match the
behavior of real hardware, where the case is simply that no update
ended interrupts are sent as long as RTC_SET is set, but the UE ints
will resume as soon as RTC_SET is cleared and the clock update is
done. This little patch fixes this issue. In practicality, this means
OS/2 can now set the time without having the clock stop. I don't know
if any other guests have been affected by this issue.

Attachment: xen-rtcuiefix.patch
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] [HVM] RTC_UIE/RTC_SET fix, Trolle Selander <=