From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53948) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Whlbt-0005eo-Mp for qemu-devel@nongnu.org; Tue, 06 May 2014 16:05:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Whlbo-0005EQ-Fu for qemu-devel@nongnu.org; Tue, 06 May 2014 16:05:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60043) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Whlbo-0005EL-7p for qemu-devel@nongnu.org; Tue, 06 May 2014 16:05:00 -0400 Message-ID: <53694064.7030805@redhat.com> Date: Tue, 06 May 2014 22:04:52 +0200 From: Max Reitz MIME-Version: 1.0 References: <1399404625-6093-1-git-send-email-mreitz@redhat.com> <1399404625-6093-5-git-send-email-mreitz@redhat.com> <5369403F.3040306@redhat.com> In-Reply-To: <5369403F.3040306@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/4] iotests: Add test for the JSON protocol List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , qemu-devel@nongnu.org Cc: Kevin Wolf , =?UTF-8?B?QmVub8OudCBDYW5ldA==?= , Stefan Hajnoczi On 06.05.2014 22:04, Eric Blake wrote: > On 05/06/2014 01:30 PM, Max Reitz wrote: >> Add a test for the JSON protocol driver. >> >> Signed-off-by: Max Reitz >> Reviewed-by: Benoit Canet >> --- > >> +echo >> +echo "=== Testing qemu-img info output ===" >> +echo >> + >> +# This should output information about the image itself, not about the JSON >> +# block device. > Is this comment a bit stale, now that there is no separate JSON block > device? Probably, yes, I just took it from the old series and was glad it just worked. :-) Max