From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48025) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWTGD-0001bD-Iv for qemu-devel@nongnu.org; Fri, 02 Dec 2011 08:34:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RWTGC-00041m-Fj for qemu-devel@nongnu.org; Fri, 02 Dec 2011 08:34:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:32518) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWTGC-00041i-8w for qemu-devel@nongnu.org; Fri, 02 Dec 2011 08:34:40 -0500 Message-ID: <4ED8D3E9.5060209@redhat.com> Date: Fri, 02 Dec 2011 14:34:33 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1322687028-29714-1-git-send-email-aliguori@us.ibm.com> <1322687028-29714-15-git-send-email-aliguori@us.ibm.com> <4ED7A159.20902@redhat.com> <4ED82799.20806@codemonkey.ws> <4ED8C622.3000603@redhat.com> <4ED8D0B0.1050400@codemonkey.ws> In-Reply-To: <4ED8D0B0.1050400@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 14/18] rtc: add a dynamic property for retrieving the date List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Kevin Wolf , Peter Maydell , Stefan Hajnoczi , Jan Kiszka , qemu-devel@nongnu.org, Markus Armbruster , Luiz Capitulino On 12/02/11 14:20, Anthony Liguori wrote: > On 12/02/2011 06:35 AM, Gerd Hoffmann wrote: >>> The readme has quite a lot of detail about the syntax. The parser is >>> pretty complete already. >>> >>> https://github.com/aliguori/qidl/blob/master/qc.md >> >> Ah, nice. Any plans to support lists there, so it is possible to save >> the state of (multiple) in-flight transactions? > > I had support for lists locally and just pushed it. It is based on > GSList and uses a marker to indicate the type. So: We have qemu-queue.h, which unlike GSList is typesafe ... cheers, Gerd