diff options
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.patch | 10 |
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 | ||
| 5 | Index: qemu/linux-user/mmap.c | 5 | Index: 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 */ |
