Re: [Qemu-devel] qemu/linux-user syscall.c

2007-02-11 Thread Kirill A. Shutemov
On [Sun, 11.02.2007 18:35], Paul Brook wrote: On Sunday 11 February 2007 18:26, Thiemo Seufer wrote: CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/02/11 18:26:54 Modified files: linux-user : syscall.c Log message: Linux

Re: [Qemu-devel] [PATCH] prctl, mount, uselib, syslog, mincore, clock_gettime syscalls

2007-02-09 Thread Kirill A. Shutemov
On [Wed, 07.02.2007 16:16], Kirill A. Shutemov wrote: In the attachments debian patches to implementation subject syscalls. Any ideas why hasn't commited? Anybody home? signature.asc Description: Digital signature ___ Qemu-devel mailing list Qemu

[Qemu-devel] [BUG] [PATCH] qemu -snapshot

2007-02-08 Thread Kirill A. Shutemov
Buffer for second argument of realpath should be size PATH_MAX. Patch by Sergey Vlasov in the attachment. --- qemu-0.9.0/block.c.alt-realpath 2007-02-06 22:06:26 +0300 +++ qemu-0.9.0/block.c 2007-02-06 22:16:31 +0300 @@ -326,8 +326,8 @@ int bdrv_open2(BlockDriverState *bs, con

[Qemu-devel] [PATCH] prctl, mount, uselib, syslog, mincore, clock_gettime syscalls

2007-02-07 Thread Kirill A. Shutemov
In the attachments debian patches to implementation subject syscalls. Any ideas why hasn't commited? #DPATCHLEVEL=0 Index: linux-user/syscall.c === --- linux-user/syscall.c.orig 2006-11-05 07:07:19.0 +0200 +++

Re: [Qemu-devel] sem* and msg* for qemu

2007-02-01 Thread Kirill A. Shutemov
On [Thu, 01.02.2007 04:53], Hetz Ben Hamo wrote: attached? where? Oh... Sorry. Attached now. --- qemu-0.8.2.orig/linux-user/syscall.c2007-01-31 23:06:58 +0300 +++ qemu-0.8.2/linux-user/syscall.c 2007-01-31 23:22:12 +0300 @@ -43,6 +43,7 @@ #include sys/poll.h #include sys/times.h

[Qemu-devel] sem* and msg* for qemu

2007-01-31 Thread Kirill A. Shutemov
In the attachment patches to add support System V semaphores and message queues. This is fixed and tested debian patch. signature.asc Description: Digital signature ___ Qemu-devel mailing list Qemu-devel@nongnu.org

Re: [Qemu-devel] [BUG] syscall mmap broken

2007-01-10 Thread Kirill A. Shutemov
On [Mon, 08.01.2007 16:21], Paul Brook wrote: On Monday 08 January 2007 08:11, Kirill A. Shutemov wrote: On a 64-bit host system mmap sometimes(quite rarely on x86_64) return address above 0x. If target system is a 32-bit system then mojor 32-bit will be dropped due to h2g(). We

[Qemu-devel] [PATCH] Support fcntl F_GETLK64, F_SETLK64, F_SETLKW64

2007-01-04 Thread Kirill A. Shutemov
In the attachment patch to support three new fcntl. Tested on host x86_64, target arm. signature.asc Description: Digital signature ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

<    1   2   3