From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hu5oU-0004OV-0t for qemu-devel@nongnu.org; Fri, 01 Jun 2007 08:01:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hu5oS-0004Ks-7F for qemu-devel@nongnu.org; Fri, 01 Jun 2007 08:01:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hu5oR-0004KK-Jm for qemu-devel@nongnu.org; Fri, 01 Jun 2007 08:00:59 -0400 Received: from phoenix.bawue.net ([193.7.176.60] helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Hu5oR-0001Gr-1G for qemu-devel@nongnu.org; Fri, 01 Jun 2007 08:00:59 -0400 Date: Fri, 1 Jun 2007 13:00:57 +0100 Subject: Re: [Qemu-devel] [PATCH] message queue IPC structures Message-ID: <20070601120057.GJ28232@networkno.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: From: Thiemo Seufer Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stuart Anderson Cc: qemu-devel@nongnu.org Stuart Anderson wrote: > > This is a refresh (vs 05/28 cvs) of a patch sent several weeks ago. This > patch implements the structure handling for the structures used by the > Message queue IPC interfaces msgctl(), msgrcv() and msgsnd(). > > This was tested using LTP on an ARM target. Breaks building i386-linux-user. Thiemo