From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HNqoj-00079c-V1 for qemu-devel@nongnu.org; Sun, 04 Mar 2007 08:32:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HNqoi-00079B-Lp for qemu-devel@nongnu.org; Sun, 04 Mar 2007 08:32:01 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HNqoi-000792-FS for qemu-devel@nongnu.org; Sun, 04 Mar 2007 08:32:00 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HNqoh-0007AH-W6 for qemu-devel@nongnu.org; Sun, 04 Mar 2007 08:32:00 -0500 From: Paul Brook Subject: Re: [Qemu-devel] Bugs. Patches. Feedback. Date: Sun, 4 Mar 2007 13:31:55 +0000 References: <20070304115219.GC12454@localhost.localdomain> In-Reply-To: <20070304115219.GC12454@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703041331.55895.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Kirill A. Shutemov" On Sunday 04 March 2007 11:52, Kirill A. Shutemov wrote: > I want to help qemu project, but some patches which I post to the mail > list have ignored. I guess that a open source project should have faster > feedback. Giving some description of the patches might help. Patches with no explanation or justification generally go straight to the bottom of my queue. > [PATCH] syscall uselib This one is almost certainly wrong. I very much doubt the host kernel is going to do anything useful with target binaries. This is a seriously crufty syscall anyway. Paul