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] RE: [Xen-ia64-devel] [PATCH][RFC][IA64] Accelerate IDE PIO o

To: "Kouya SHIMURA" <kouya@xxxxxxxxxxxxxx>
Subject: [Xen-devel] RE: [Xen-ia64-devel] [PATCH][RFC][IA64] Accelerate IDE PIO on HVM/IA64
From: "Zhang, Jingke" <jingke.zhang@xxxxxxxxx>
Date: Tue, 5 Dec 2006 11:53:03 +0800
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 04 Dec 2006 20:07:23 -0800
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: AccXS+T700/sHedqTj2NlBl24BhwXAA0+dcQ
Thread-topic: [Xen-ia64-devel] [PATCH][RFC][IA64] Accelerate IDE PIO on HVM/IA64
Hi Kouya,
    With your patch, win2k3 installation can be done within 40 minutes!
    I have integrated #Cset12525 with the accelerating patch. 
    It took 20 minutes to load file (you will see it in a blue screen).
And then the guest quickly installed the win2k3 from the CD-ROM, totally
within 40 minutes! 
    What a wonderful patch! :)

Thanks,
Zhangjingke

>-----Original Message-----
>From: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
>[mailto:xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Kouya
>SHIMURA
>Sent: Monday, December 04, 2006 10:28 AM
>To: xen-devel@xxxxxxxxxxxxxxxxxxx; xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
>Subject: [Xen-ia64-devel] [PATCH][RFC][IA64] Accelerate IDE PIO on
>HVM/IA64
>
>This patch significantly accelerates IDE PIO on HVM/IA64:
>* reduces the installation time of Windows 2003 Server
>  from 10 hours(!) to 50min.
>* accelerates Windows CrashDumping speed from 40KB/sec
>  (It takes over three hours for 512MB guest) to 850KB/sec.
>
>All reason for above slowness is the overhead of IDE PIO.
>Of course Windows should use DMA mode but we can't handle it.
>(FYI. Once installed, Windows usually uses DMA mode)
>
>On the other hand, x86 arch is rescued from this issue since it has a
>CISC instruction and multiple PIO requests can be processed in qemu-dm
>at one transaction. So this patch gives no benefit for x86.
>
>There are some dirty hacks in this patch:
>* To begin with, is it permissive to delegate the part of process of
>qemu-dm to hypervisor?
>* Currently it uses remnant of buffered_iopage (for VGA).
>  Maybe I should prepare another page for IDE PIO.
>* May I use "#ifdef __ia64__" ?
>* and so on.
>
>Please show me the right way.
>
>Thanks,
>Kouya
>
>Signed-off-by: Kouya Shimura <kouya@xxxxxxxxxxxxxx>

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] RE: [Xen-ia64-devel] [PATCH][RFC][IA64] Accelerate IDE PIO on HVM/IA64, Zhang, Jingke <=