]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commitdiff
qmp: netdev_add is like -netdev, not -net, fix documentation
authorMarkus Armbruster <armbru@redhat.com>
Fri, 22 Feb 2013 17:31:51 +0000 (18:31 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 2 Apr 2013 15:43:46 +0000 (10:43 -0500)
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>
(cherry picked from commit af347aa5a521555f5342e67993eb717d4f542ba8)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qmp-commands.hx

index 799adea1b7a00af5e358e2baacd40b59ebb7d360..95022e259ff630ee72da7afbace4fd964ceba89f 100644 (file)
@@ -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