[PATCH 0/3] qga: Add new option --allow-rpcs

Konstantin Kostiuk posted 3 patches 2 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230706083035.623802-1-kkostiuk@redhat.com
Maintainers: Michael Roth <michael.roth@amd.com>, Konstantin Kostiuk <kkostiuk@redhat.com>
There is a newer version of this series
docs/interop/qemu-ga.rst |  5 +++
qga/main.c               | 91 ++++++++++++++++++++++++++++++++++++----
tests/unit/test-qga.c    | 31 ++++++++++++++
3 files changed, 118 insertions(+), 9 deletions(-)
[PATCH 0/3] qga: Add new option --allow-rpcs
Posted by Konstantin Kostiuk 2 years, 3 months ago
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

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