]> git.proxmox.com Git - mirror_qemu.git/commit - qga/main.c
qga: Replace 'blacklist' command line and config file options by 'block-rpcs'
authorThomas Huth <thuth@redhat.com>
Wed, 27 Jul 2022 09:21:33 +0000 (11:21 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 20 Sep 2022 10:37:00 +0000 (12:37 +0200)
commit582a098e6ca00dd42f317dad8affd13e5a20bc42
tree35294908aacce88bf55bce2cc8217795dbd967e1
parent7eab180f903931a5fac16b253d115706f008eade
qga: Replace 'blacklist' command line and config file options by 'block-rpcs'

Let's use a more appropriate wording for this command line and config
file option. The old ones are still accepted for compatibility reasons,
but marked as deprecated now so that it could be removed in a future
version of QEMU.

This change is based on earlier patches from Philippe Mathieu-DaudĂ©,
with the idea for the new option name suggested by BALATON Zoltan.

And while we're at it, replace the "?" in the help text with "help"
since that does not have the problem of conflicting with the wildcard
character of the shells.

Message-Id: <20220727092135.302915-2-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>
docs/about/deprecated.rst
docs/interop/qemu-ga.rst
qga/main.c
tests/data/test-qga-config
tests/unit/test-qga.c