From cc7483c10918cc6222aa6fcee6912089267e768f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marta=20Marczykowska-G=C3=B3recka?= Date: Thu, 20 Apr 2023 19:56:32 +0200 Subject: [PATCH] Add documentation for vm-config features requires https://github.com/QubesOS/qubes-core-admin/pull/527 references QubesOS/qubes-issues#8138 --- doc/manpages/qvm-features.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/manpages/qvm-features.rst b/doc/manpages/qvm-features.rst index 4d6e3520..0d068a97 100644 --- a/doc/manpages/qvm-features.rst +++ b/doc/manpages/qvm-features.rst @@ -284,6 +284,14 @@ Set this to value `1` to enable qrexec agent in the stubdomain. This feature can be set on a qube with virt_mode HVM, to support USB passthrough via stubdomain. It is ignored on non-HVM qubes. Useful for Windows qube for example. +vm-config.* +^^^^^^^^^^^ + +These features are exposed to qubesdb inside the qube in the `/vm-config` tree. +Can be used to pass external configuration to inside the qube. To read, use +`qubesdb-read`: for a feature named `vm-config.feature_name` use +`qubesdb-read /vm-config/feature_name`. + audio-model ^^^^^^^^^^^