From: Zhang Xiantao <[EMAIL PROTECTED]>
Date: Wed, 5 Dec 2007 10:52:19 +0800
Subject: [PATCH] kvm/ia64: qemu: Put qemu code section in region 2.

Put qemu code section in region 2.
Signed-off-by: Zhang Xiantao <[EMAIL PROTECTED]>
---
 qemu/ia64.ld |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/qemu/ia64.ld b/qemu/ia64.ld
index 8d2ede2..23c940d 100644
--- a/qemu/ia64.ld
+++ b/qemu/ia64.ld
@@ -9,7 +9,7 @@ SEARCH_DIR("/usr/ia64-linux/lib");
SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/li
 SECTIONS
 {
   /* Read-only sections, merged into text segment: */
-  PROVIDE (__executable_start = 0x60000000); . = 0x60000000 +
SIZEOF_HEADERS;
+  PROVIDE (__executable_start = 0x4000000060000000); . =
0x4000000060000000 + SIZEOF_HEADERS;
   .interp         : { *(.interp) }
   .hash           : { *(.hash) }
   .dynsym         : { *(.dynsym) }
-- 
1.5.2

Attachment: 0009-kvm-ia64-qemu-Put-qemu-code-section-in-region-2.patch
Description: 0009-kvm-ia64-qemu-Put-qemu-code-section-in-region-2.patch

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
kvm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to