[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] qga: Add new option --allow-rpcs
From: |
Konstantin Kostiuk |
Subject: |
[PATCH 0/3] qga: Add new option --allow-rpcs |
Date: |
Thu, 6 Jul 2023 11:30:32 +0300 |
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
- [PATCH 0/3] qga: Add new option --allow-rpcs,
Konstantin Kostiuk <=