]> git.proxmox.com Git - mirror_qemu.git/commit
spice: set device address and device display ID in QXL interface
authorLukáš Hrázký <lhrazky@redhat.com>
Fri, 15 Feb 2019 15:09:19 +0000 (16:09 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 21 Feb 2019 09:15:26 +0000 (10:15 +0100)
commitbe812c0ab7d5ab741d0d87387a75a0e8bb6461e7
tree959ce08f264bffbca326c650138ffe8194cdde2a
parent35921860156e39f17ffd7e18d0f84d2396a6e8f4
spice: set device address and device display ID in QXL interface

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@redhat.com>
Message-Id: <20190215150919.8263-1-lhrazky@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/display/qxl.c
include/ui/spice-display.h
ui/spice-core.c
ui/spice-display.c