From patchwork Fri Feb 22 17:31:51 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Armbruster X-Patchwork-Id: 222591 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 B07CE2C02A0 for ; Sat, 23 Feb 2013 04:59:10 +1100 (EST) Received: from localhost ([::1]:57264 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8wto-0004su-V8 for incoming@patchwork.ozlabs.org; Fri, 22 Feb 2013 12:59:08 -0500 Received: from eggs.gnu.org ([208.118.235.92]:48223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8wTW-0006Mo-Eg for qemu-devel@nongnu.org; Fri, 22 Feb 2013 12:32:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8wTR-00070Y-LD for qemu-devel@nongnu.org; Fri, 22 Feb 2013 12:31:58 -0500 Received: from oxygen.pond.sub.org ([2a01:4f8:121:10e4::3]:56614) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8wTR-00070Q-Fa for qemu-devel@nongnu.org; Fri, 22 Feb 2013 12:31:53 -0500 Received: from blackfin.pond.sub.org (p5B32B006.dip.t-dialin.net [91.50.176.6]) by oxygen.pond.sub.org (Postfix) with ESMTPA id BF08B9FE49; Fri, 22 Feb 2013 18:31:52 +0100 (CET) Received: by blackfin.pond.sub.org (Postfix, from userid 1000) id 3D65B200AF; Fri, 22 Feb 2013 18:31:51 +0100 (CET) From: Markus Armbruster To: qemu-devel@nongnu.org Date: Fri, 22 Feb 2013 18:31:51 +0100 Message-Id: <1361554311-25605-1-git-send-email-armbru@redhat.com> X-Mailer: git-send-email 1.7.11.7 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a01:4f8:121:10e4::3 Cc: aliguori@us.ibm.com, qemu-stable@nongnu.org, lcapitulino@redhat.com Subject: [Qemu-devel] [PATCH] qmp: netdev_add is like -netdev, not -net, fix documentation 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 Cc: qemu-stable@nongnu.org Signed-off-by: Markus Armbruster Reviewed-by: Laszlo Ersek --- qmp-commands.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qmp-commands.hx b/qmp-commands.hx index 799adea..95022e2 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -822,7 +822,7 @@ Example: -> { "execute": "netdev_add", "arguments": { "type": "user", "id": "netdev1" } } <- { "return": {} } -Note: The supported device options are the same ones supported by the '-net' +Note: The supported device options are the same ones supported by the '-netdev' command-line argument, which are listed in the '-help' output or QEMU's manual