[Spice-devel] [win32-qxl PATCH] Add useful information for debugging multi-monitor scenarios

Sandy Stutsman sstutsma at redhat.com
Mon Jun 22 11:24:52 PDT 2015


---
xddm/miniport/qxl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xddm/miniport/qxl.c b/xddm/miniport/qxl.c
index f5d6b48..85e4fcf 100644
--- a/xddm/miniport/qxl.c
+++ b/xddm/miniport/qxl.c
@@ -1261,7 +1261,7 @@ BOOLEAN StartIO(PVOID dev_extension, 
PVIDEO_REQUEST_PACKET packet)

case IOCTL_QXL_SET_CUSTOM_DISPLAY: {
QXLEscapeSetCustomDisplay *custom_display;
- DEBUG_PRINT((dev_ext, 0, "%s: IOCTL_QXL_SET_CUSTOM_DISPLAY\n", 
__FUNCTION__));
+ DEBUG_PRINT((dev_ext, 0, "%s: Device %d, 
IOCTL_QXL_SET_CUSTOM_DISPLAY\n", __FUNCTION__, dev_ext->rom->id));

if (packet->InputBufferLength < (packet->StatusBlock->Information =
sizeof(QXLEscapeSetCustomDisplay))) {
-- 
1.9.5.msysgit.0



More information about the Spice-devel mailing list