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 v2 -> v1: Fix warning when wrong config file specified v1: https://patchew.org/QEMU/20230706083035.623802-1-kkost...@redhat.com/ Konstantin Kostiuk (3): qga: Rename ga_disable_not_allowed -> ga_disable_not_allowed_freeze qga: Add new option --allow-rpcs qga: Add tests for --allow-rpcs option docs/interop/qemu-ga.rst | 5 +++ qga/main.c | 91 ++++++++++++++++++++++++++++++++++++---- tests/unit/test-qga.c | 31 ++++++++++++++ 3 files changed, 118 insertions(+), 9 deletions(-) -- 2.34.1