Re: [Spice-devel] [RFC PATCH vdagent 02/16] Provide support for Windows 10 CCD API

2016-07-20 Thread Christophe Fergeau
On Mon, Jul 18, 2016 at 09:34:36AM +0300, Dmitry Fleytman wrote: > diff --git a/vdagent/display_configuration.h b/vdagent/display_configuration.h > new file mode 100644 > index 000..eeba1c2 > --- /dev/null > +++ b/vdagent/display_configuration.h > @@ -0,0 +1,192 @@ > +/* > +Copyright (C) 2015

Re: [Spice-devel] [RFC PATCH vdagent 02/16] Provide support for Windows 10 CCD API

2016-07-20 Thread Christophe Fergeau
What is this CCD API, why is it needed? Is this Win10 only, or did older Windows version have an equivalent? Does the old code keeps working after this commit? Given the size of thecommits I'd expect many more explanations as to what's being done and why. Christophe On Mon, Jul 18, 2016 at

Re: [Spice-devel] [RFC PATCH vdagent 02/16] Provide support for Windows 10 CCD API

2016-07-18 Thread Frediano Ziglio
> > From: Sandy Stutsman > > --- > Spice.props | 38 ++ > vdagent.sln | 94 ++-- > vdagent/CCD.h | 259 +++ > vdagent/D3Dkmt.h | 134 ++ > vdagent/desktop_layout.cpp| 152

[Spice-devel] [RFC PATCH vdagent 02/16] Provide support for Windows 10 CCD API

2016-07-18 Thread Dmitry Fleytman
From: Sandy Stutsman --- Spice.props | 38 ++ vdagent.sln | 94 ++-- vdagent/CCD.h | 259 +++ vdagent/D3Dkmt.h | 134 ++ vdagent/desktop_layout.cpp| 152 ++-