xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][1/4] Enable 1GB for Xen HVM host page
@ 2010-02-22 17:17 Wei Huang
  2010-02-23  7:56 ` Keir Fraser
  0 siblings, 1 reply; 5+ messages in thread
From: Wei Huang @ 2010-02-22 17:17 UTC (permalink / raw)
  To: 'xen-devel@lists.xensource.com', Keir Fraser,
	Xu, Dongxiao

[-- Attachment #1: Type: text/plain, Size: 188 bytes --]

To support 1GB host page, this patch changes the MMIO starting address 
to 1GB boundary.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Wei Huang <wei.huang2@amd.com>


[-- Attachment #2: 1-xen-hap-change-mmio-space.patch --]
[-- Type: text/x-patch, Size: 777 bytes --]

# HG changeset patch
# User huangwei@huangwei.amd.com
# Date 1266853444 21600
# Node ID 1d166c5703256ab97225c6ae46ac87dd5bd07e89
# Parent  94e009ef5a58c02d4fe78fcc4c85627b469ee937
change the beginning address of MMIO space to 1GB boundary

diff -r 94e009ef5a58 -r 1d166c570325 xen/include/public/hvm/e820.h
--- a/xen/include/public/hvm/e820.h	Mon Feb 22 10:08:10 2010 +0000
+++ b/xen/include/public/hvm/e820.h	Mon Feb 22 09:44:04 2010 -0600
@@ -27,7 +27,7 @@
 #define HVM_E820_NR_OFFSET   0x000001E8
 #define HVM_E820_OFFSET      0x000002D0
 
-#define HVM_BELOW_4G_RAM_END        0xF0000000
+#define HVM_BELOW_4G_RAM_END        0xC0000000
 #define HVM_BELOW_4G_MMIO_START     HVM_BELOW_4G_RAM_END
 #define HVM_BELOW_4G_MMIO_LENGTH    ((1ULL << 32) - HVM_BELOW_4G_MMIO_START)
 

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-02-24  9:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-22 17:17 [PATCH][1/4] Enable 1GB for Xen HVM host page Wei Huang
2010-02-23  7:56 ` Keir Fraser
2010-02-23 15:03   ` Huang2, Wei
2010-02-24  4:25     ` Xu, Dongxiao
2010-02-24  9:12       ` Keir Fraser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).