From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37292) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCu2j-0000XP-UP for qemu-devel@nongnu.org; Wed, 28 Mar 2012 10:40:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCu2a-0001UV-1k for qemu-devel@nongnu.org; Wed, 28 Mar 2012 10:40:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59305) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCu2Z-0001UN-Q0 for qemu-devel@nongnu.org; Wed, 28 Mar 2012 10:39:59 -0400 Message-ID: <4F73228B.4050804@redhat.com> Date: Wed, 28 Mar 2012 16:39:07 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1332908730.10322.4.camel@nzhmlwks0057.ad.endace.com> <1332908891.10322.7.camel@nzhmlwks0057.ad.endace.com> In-Reply-To: <1332908891.10322.7.camel@nzhmlwks0057.ad.endace.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [SeaBIOS] [PATCH 1/4] Add basic linked list operations List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: alexey.korolev@endace.com Cc: sfd@endace.com, kevin@koconnor.net, seabios@seabios.org, qemu-devel@nongnu.org On 03/28/12 06:28, Alexey Korolev wrote: > This linked list implementation is partially based on kernel code. So it > should be quite stable How about just copying the file? I've used the linux kernel list implementation elsewhere too and it worked just fine with only minor tweaks (remove some likely()/unlikely() macros IIRC). cheers, Gerd