diff options
| author | Thomas Huth <thuth@redhat.com> | 2022-07-27 11:21:34 +0200 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2022-09-20 12:37:00 +0200 |
| commit | 0e4ef702e82baf1797ea02e40f39acabe46923aa (patch) | |
| tree | 72b1db2eb5106fb90a6803df3342b074d2b21a9b /qga/guest-agent-core.h | |
| parent | 582a098e6ca00dd42f317dad8affd13e5a20bc42 (diff) | |
| download | focaccia-qemu-0e4ef702e82baf1797ea02e40f39acabe46923aa.tar.gz focaccia-qemu-0e4ef702e82baf1797ea02e40f39acabe46923aa.zip | |
qga: Replace 'blacklist' and 'whitelist' in the guest agent sources
Let's use better, more inclusive wording here. Message-Id: <20220727092135.302915-3-thuth@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Konstantin Kostiuk <kkostiuk@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'qga/guest-agent-core.h')
| -rw-r--r-- | qga/guest-agent-core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qga/guest-agent-core.h b/qga/guest-agent-core.h index 29cd50402f..b4e7c52c61 100644 --- a/qga/guest-agent-core.h +++ b/qga/guest-agent-core.h @@ -24,7 +24,7 @@ typedef struct GACommandState GACommandState; extern GAState *ga_state; extern QmpCommandList ga_commands; -GList *ga_command_blacklist_init(GList *blacklist); +GList *ga_command_init_blockedrpcs(GList *blockedrpcs); void ga_command_state_init(GAState *s, GACommandState *cs); void ga_command_state_add(GACommandState *cs, void (*init)(void), |