From 4301f735ce055e70f5311e1b9543ea8746c4ee79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sat, 29 Apr 2017 01:55:18 +0200 Subject: [PATCH] mgmt1: add device options handling Device may be attached with some options - for example "ro=True" for block devices. --- services/mgmt1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/mgmt1.md b/services/mgmt1.md index 391dd22f..0321c3d4 100644 --- a/services/mgmt1.md +++ b/services/mgmt1.md @@ -55,9 +55,9 @@ to set the policy using current mechanism. | `mgmt.vm.firewall.InsertRule` | vm | rule id | rule | rule id | insert before given rule, use `END` as rule id to add rule at the end | `mgmt.vm.firewall.RemoveRule` | vm | rule id | - | - | | `mgmt.vm.firewall.Flush` | vm | - | - | - | -| `mgmt.vm.device..Attach` | vm | device | - | - | +| `mgmt.vm.device..Attach` | vm | device | options | - | optional options given in `key=value` format, separated with spaces | `mgmt.vm.device..Detach` | vm | device | - | - | -| `mgmt.vm.device..List` | vm | - | - | `\n` | +| `mgmt.vm.device..List` | vm | - | - | ` \n` | | `mgmt.vm.device..Available` | vm | - | - | `\n` | | `mgmt.vm.microphone.Attach` | vm | - | - | - | | `mgmt.vm.microphone.Detach` | vm | - | - | - |