qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for-7.2 0/3] Replace 'blacklist' and 'whitelist' in the guest agent
@ 2022-07-27  9:21 Thomas Huth
  2022-07-27  9:21 ` [PATCH 1/3] qga: Replace 'blacklist' command line and config file options by 'block-rpcs' Thomas Huth
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Thomas Huth @ 2022-07-27  9:21 UTC (permalink / raw)
  To: Michael Roth, Konstantin Kostiuk, qemu-devel
  Cc: Philippe Mathieu-Daudé, BALATON Zoltan,
	Daniel P . Berrangé

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



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-07-27  9:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-27  9:21 [PATCH for-7.2 0/3] Replace 'blacklist' and 'whitelist' in the guest agent Thomas Huth
2022-07-27  9:21 ` [PATCH 1/3] qga: Replace 'blacklist' command line and config file options by 'block-rpcs' Thomas Huth
2022-07-27  9:29   ` Daniel P. Berrangé
2022-07-27  9:30     ` Konstantin Kostiuk
2022-07-27  9:21 ` [PATCH 2/3] qga: Replace 'blacklist' and 'whitelist' in the guest agent sources Thomas Huth
2022-07-27  9:30   ` Daniel P. Berrangé
2022-07-27  9:30   ` Konstantin Kostiuk
2022-07-27  9:21 ` [PATCH 3/3] tests/unit/test-qga: Replace the word 'blacklist' in the guest agent unit test Thomas Huth
2022-07-27  9:31   ` Konstantin Kostiuk
2022-07-27  9:34   ` Daniel P. Berrangé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).