Hi, > This will need spice-server <-> qemu/hw/qxl.c coordination, but I assume we > will need some changes there anyway to set > QXL_INTERRUPT_CLIENT_MONITORS_CONFIG, > the qemu/hw/qxl.c function patching the MonitorsConfig into the romspace, > and setting the irq in int_pending, could return whether or not the flag > was > set in int_mask for example.
Yes, interface_client_monitors_config() can return whenever the guest has masked the interrupt or not, and based on that spice-server can send the message to the agent or not. cheers, Gerd
