From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zac9G-000315-In for qemu-devel@nongnu.org; Sat, 12 Sep 2015 00:10:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zac9D-00017r-Dz for qemu-devel@nongnu.org; Sat, 12 Sep 2015 00:10:46 -0400 Date: Sat, 12 Sep 2015 00:10:40 -0400 From: Luiz Capitulino Message-ID: <20150912001040.0b97f768@redhat.com> In-Reply-To: <1E5E33F5-A64B-4F0B-A392-72E732F889BE@gmail.com> References: <1E5E33F5-A64B-4F0B-A392-72E732F889BE@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 04/29] Introduce QDict List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid Cc: qemu-devel qemu-devel , qemu-discuss On Fri, 11 Sep 2015 20:22:38 -0400 Programmingkid wrote: > Could you make a tutorial on how to use the QDict type? There are several examples in tests/check-qdict.c.