Add a device option to show how it's done. Signed-off-by: Markus Armbruster <arm...@redhat.com> --- qmp-commands.hx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/qmp-commands.hx b/qmp-commands.hx index 874da31..351173e 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -892,7 +892,9 @@ Arguments: Example: --> { "execute": "netdev_add", "arguments": { "type": "user", "id": "netdev1" } } +-> { "execute": "netdev_add", + "arguments": { "type": "user", "id": "netdev1", + "dnssearch": "example.org" } } <- { "return": {} } Note: The supported device options are the same ones supported by the '-netdev' -- 1.9.3