summaryrefslogtreecommitdiff
path: root/qmp-commands.hx
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2013-02-22 18:31:51 +0100
committerStefan Hajnoczi <stefanha@redhat.com>2013-02-27 16:10:47 +0100
commitaf347aa5a521555f5342e67993eb717d4f542ba8 (patch)
tree14ad6d55a4f29377117c8ecf0cd2328ed43c5f06 /qmp-commands.hx
parent40e8c26d7b7e260cc3566c6b68cee969e816970e (diff)
downloadqemu-af347aa5a521555f5342e67993eb717d4f542ba8.tar.gz
qmp: netdev_add is like -netdev, not -net, fix documentation
Cc: qemu-stable@nongnu.org Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'qmp-commands.hx')
-rw-r--r--qmp-commands.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmp-commands.hx b/qmp-commands.hx
index 799adea1b7..95022e259f 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