qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 09/37] qmp: netdev_add is like -netdev, not -net, fi


From: Michael Roth
Subject: [Qemu-devel] [PATCH 09/37] qmp: netdev_add is like -netdev, not -net, fix documentation
Date: Tue, 2 Apr 2013 16:45:14 -0500

From: Markus Armbruster <address@hidden>

Cc: address@hidden
Signed-off-by: Markus Armbruster <address@hidden>
Reviewed-by: Laszlo Ersek <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>
(cherry picked from commit af347aa5a521555f5342e67993eb717d4f542ba8)

Signed-off-by: Michael Roth <address@hidden>
---
 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
 
-- 
1.7.9.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]