From patchwork Fri Mar 9 20:55:19 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luiz Capitulino X-Patchwork-Id: 145760 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 9AD8BB6F9D for ; Sat, 10 Mar 2012 07:56:26 +1100 (EST) Received: from localhost ([::1]:57544 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S66rQ-00008g-J1 for incoming@patchwork.ozlabs.org; Fri, 09 Mar 2012 15:56:24 -0500 Received: from eggs.gnu.org ([208.118.235.92]:33847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S66qy-0007DF-Kx for qemu-devel@nongnu.org; Fri, 09 Mar 2012 15:55:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S66qe-0004kX-PF for qemu-devel@nongnu.org; Fri, 09 Mar 2012 15:55:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42946) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S66qe-0004kL-Gm for qemu-devel@nongnu.org; Fri, 09 Mar 2012 15:55:36 -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 q29KtZsB024273 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 9 Mar 2012 15:55:35 -0500 Received: from localhost (ovpn-113-69.phx2.redhat.com [10.3.113.69]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q29KtXTb010285; Fri, 9 Mar 2012 15:55:34 -0500 From: Luiz Capitulino To: qemu-devel@nongnu.org Date: Fri, 9 Mar 2012 17:55:19 -0300 Message-Id: <1331326519-12444-4-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1331326519-12444-1-git-send-email-lcapitulino@redhat.com> References: <1331326519-12444-1-git-send-email-lcapitulino@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: aliguori@us.ibm.com, Alon Levy Subject: [Qemu-devel] [PATCH 3/3] qapi-schema.json: fix comment for type ObjectPropretyInfo X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Alon Levy Signed-off-by: Alon Levy Signed-off-by: Luiz Capitulino --- qapi-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qapi-schema.json b/qapi-schema.json index 93ee2a4..dd9e0e5 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -1256,7 +1256,7 @@ { 'command': 'migrate_set_speed', 'data': {'value': 'int'} } ## -# @DevicePropertyInfo: +# @ObjectPropertyInfo: # # @name: the name of the property #