[Spice-devel] [Qemu-devel] [PATCH v2] spice: set device address and device display ID in QXL interface

Gerd Hoffmann kraxel at redhat.com
Tue Feb 5 09:46:28 UTC 2019


On Tue, Feb 05, 2019 at 10:13:28AM +0100, Gerd Hoffmann wrote:
> On Mon, Feb 04, 2019 at 11:08:10AM +0100, Lukáš Hrázký wrote:
> > Calls the new SPICE QXL interface function spice_qxl_set_device_info to
> > set the hardware address of the graphics device represented by the QXL
> > interface (e.g. a PCI path) and the device display IDs (the IDs of the
> > device's monitors that belong to this QXL interface).
> > 
> > Also stops using the deprecated spice_qxl_set_max_monitors, the new
> > interface function replaces it.
> > 
> > Signed-off-by: Lukáš Hrázký <lhrazky at redhat.com>
> 
> Added to UI patch queue.

Dropped, failed test build:

../ui/spice-core.o: In function `append_pci_address':
spice-core.c:(.text+0x756): undefined reference to `pci_bus_is_root'

Looks like some #ifdef's are needed so it builds with CONFIG_PCI=n

cheers,
  Gerd



More information about the Spice-devel mailing list