Re: [Qemu-devel] [PATCH] syscall readahead

2007-02-23 Thread Thiemo Seufer
Kirill A. Shutemov wrote: > Patch from Debian patchset in the attachment > --- linux-user/syscall.c.orig 2006-11-05 07:07:19.0 +0200 > +++ linux-user/syscall.c 2006-11-05 07:07:25.0 +0200 > @@ -3947,7 +3956,8 @@ long do_syscall(void *cpu_env, int num, > ret = get_err

[Qemu-devel] [PATCH] syscall readahead

2007-02-19 Thread Kirill A. Shutemov
Patch from Debian patchset in the attachment --- linux-user/syscall.c.orig 2006-11-05 07:07:19.0 +0200 +++ linux-user/syscall.c2006-11-05 07:07:25.0 +0200 @@ -3947,7 +3956,8 @@ long do_syscall(void *cpu_env, int num, ret = get_errno(gettid()); break;