From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3Phi-00041P-9Q for qemu-devel@nongnu.org; Fri, 12 Jun 2015 10:13:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z3Phh-0005hx-Iv for qemu-devel@nongnu.org; Fri, 12 Jun 2015 10:13:06 -0400 Message-ID: <557AE8E9.4070400@redhat.com> Date: Fri, 12 Jun 2015 16:12:57 +0200 From: Max Reitz MIME-Version: 1.0 References: <1433944027-28533-1-git-send-email-kwolf@redhat.com> <1433944027-28533-4-git-send-email-kwolf@redhat.com> In-Reply-To: <1433944027-28533-4-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 03/13] check-qdict: Test cases for new functions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , qemu-block@nongnu.org Cc: berto@igalia.com, armbru@redhat.com, qemu-devel@nongnu.org On 10.06.2015 15:46, Kevin Wolf wrote: > This adds test cases for the following new QDict functions: > > * qdict_array_entries() > * qdict_set_default_str() > * qdict_copy_default() > > Signed-off-by: Kevin Wolf > --- > tests/check-qdict.c | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 67 insertions(+) Reviewed-by: Max Reitz