3 Commits

Author SHA1 Message Date
Daniel P. Berrangé
58957c219b Introduce QEMU_GA_ARGS env variable to replace BLACKLIST_RPC
We previously replaced use of --blacklist with -b since the former
was deleted in QEMU 9.1.

We want to avoid use of the 'black list' term downstream too though.
In future we're also expecting further command line args to be added
to the guest agent which are desirable to set.

Rather than hardcode the use of -b in the unit file, define a more
general QEMU_GA_ARGS variable that enables the sysconfig file to
set arbitrary extra command line arguments.

A pre-start script is used to rewrite existing sysconfig files that
users may have present to ensure upgradability.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2024-09-16 15:40:12 +01:00
Richard W.M. Jones
8546176074 Replace qemu --blacklist option with -b (related: RHBZ#2258100) 2024-09-16 13:05:38 +01:00
Paolo Bonzini
bfe7b8124e fix compilation, upgrade qemu-ga packaging based on RHEL 7 2017-11-28 18:07:46 +01:00