devices: adjust API documentation
Device ident may contain only characters allowed in qrexec argument. This will allow using it directly in qrexec argument in Attach/Detach methods. This also means PCI extension will need to be updated (it uses ':' in ident). QubesOS/qubes-issues#853
This commit is contained in:
parent
ef031d6f0d
commit
4f0d72f99a
@ -28,7 +28,7 @@ Devices can be of different classes (like 'pci', 'usb', etc). Each device
|
||||
class is implemented by an extension.
|
||||
|
||||
Devices are identified by pair of (backend domain, `ident`), where `ident` is
|
||||
:py:class:`str`.
|
||||
:py:class:`str` and can contain only characters from `[a-zA-Z0-9._-]` set.
|
||||
|
||||
Such extension should provide:
|
||||
- `qubes.devices` endpoint - a class descendant from
|
||||
|
Loading…
Reference in New Issue
Block a user