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