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 0/4] boot windows server 2003:

To: <xen-ia64-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-ia64-devel][PATCH 0/4] boot windows server 2003:
From: "Xu, Anthony" <anthony.xu@xxxxxxxxx>
Date: Fri, 28 Jul 2006 14:55:05 +0800
Delivery-date: Thu, 27 Jul 2006 23:55:22 -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: AcayEsHP/P2v8pztT2mo2zTe/pAHIw==
Thread-topic: [Xen-ia64-devel][PATCH 0/4] boot windows server 2003:
Windows server 2003 sp1 can be installed and boot on top of XEN/VTI.

-- You must use Windows server 2003 sp1 or above, Windows server 2003 can't 
boot 
on native Montecito due to I/D cache sync issue, below windows is referring to 
windows server 2003 sp1.

--As we know, qemu doesn't provide SCSI drive emulation, so we need to install 
windows on IDE drive, there are two ways.
 1. If you have an IPF platform with IDE drive, you are very lucky, you can 
install 
windows natively.
 2. Otherwise, you need to install windows on XEN/VTI, it is very slow.

--When you installed windows, there maybe a boot parameter "/redirect" which 
redirect Emergency Management Services (EMS) console to serial port. EMS will 
poll serial port frequently and make boot slow. So please remove the "redirect".

--You must use the latest guest FW to boot windows, which is Flash.fd.2006.07.25

--currently boot windows is slow, it cost about 15 minutes on my box. There is 
a known cause, windows use 8k page size and 16M page size on the same region 
simultaneously, current solution is very simple, when guest inserting 16M TLB,
XEN only inserts 8K TLB, which is needed. This causes many tlb miss faults 
injected 
to guest. I'm working on this issue. Yes there are definitely other issues, You 
are appreciated to put your effort on windows performance.

Thanks,
Anthony 

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

<Prev in Thread] Current Thread [Next in Thread>