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

RE: [Xen-devel] [PATCH] Move RTC from Qemu to HV

To: "Keir Fraser" <Keir.Fraser@xxxxxxxxxxxx>
Subject: RE: [Xen-devel] [PATCH] Move RTC from Qemu to HV
From: "Yang, Xiaowei" <xiaowei.yang@xxxxxxxxx>
Date: Wed, 27 Sep 2006 16:16:37 +0800
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 27 Sep 2006 01:17:18 -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: AcbhfSgZ1zf5Dd22R7mr0rlT/3BpdwAA4+OPACIANVA=
Thread-topic: RE: [Xen-devel] [PATCH] Move RTC from Qemu to HV
>
>This is *definitely* the way to go, but we won't apply a patch of this
size
>until development reopens for 3.0.4. We want to focus on 3.0.3
stabilisation
>for the next week or two.
>
>Also it'd be nice to not have any RTC/CMOS code built into the device
model
>at all. Really all the initial state could be filled out from xend, and
that
>would be cleaner. A patch which puts CMOS data in the shared io page
isn't
>going to get checked in. :-)
>
Keir,
I understand your concern about the stability of 3.0.3. Let me explain
more:)

Firstly this patch is not as big as it looks like. Almost half of it is
ported from original Qemu RTC code. I think we can trust this code base.

Secondly, the patch itself is rather stable. After tested on our local
testing system, it passes all 32 tests, which consists of all basic VMs
combination (VMX Winxp sp1/sp2, 2.4/2.6 Linux and PV). Pls. refer to the
attached log for details. 32bit Win2k/Vista and 64bit Win2k3 are also
verified workable.

Thirdly, this patch really resolves some apparent issues:
- Windows time, which use RTC as periodic interrupt (e.g. Vista) goes
slow.
- 32/64bit Win2k3 hangs.
- Vista updates screen slow.
And some potential bug, like calibrating TSC by cross referring to RTC
time.

Lastly, as for CMOS ram initialization, we have an alternative: Only
move the first 10 bytes of time/interrupt related CMOS ram out of 128
from Qemu to HV while still leaving the left in Qemu. Unfortunately how
to initialize time is still a little tricky: as we still need configure
option (like localtime) to fill in the space, it may be passed by
xc_set_hvm_param (like for option apic) at startup. 

What do you think of it?

Thanks,
Xiaowei

Attachment: Patch_Test_Report Testing Finished.txt
Description: Patch_Test_Report Testing Finished.txt

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