mbox series

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

Message ID 20230710095136.1022704-1-kkostiuk@redhat.com
Headers show
Series qga: Add new option --allow-rpcs | expand

Message

Konstantin Kostiuk July 10, 2023, 9:51 a.m. UTC
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-kkostiuk@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