From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSjSy-0006IY-Gc for qemu-devel@nongnu.org; Tue, 12 Jun 2018 09:36:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSjSx-0003C7-PA for qemu-devel@nongnu.org; Tue, 12 Jun 2018 09:36:08 -0400 From: Markus Armbruster References: <20180611205203.2624-1-mreitz@redhat.com> <20180611205203.2624-8-mreitz@redhat.com> Date: Tue, 12 Jun 2018 15:35:57 +0200 In-Reply-To: <20180611205203.2624-8-mreitz@redhat.com> (Max Reitz's message of "Mon, 11 Jun 2018 22:52:00 +0200") Message-ID: <87sh5st9du.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v2 07/10] tests: Add QDict clone-flatten test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-block@nongnu.org, Kevin Wolf , qemu-devel@nongnu.org, Michael Roth , Markus Armbruster Max Reitz writes: > This new test verifies that qdict_flatten() does not modify a shallow > clone of the given QDict. > > Reviewed-by: Eric Blake > Signed-off-by: Max Reitz Reviewed-by: Markus Armbruster