#4 Merge remote-tracking branch 'upstream/rawhide' into fix-qemu-guest-agent
Closed a month ago by render. Opened a month ago by render.

file modified
+1 -1
@@ -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

  

file modified
+1 -1
@@ -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

file modified
+9 -2
@@ -99,7 +99,7 @@ 

  %endif

  

  %global have_virgl 0

- %if 0%{?fedora}

+ %if 0%{?fedora} || 0%{?centos_hs}

  %global have_virgl 1

  %endif

  
@@ -365,7 +365,7 @@ 

  %endif

  

  # 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

  • Pulling fix for qemu-guest-agent systemd unit definition using outdated CLI option
  • Enabled virgl for Hyperscale
  • Tested local builds and remote scratch build

rebased onto 01bd9b0

a month ago

Pull-Request has been closed by render

a month ago