From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KNv9q-0006pn-LB for qemu-devel@nongnu.org; Tue, 29 Jul 2008 15:46:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KNv9o-0006oo-Pm for qemu-devel@nongnu.org; Tue, 29 Jul 2008 15:46:53 -0400 Received: from [199.232.76.173] (port=59190 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNv9o-0006ob-Gv for qemu-devel@nongnu.org; Tue, 29 Jul 2008 15:46:52 -0400 Received: from an-out-0708.google.com ([209.85.132.247]:46030) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KNv9o-0005bx-Do for qemu-devel@nongnu.org; Tue, 29 Jul 2008 15:46:52 -0400 Received: by an-out-0708.google.com with SMTP id d18so4846and.130 for ; Tue, 29 Jul 2008 12:46:51 -0700 (PDT) Message-ID: <488F7389.3020003@codemonkey.ws> Date: Tue, 29 Jul 2008 14:46:17 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [patch] update sys-queue.h References: <488F31CE.3010109@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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 Andreas Färber wrote: > Hi, > > Am 29.07.2008 um 17:05 schrieb Gerd Hoffmann: > >> This patch updates the list implementation(s) in audio/sys-queue.h by >> grabbing a fresh copy form netbsd and stripping it down a bit. Gives us >> a few more useful macros for list manipulation and traversal. > [...] >> - got recent copy from netbsd. >> - deleted debug code. >> - deleted some list implementations, left in only the ones which >> qemu already has. >> >> Signed-off-by: Gerd Hoffmann > > If you're replacing the whole file, wouldn't it make sense to move it > out of audio/? I'll do this in svn so we can keep revision history. Regards, Anthony Liguori > Andreas > > >