From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaOD7-00081k-Vx for qemu-devel@nongnu.org; Mon, 19 Nov 2012 05:04:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TaOD4-00013W-Sa for qemu-devel@nongnu.org; Mon, 19 Nov 2012 05:04:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:12644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaOD4-00012L-LM for qemu-devel@nongnu.org; Mon, 19 Nov 2012 05:04:10 -0500 Message-ID: <50A9F777.6090202@redhat.com> Date: Mon, 19 Nov 2012 10:10:15 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1353093031-23535-1-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1353093031-23535-1-git-send-email-aliguori@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] rng-egd: don't use gslist_free_full List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org Am 16.11.2012 20:10, schrieb Anthony Liguori: > This function was only introduced in glib 2.28.0. > > Signed-off-by: Anthony Liguori In fact it seems that this file should use typesafe qemu-queue.h lists instead of GSList. Kevin