[Spice-devel] last known good spice guest tools for WinXP guest?

2020-07-12 Thread Wesley Parish
Hi I've got a Windows XP guest in a Gnome Box and I'm wondering which of the earlier releases of the spice guest tools is known to work well with Windows XP. It's a 64-bit, though I'm also intending to install 32-bit as well. (I've tried installing spice-guest-tools-latest but it refuses to instal

[Spice-devel] [PATCH 2/2] qxl-wddm-dod: reduce verbosity of stampinf in build

2020-07-12 Thread Yuri Benditovich
Suppress unneeded stampinf logs during driver build. Signed-off-by: Yuri Benditovich --- qxldod/qxldod.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qxldod/qxldod.vcxproj b/qxldod/qxldod.vcxproj index 15e36d9..0091b83 100755 --- a/qxldod/qxldod.vcxproj +++ b/qxl

[Spice-devel] [PATCH 1/2] qxl-wddm-dod: fix behavior on v5 device

2020-07-12 Thread Yuri Benditovich
https://bugzilla.redhat.com/show_bug.cgi?id=1851845 v5 device requires explicit reset to switch to VGA mode. Signed-off-by: Yuri Benditovich --- qxldod/QxlDod.cpp | 4 +++- qxldod/QxlDod.h | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/qxldod/QxlDod.cpp b/qxldod/QxlDod.c