From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KqZtC-0001du-Ia for qemu-devel@nongnu.org; Thu, 16 Oct 2008 16:56:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KqZtB-0001di-TJ for qemu-devel@nongnu.org; Thu, 16 Oct 2008 16:56:10 -0400 Received: from [199.232.76.173] (port=56118 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KqZtB-0001df-NJ for qemu-devel@nongnu.org; Thu, 16 Oct 2008 16:56:09 -0400 Received: from moutng.kundenserver.de ([212.227.126.171]:52001) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KqZtA-0003QH-Vq for qemu-devel@nongnu.org; Thu, 16 Oct 2008 16:56:09 -0400 Message-ID: <48F7AA5A.7070802@opensuse.org> Date: Thu, 16 Oct 2008 22:55:54 +0200 From: Martin Mohring MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Implement shm* syscalls + Implement sem* syscalls References: <1223892640-15545-1-git-send-email-kirill@shutemov.name> <1223892640-15545-2-git-send-email-kirill@shutemov.name> <1223892640-15545-3-git-send-email-kirill@shutemov.name> <1223892640-15545-4-git-send-email-kirill@shutemov.name> <1223892640-15545-5-git-send-email-kirill@shutemov.name> <1223892640-15545-6-git-send-email-kirill@shutemov.name> <1223892640-15545-7-git-send-email-kirill@shutemov.name> <1223892640-15545-8-git-send-email-kirill@shutemov.name> In-Reply-To: <1223892640-15545-8-git-send-email-kirill@shutemov.name> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Kirill A. Shutemov" Cc: qemu-devel@nongnu.org, Paul Brook Thanks for providing these three sets of patches (msg calls already incorporated into svn as of svn trunk). I have tested them for x86 hosts running ARM targets for Debian:Etch, Debian:Lenny and Debian:Sid Now, the dpkg build environment for new debian releases using glibc 2.7 can be run in linux user mode. Even the SYS V IPC based fakeroot command is now working (No need to use fakeroot-tcp anymore). There is only one downside I found while testing: Debian:Etch/fakeroot, which worked correctly without these patches, is not working anymore. fakeroot hangs forever somewhere I did not yet identify. Any advise where I should look? Are you interested in that issue? Martin