• A
    hw/qxl: support client monitor configuration via device · a639ab04
    Alon Levy 提交于
    Until now we used only the agent to change the monitor count and each
    monitor resolution. This patch introduces the qemu part of using the
    device as the mediator instead of the agent via virtio-serial.
    
    Spice (>=0.11.5) calls the new QXLInterface::client_monitors_config,
    which returns wether the interrupt is enabled, and if so and given a non
    NULL monitors config will
    generate an interrupt QXL_INTERRUPT_CLIENT_MONITORS_CONFIG with crc
    checksum for the guest to verify a second call hasn't interfered.
    
    The maximal number of monitors is limited on the QXLRom to 64.
    Signed-off-by: NAlon Levy <alevy@redhat.com>
    Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
    a639ab04
qxl.c 75.9 KB