From fa79d40d6623abbbe5cd8f594e3f08305caf9ce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Mon, 15 May 2017 14:25:05 +0200 Subject: [PATCH] admin-api: fix misplaced comment about device assignment options --- services/admin-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/admin-api.md b/services/admin-api.md index 871b0dcb..f957af92 100644 --- a/services/admin-api.md +++ b/services/admin-api.md @@ -60,8 +60,8 @@ to set the policy using current mechanism. | `admin.vm.firewall.Reload` | vm | - | - | - | force reload firewall without changing any rule | `admin.vm.device..Attach` | vm | device | options | - | `device` is in form `+`
optional options given in `key=value` format, separated with spaces;
options can include `persistent=yes` to "persistently" attach the device (default is temporary) | `admin.vm.device..Detach` | vm | device | - | - | `device` is in form `+` -| `admin.vm.device..List` | vm | - | - | ` \n` | -| `admin.vm.device..Available` | vm | device-ident | - | ` description=\n` | optional service argument may be used to get info about a single device,
optional (device class specific) properties are in `key=value` form,
`description` must be the last one and is the only one allowed to contain spaces;
options can include `persistent=yes` for "persistently" attached devices (default is temporary) +| `admin.vm.device..List` | vm | - | - | ` \n` | options can include `persistent=yes` for "persistently" attached devices (default is temporary) +| `admin.vm.device..Available` | vm | device-ident | - | ` description=\n` | optional service argument may be used to get info about a single device,
optional (device class specific) properties are in `key=value` form,
`description` must be the last one and is the only one allowed to contain spaces | `admin.vm.microphone.Attach` | vm | - | - | - | | `admin.vm.microphone.Detach` | vm | - | - | - | | `admin.pool.List` | `dom0` | - | - | `\n` |