From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK5Pv-0000Yu-Fx for qemu-devel@nongnu.org; Thu, 12 Sep 2013 07:50:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VK5Pp-0007y4-CI for qemu-devel@nongnu.org; Thu, 12 Sep 2013 07:50:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK5Po-0007xz-TT for qemu-devel@nongnu.org; Thu, 12 Sep 2013 07:50:29 -0400 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 r8CBoSZL013142 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 12 Sep 2013 07:50:28 -0400 Date: Thu, 12 Sep 2013 13:50:14 +0200 From: Kevin Wolf Message-ID: <20130912115014.GG3514@dhcp-200-207.str.redhat.com> References: <1378918072-1963-1-git-send-email-pbonzini@redhat.com> <5230A11F.7010603@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5230A11F.7010603@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qemu-img: fix invalid JSON List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: Paolo Bonzini , qemu-devel@nongnu.org, stefanha@redhat.com Am 11.09.2013 um 18:58 hat Eric Blake geschrieben: > On 09/11/2013 10:47 AM, Paolo Bonzini wrote: > > Single quotes for JSON are a QMP-ism, use real JSON in > > qemu-img output. > > > > Reported-by: Kevin Wolf > > Signed-off-by: Paolo Bonzini > > --- > > qemu-img.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > Reviewed-by: Eric Blake Thanks, applied to the block branch. Kevin