summaryrefslogtreecommitdiffstats
path: root/meta/packages/qemu/qemu-0.9.1+svn/qemu-amd64-32b-mapping-0.9.0.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-04-24 22:10:12 +0000
committerRichard Purdie <richard@openedhand.com>2008-04-24 22:10:12 +0000
commit927ad4986670f4938049c97e1bbabd5714e410e7 (patch)
tree0ab419dc6e50129f342b6291e66719b8a25cf57e /meta/packages/qemu/qemu-0.9.1+svn/qemu-amd64-32b-mapping-0.9.0.patch
parent0e1fe2007df82725e6ce46d4f92d8bf4434ee887 (diff)
downloadpoky-927ad4986670f4938049c97e1bbabd5714e410e7.tar.gz
qemu-svn: Upgrade from r4027 -> 4242. Removes the need for gcc 3.x, adds USB networking for the n800
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4332 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/qemu/qemu-0.9.1+svn/qemu-amd64-32b-mapping-0.9.0.patch')
-rw-r--r--meta/packages/qemu/qemu-0.9.1+svn/qemu-amd64-32b-mapping-0.9.0.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/packages/qemu/qemu-0.9.1+svn/qemu-amd64-32b-mapping-0.9.0.patch b/meta/packages/qemu/qemu-0.9.1+svn/qemu-amd64-32b-mapping-0.9.0.patch
index c7f36d8110..02f093abb9 100644
--- a/meta/packages/qemu/qemu-0.9.1+svn/qemu-amd64-32b-mapping-0.9.0.patch
+++ b/meta/packages/qemu/qemu-0.9.1+svn/qemu-amd64-32b-mapping-0.9.0.patch
@@ -2,10 +2,10 @@
2 linux-user/mmap.c | 8 ++++++-- 2 linux-user/mmap.c | 8 ++++++--
3 1 file changed, 6 insertions(+), 2 deletions(-) 3 1 file changed, 6 insertions(+), 2 deletions(-)
4 4
5Index: qemu/linux-user/mmap.c 5Index: trunk/linux-user/mmap.c
6=================================================================== 6===================================================================
7--- qemu.orig/linux-user/mmap.c 2007-12-03 15:40:25.000000000 +0000 7--- trunk.orig/linux-user/mmap.c 2008-04-24 20:15:37.000000000 +0100
8+++ qemu/linux-user/mmap.c 2007-12-03 16:37:21.000000000 +0000 8+++ trunk/linux-user/mmap.c 2008-04-24 20:16:16.000000000 +0100
9@@ -29,6 +29,10 @@ 9@@ -29,6 +29,10 @@
10 10
11 //#define DEBUG_MMAP 11 //#define DEBUG_MMAP
@@ -17,7 +17,7 @@ Index: qemu/linux-user/mmap.c
17 /* NOTE: all the constants are the HOST ones, but addresses are target. */ 17 /* NOTE: all the constants are the HOST ones, but addresses are target. */
18 int target_mprotect(abi_ulong start, abi_ulong len, int prot) 18 int target_mprotect(abi_ulong start, abi_ulong len, int prot)
19 { 19 {
20@@ -251,7 +255,7 @@ abi_long target_mmap(abi_ulong start, ab 20@@ -251,7 +255,7 @@
21 especially important if qemu_host_page_size > 21 especially important if qemu_host_page_size >
22 qemu_real_host_page_size */ 22 qemu_real_host_page_size */
23 p = mmap(g2h(mmap_start), 23 p = mmap(g2h(mmap_start),
@@ -26,7 +26,7 @@ Index: qemu/linux-user/mmap.c
26 if (p == MAP_FAILED) 26 if (p == MAP_FAILED)
27 return -1; 27 return -1;
28 /* update start so that it points to the file position at 'offset' */ 28 /* update start so that it points to the file position at 'offset' */
29@@ -406,7 +410,7 @@ abi_long target_mremap(abi_ulong old_add 29@@ -406,7 +410,7 @@
30 unsigned long host_addr; 30 unsigned long host_addr;
31 31
32 /* XXX: use 5 args syscall */ 32 /* XXX: use 5 args syscall */