From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abmJo-0001cI-Ef for qemu-devel@nongnu.org; Fri, 04 Mar 2016 04:46:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abmJk-0006GI-9S for qemu-devel@nongnu.org; Fri, 04 Mar 2016 04:46:44 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abmJk-0006GD-4L for qemu-devel@nongnu.org; Fri, 04 Mar 2016 04:46:40 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id AB4FA7EBB1 for ; Fri, 4 Mar 2016 09:46:39 +0000 (UTC) Date: Fri, 4 Mar 2016 15:16:31 +0530 From: Amit Shah Message-ID: <20160304094631.GK15443@grmbl.mre> References: <1457010971-24771-1-git-send-email-lprosek@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1457010971-24771-1-git-send-email-lprosek@redhat.com> Subject: Re: [Qemu-devel] [PATCH] rng: switch request queue to QSIMPLEQ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ladi Prosek Cc: pbonzini@redhat.com, qemu-devel@nongnu.org, pagupta@redhat.com On (Thu) 03 Mar 2016 [14:16:11], Ladi Prosek wrote: > QSIMPLEQ supports appending to tail in O(1) and is intrusive so > it doesn't require extra memory allocations for the bookkeeping > data. > > Suggested-by: Paolo Bonzini > Signed-off-by: Ladi Prosek Reviewed-by: Amit Shah Amit