d73453
@@ -3,7 +3,7 @@
# Comma-separated blacklist of RPCs to disable, or empty list to enable all.
#
- # You can get the list of RPC commands using "qemu-ga --blacklist='?'".
+ # You can get the list of RPC commands using "qemu-ga -b '?'".
# There should be no spaces between commas and commands in the blacklist.
#BLACKLIST_RPC=guest-file-open,guest-file-close,guest-file-read,guest-file-write,guest-file-seek,guest-file-flush,guest-exec,guest-exec-status
@@ -10,7 +10,7 @@
ExecStart=/usr/bin/qemu-ga \
--method=virtio-serial \
--path=/dev/virtio-ports/org.qemu.guest_agent.0 \
- --blacklist=${BLACKLIST_RPC} \
+ -b ${BLACKLIST_RPC} \
-F${FSFREEZE_HOOK_PATHNAME}
Restart=always
RestartSec=0
@@ -99,7 +99,7 @@
%endif
%global have_virgl 0
- %if 0%{?fedora}
+ %if 0%{?fedora} || 0%{?centos_hs}
%global have_virgl 1
@@ -365,7 +365,7 @@
# To prevent rpmdev-bumpspec breakage
- %global baserelease 1
+ %global baserelease 2
# Hyperscale release
%global hsrel .1
@@ -3172,6 +3172,13 @@
%changelog
+ * Mon Oct 14 2024 Roberto Campesato <render@metalabs.org> - 2:9.1.0-2.1
+ - Merge latest changes from Fedora
+ - Enable virgl for Hyperscale
+
+ * Mon Sep 16 2024 Richard W.M. Jones <rjones@redhat.com> - 2:9.1.0-2
+ - Replace qemu --blacklist option with -b (related: RHBZ#2258100)
* Wed Sep 11 2024 Roberto Campesato <render@metalabs.org> - 9.1.0-1.1
- Merge latest changes from Fedora
- Added fb-only patch based on experimental AMD changes for SEV/SNP
rebased onto 01bd9b0
Pull-Request has been closed by render