From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2dph-0003RF-3Y for qemu-devel@nongnu.org; Mon, 13 Jan 2014 04:29:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2dpY-0008LY-H6 for qemu-devel@nongnu.org; Mon, 13 Jan 2014 04:29:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57243) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2dpY-0008LR-9o for qemu-devel@nongnu.org; Mon, 13 Jan 2014 04:29:12 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s0D9TB5W025256 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 13 Jan 2014 04:29:11 -0500 Date: Mon, 13 Jan 2014 10:29:11 +0100 From: Kevin Wolf Message-ID: <20140113092911.GD3117@dhcp-200-207.str.redhat.com> References: <1389542487-7727-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1389542487-7727-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] tests: Correct comment for qdict_array_split test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Am 12.01.2014 um 17:01 hat Max Reitz geschrieben: > The comment explaining the expected behavior was actually mistaken (the > test code, however, was not). Fix this. > > Signed-off-by: Max Reitz Thanks. As the original patch wasn't merged into qemu.git master yet, I have updated it with this fix. Kevin