From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdJa7-0000rH-VS for qemu-devel@nongnu.org; Mon, 04 Nov 2013 07:48:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdJa3-0007hN-74 for qemu-devel@nongnu.org; Mon, 04 Nov 2013 07:48:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:6933) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdJa2-0007hF-VN for qemu-devel@nongnu.org; Mon, 04 Nov 2013 07:48:31 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rA4CmTNY005656 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 4 Nov 2013 07:48:30 -0500 Date: Mon, 4 Nov 2013 13:48:24 +0100 From: Stefan Hajnoczi Message-ID: <20131104124824.GA8357@stefanha-thinkpad.redhat.com> References: <1383298529-10665-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1383298529-10665-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qapi: Fix comment for create-type to match code. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: kwolf@redhat.com, qemu-devel@nongnu.org On Fri, Nov 01, 2013 at 05:35:29PM +0800, Fam Zheng wrote: > Signed-off-by: Fam Zheng > --- > qapi-schema.json | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan