Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qemu-ga: fixes disabled-rpcs broke service start #4287

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jkellerer
Copy link
Contributor

Applies renamed CLI arg blacklist > block-rpcs.
See: https://bugzilla.redhat.com/show_bug.cgi?id=2156515

qemu-ga --help | grep -E 'black|block' -C5
  -t, --statedir    specify dir to store state information (absolute paths
                    only, default is /var/run)
  -v, --verbose     log extra debugging information
  -V, --version     print version information and exit
  -d, --daemonize   become a daemon
  -b, --block-rpcs  comma-separated list of RPCs to disable (no spaces,
                    use "--block-rpcs=help" to list available RPCs)
  -a, --allow-rpcs  comma-separated list of RPCs to enable (no spaces,
                    use "--allow-rpcs=help" to list available RPCs)
  -D, --dump-conf   dump a qemu-ga config file based on current config
                    options / command-line parameters to stdout
  -r, --retry-path  attempt re-opening path if it's unavailable or closed

May also fix #4255

@fraenki fraenki self-assigned this Nov 11, 2024
@fraenki fraenki added the bug Production bug label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Production bug
Development

Successfully merging this pull request may close these issues.

emulators/qemu-guest-agent: not working at 24.1 -> 24.7 upgrade
2 participants