[PATCH for-7.2 0/3] Replace 'blacklist' and 'whitelist' in the guest agent

Thomas Huth posted 3 patches 1 year, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220727092135.302915-1-thuth@redhat.com
Maintainers: Michael Roth <michael.roth@amd.com>, Konstantin Kostiuk <kkostiuk@redhat.com>
docs/about/deprecated.rst  | 19 ++++++++++
docs/interop/qemu-ga.rst   |  8 ++--
qga/qapi-schema.json       |  4 +-
qga/guest-agent-core.h     |  2 +-
qga/commands-posix.c       | 16 ++++----
qga/commands-win32.c       | 10 ++---
qga/main.c                 | 77 +++++++++++++++++++++-----------------
tests/unit/test-qga.c      |  8 ++--
tests/data/test-qga-config |  2 +-
9 files changed, 87 insertions(+), 59 deletions(-)
[PATCH for-7.2 0/3] Replace 'blacklist' and 'whitelist' in the guest agent
Posted by Thomas Huth 1 year, 9 months ago
Let's use more appropriate words here - the feature in the guest agent
is about blocking RPCs, so we should talk about that instead of using
the term "blacklist" here.

The patches are based on earlier work by Philippe Mathieu-Daudé,
with the idea for the new option name suggested by BALATON Zoltan.

Thomas Huth (3):
  qga: Replace 'blacklist' command line and config file options by
    'block-rpcs'
  qga: Replace 'blacklist' and 'whitelist' in the guest agent sources
  tests/unit/test-qga: Replace the word 'blacklist' in the guest agent
    unit test

 docs/about/deprecated.rst  | 19 ++++++++++
 docs/interop/qemu-ga.rst   |  8 ++--
 qga/qapi-schema.json       |  4 +-
 qga/guest-agent-core.h     |  2 +-
 qga/commands-posix.c       | 16 ++++----
 qga/commands-win32.c       | 10 ++---
 qga/main.c                 | 77 +++++++++++++++++++++-----------------
 tests/unit/test-qga.c      |  8 ++--
 tests/data/test-qga-config |  2 +-
 9 files changed, 87 insertions(+), 59 deletions(-)

-- 
2.31.1