From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48925) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qm0FQ-0007CR-Bg for qemu-devel@nongnu.org; Wed, 27 Jul 2011 05:17:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qm0FN-00080Z-Tl for qemu-devel@nongnu.org; Wed, 27 Jul 2011 05:17:48 -0400 Received: from mtagate7.uk.ibm.com ([194.196.100.167]:58488) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qm0FN-00080H-Le for qemu-devel@nongnu.org; Wed, 27 Jul 2011 05:17:45 -0400 Received: from d06nrmr1307.portsmouth.uk.ibm.com (d06nrmr1307.portsmouth.uk.ibm.com [9.149.38.129]) by mtagate7.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p6R9Hjbh023692 for ; Wed, 27 Jul 2011 09:17:45 GMT Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by d06nrmr1307.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p6R9HiKb2056352 for ; Wed, 27 Jul 2011 10:17:45 +0100 Received: from d06av11.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p6R9Hi50030746 for ; Wed, 27 Jul 2011 03:17:44 -0600 From: Stefan Hajnoczi Date: Wed, 27 Jul 2011 10:17:30 +0100 Message-Id: <1311758252-10072-6-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1311758252-10072-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1311758252-10072-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 5/7] qmp: fix efect -> effect typo in qmp-commands.hx List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Zhi Yong Wu , Stefan Hajnoczi From: Zhi Yong Wu Signed-off-by: Zhi Yong Wu Signed-off-by: Stefan Hajnoczi --- qmp-commands.hx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/qmp-commands.hx b/qmp-commands.hx index 54e313c..03f67da 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -42,7 +42,7 @@ and we're going to establish a deprecation policy for badly defined commands. If you're planning to adopt QMP, please observe the following: - 1. The deprecation policy will take efect and be documented soon, please + 1. The deprecation policy will take effect and be documented soon, please check the documentation of each used command as soon as a new release of QEMU is available -- 1.7.5.4