summaryrefslogtreecommitdiff
path: root/meta/packages/qemu/files/39_syscall_fadvise64.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-06-13 11:55:58 +0000
committerRichard Purdie <richard@openedhand.com>2007-06-13 11:55:58 +0000
commitc6a97a06968d062b742d458f86cb8fbf6ab63e99 (patch)
tree3b684d87ce2dcf944ddb0acf1a6c609c9b22036a /meta/packages/qemu/files/39_syscall_fadvise64.patch
parent4b747705b4adc0085f131e2b6bd8f01fe306e59b (diff)
downloadopenembedded-core-c6a97a06968d062b742d458f86cb8fbf6ab63e99.tar.gz
openembedded-core-c6a97a06968d062b742d458f86cb8fbf6ab63e99.tar.bz2
openembedded-core-c6a97a06968d062b742d458f86cb8fbf6ab63e99.tar.xz
openembedded-core-c6a97a06968d062b742d458f86cb8fbf6ab63e99.zip
qemu: Update to a recent version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1923 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/qemu/files/39_syscall_fadvise64.patch')
-rw-r--r--meta/packages/qemu/files/39_syscall_fadvise64.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/packages/qemu/files/39_syscall_fadvise64.patch b/meta/packages/qemu/files/39_syscall_fadvise64.patch
new file mode 100644
index 000000000..0a7f4c48d
--- /dev/null
+++ b/meta/packages/qemu/files/39_syscall_fadvise64.patch
@@ -0,0 +1,21 @@
+---
+ linux-user/syscall.c | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+Index: linux-user/syscall.c
+===================================================================
+--- linux-user/syscall.c.orig 2007-06-13 11:51:55.000000000 +0100
++++ linux-user/syscall.c 2007-06-13 11:52:13.000000000 +0100
+@@ -4434,6 +4434,12 @@ long do_syscall(void *cpu_env, int num,
+ ret = get_errno(mincore((void*)arg1, (size_t)arg2, (unsigned char*)arg3));
+ break;
+ #endif
++#ifdef TARGET_NR_fadvise64_64
++ case TARGET_NR_fadvise64_64:
++ /* Just return success */
++ ret = get_errno(0);
++ break;
++#endif
+ #ifdef TARGET_NR_madvise
+ case TARGET_NR_madvise:
+ /* A straight passthrough may not be safe because qemu sometimes