X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fqmp-commands.txt;h=40d7abd40131f28123bd9ba7c518960eeffa444c;hb=dc36664b156b6aa2b55f2bca5fd0c643b6417ddb;hp=abf210a59657fe5871faab3d40f2d44b921668eb;hpb=6a928d25b6d8bc3729c3d28326c6db13b9481059;p=sdk%2Femulator%2Fqemu.git diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt index abf210a..40d7abd 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -1322,6 +1322,20 @@ Example: -> { "execute": "set_link", "arguments": { "name": "e1000.0", "up": false } } <- { "return": {} } +get_link +-------- + +Get the link status of a network adapter. + +Arguments: + +- "name": network device name (json-string) + +Example: + +-> { "execute": "get_link", "arguments": { "name": "e1000.0" } } +<- { "return": {on|off} } + getfd -----