From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KNV0g-0003Gw-Lb for qemu-devel@nongnu.org; Mon, 28 Jul 2008 11:51:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KNV0e-0003Et-UV for qemu-devel@nongnu.org; Mon, 28 Jul 2008 11:51:42 -0400 Received: from [199.232.76.173] (port=46428 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNV0e-0003El-PO for qemu-devel@nongnu.org; Mon, 28 Jul 2008 11:51:40 -0400 Received: from mx1.redhat.com ([66.187.233.31]:57948) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KNV0e-0005fX-L6 for qemu-devel@nongnu.org; Mon, 28 Jul 2008 11:51:40 -0400 Message-ID: <488DEB07.7010706@redhat.com> Date: Mon, 28 Jul 2008 17:51:35 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 2/7] xen: backend driver core References: <1217251078-6591-1-git-send-email-kraxel@redhat.com> <1217251078-6591-3-git-send-email-kraxel@redhat.com> <488DD3F0.9060007@codemonkey.ws> In-Reply-To: <488DD3F0.9060007@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: xen-devel@lists.xensource.com, qemu-devel@nongnu.org Anthony Liguori wrote: >> --- /dev/null >> +++ b/hw/list.h >> > > There's already a list implementation in audio/sys-queue.h Well hidden ;) Thanks for the pointer. > I think it would be good to provide some more commenting in this file. > Just a high level description of XenStore and how all of this stuff fits > together would be nice. Probably a good idea, yes. thanks, Gerd