From 927ad4986670f4938049c97e1bbabd5714e410e7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 24 Apr 2008 22:10:12 +0000 Subject: 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 --- .../qemu/qemu-0.9.1+svn/qemu-amd64-32b-mapping-0.9.0.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'meta/packages/qemu/qemu-0.9.1+svn/qemu-amd64-32b-mapping-0.9.0.patch') 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 c7f36d811..02f093abb 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 @@ linux-user/mmap.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -Index: qemu/linux-user/mmap.c +Index: trunk/linux-user/mmap.c =================================================================== ---- qemu.orig/linux-user/mmap.c 2007-12-03 15:40:25.000000000 +0000 -+++ qemu/linux-user/mmap.c 2007-12-03 16:37:21.000000000 +0000 +--- trunk.orig/linux-user/mmap.c 2008-04-24 20:15:37.000000000 +0100 ++++ trunk/linux-user/mmap.c 2008-04-24 20:16:16.000000000 +0100 @@ -29,6 +29,10 @@ //#define DEBUG_MMAP @@ -17,7 +17,7 @@ Index: qemu/linux-user/mmap.c /* NOTE: all the constants are the HOST ones, but addresses are target. */ int target_mprotect(abi_ulong start, abi_ulong len, int prot) { -@@ -251,7 +255,7 @@ abi_long target_mmap(abi_ulong start, ab +@@ -251,7 +255,7 @@ especially important if qemu_host_page_size > qemu_real_host_page_size */ p = mmap(g2h(mmap_start), @@ -26,7 +26,7 @@ Index: qemu/linux-user/mmap.c if (p == MAP_FAILED) return -1; /* update start so that it points to the file position at 'offset' */ -@@ -406,7 +410,7 @@ abi_long target_mremap(abi_ulong old_add +@@ -406,7 +410,7 @@ unsigned long host_addr; /* XXX: use 5 args syscall */ -- cgit v1.2.3