+++ This bug was initially created as a clone of Bug #1712946 +++ Trying to build qemu-kvm and it failed with the following message: hw/display/qxl.c: In function 'qxl_spice_monitors_config_async': hw/display/qxl.c:280:13: error: 'spice_qxl_set_max_monitors' is deprecated [-Werror=deprecated-declarations] spice_qxl_set_max_monitors(&qxl->ssd.qxl, qxl->max_outputs); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/spice-server/spice.h:26, from /builddir/build/BUILD/qemu-2.12.0/include/ui/qemu-spice.h:25, from hw/display/qxl.h:11, from hw/display/qxl.c:33: /usr/include/spice-server/spice-qxl.h:105:6: note: declared here void spice_qxl_set_max_monitors(QXLInstance *instance, ^~~~~~~~~~~~~~~~~~~~~~~~~~ I didn't look into this very deeply, but looks like spice deprecated one of the functions we use in RHEL-8.1.0, making qemu-kvm for RHEL-8.1.0 and RHEL-AV-8.1.0 unbuildable. Good news is that this has been fixed upstream, but we need to apply this ASAP. commit be812c0ab7d5ab741d0d87387a75a0e8bb6461e7 Author: Lukáš Hrázký <lhrazky> Date: Fri Feb 15 16:09:19 2019 +0100 spice: set device address and device display ID in QXL interface
(In reply to Danilo Cesar de Paula from comment #0) > +++ This bug was initially created as a clone of Bug #1712946 +++ > > Trying to build qemu-kvm and it failed with the following message: > hw/display/qxl.c: In function 'qxl_spice_monitors_config_async': > hw/display/qxl.c:280:13: error: 'spice_qxl_set_max_monitors' is deprecated > [-Werror=deprecated-declarations] > spice_qxl_set_max_monitors(&qxl->ssd.qxl, qxl->max_outputs); > ^~~~~~~~~~~~~~~~~~~~~~~~~~ > In file included from /usr/include/spice-server/spice.h:26, > from > /builddir/build/BUILD/qemu-2.12.0/include/ui/qemu-spice.h:25, > from hw/display/qxl.h:11, > from hw/display/qxl.c:33: > /usr/include/spice-server/spice-qxl.h:105:6: note: declared here > void spice_qxl_set_max_monitors(QXLInstance *instance, > ^~~~~~~~~~~~~~~~~~~~~~~~~~ > > I didn't look into this very deeply, but looks like spice deprecated one of > the functions we use in RHEL-8.1.0, making qemu-kvm for RHEL-8.1.0 and > RHEL-AV-8.1.0 unbuildable. > > Good news is that this has been fixed upstream, but we need to apply this > ASAP. > > > commit be812c0ab7d5ab741d0d87387a75a0e8bb6461e7 > Author: Lukáš Hrázký <lhrazky> > Date: Fri Feb 15 16:09:19 2019 +0100 > spice: set device address and device display ID in QXL interface This patch is in QEMU-4.0, so marking it POST.
This report is misleading. I cloned imagining this would happen in RHEL-AV. It doesn't. I will close this.