aboutsummaryrefslogtreecommitdiff
path: root/docs/interop
diff options
context:
space:
mode:
authorKonstantin Kostiuk <kkostiuk@redhat.com>2023-07-10 12:51:35 +0300
committerKonstantin Kostiuk <kkostiuk@redhat.com>2023-07-10 15:54:40 +0300
commit133789e1bf369d592a67297f57e4adb2b7c64c3f (patch)
treefc480d39c10863a027ed31be99f6d480134eeb51 /docs/interop
parent27076d03990feba9e2f0d1eb955c66f711411b80 (diff)
downloadqemu-133789e1bf369d592a67297f57e4adb2b7c64c3f.zip
qemu-133789e1bf369d592a67297f57e4adb2b7c64c3f.tar.gz
qemu-133789e1bf369d592a67297f57e4adb2b7c64c3f.tar.bz2
qga: Add new option --allow-rpcs
The allow-rpcs option accepts a comma-separated list of RPCs to enable. This option is opposite to --block-rpcs. Using --block-rpcs and --allow-rpcs at the same time is not allowed. resolves: https://gitlab.com/qemu-project/qemu/-/issues/1505 Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
Diffstat (limited to 'docs/interop')
-rw-r--r--docs/interop/qemu-ga.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/interop/qemu-ga.rst b/docs/interop/qemu-ga.rst
index a918380..461c5a3 100644
--- a/docs/interop/qemu-ga.rst
+++ b/docs/interop/qemu-ga.rst
@@ -84,6 +84,11 @@ Options
Comma-separated list of RPCs to disable (no spaces, use ``help`` to
list available RPCs).
+.. option:: -a, --allow-rpcs=LIST
+
+ Comma-separated list of RPCs to enable (no spaces, use ``help`` to
+ list available RPCs).
+
.. option:: -D, --dump-conf
Dump the configuration in a format compatible with ``qemu-ga.conf``