diff options
| author | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2024-07-18 16:04:07 +0200 |
|---|---|---|
| committer | Konstantin Kostiuk <kkostiuk@redhat.com> | 2024-07-19 11:58:19 +0300 |
| commit | ce22616181c34d8a9755e8db1b8c27b6f8cedb74 (patch) | |
| tree | 515d14bc529d7b04754cb29e089ebb46e8fa3bc8 | |
| parent | 1d523869d71aa5e4e17f652c04628ee8432bb8d2 (diff) | |
| download | focaccia-qemu-ce22616181c34d8a9755e8db1b8c27b6f8cedb74.tar.gz focaccia-qemu-ce22616181c34d8a9755e8db1b8c27b6f8cedb74.zip | |
guest-agent: document allow-rpcs in config file section
While the `allow-rpcs` option is documented in the CLI options section, it was missing in the section about the configuration file syntax. And while it's mentioned that "the list of keys follows the command line options", having `block-rpcs` there but not `allow-rpcs` seems like being a potential source of confusion; and as it's cheap to add let's just do so. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com> Reviewed-by: Konstantin Kostiuk <kkostiuk@redhat.com> Message-ID: <20240718140407.444160-1-t.lamprecht@proxmox.com> Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
| -rw-r--r-- | docs/interop/qemu-ga.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/interop/qemu-ga.rst b/docs/interop/qemu-ga.rst index fb75cfd8d4..9c7380896a 100644 --- a/docs/interop/qemu-ga.rst +++ b/docs/interop/qemu-ga.rst @@ -150,6 +150,7 @@ fsfreeze-hook string statedir string verbose boolean block-rpcs string list +allow-rpcs string list ============= =========== See also |