Re: [Spice-devel] [PATCH qxl-wddm-dod v4 03/10] Use MmMapIoSpaceEx instead of MmMapIoSpace

2016-09-20 Thread Javier Celaya
El mar, 20-09-2016 a las 15:56 +0300, Dmitry Fleytman escribió: > > On 20 Sep 2016, at 15:46 PM, Frediano Ziglio > > wrote: > > > > > > > On Tue, Sep 20, 2016 at 01:14:10PM +0300, Sameeh Jubran wrote: > > > > On Mon, Sep 12, 2016 at 11:32 AM, Frediano Ziglio < > > > >

Re: [Spice-devel] [PATCH qxl-wddm-dod v4 03/10] Use MmMapIoSpaceEx instead of MmMapIoSpace

2016-09-20 Thread Javier Celaya
Hi, El mar, 20-09-2016 a las 12:27 +0200, Christophe Fergeau escribió: > On Tue, Sep 20, 2016 at 01:14:10PM +0300, Sameeh Jubran wrote: > > On Mon, Sep 12, 2016 at 11:32 AM, Frediano Ziglio < > > fzig...@redhat.com> > > wrote: > > > It looks like MmMapIoSpaceEx was introduced with Windows 10 while

Re: [Spice-devel] [PATCH qxl-wddm-dod v4 03/10] Use MmMapIoSpaceEx instead of MmMapIoSpace

2016-09-20 Thread Dmitry Fleytman
> On 20 Sep 2016, at 15:46 PM, Frediano Ziglio wrote: > > >> On Tue, Sep 20, 2016 at 01:14:10PM +0300, Sameeh Jubran wrote: >>> On Mon, Sep 12, 2016 at 11:32 AM, Frediano Ziglio >>> wrote: It looks like MmMapIoSpaceEx was introduced with Windows 10

Re: [Spice-devel] [PATCH qxl-wddm-dod v4 03/10] Use MmMapIoSpaceEx instead of MmMapIoSpace

2016-09-20 Thread Christophe Fergeau
On Tue, Sep 20, 2016 at 08:46:56AM -0400, Frediano Ziglio wrote: > > > On Tue, Sep 20, 2016 at 01:14:10PM +0300, Sameeh Jubran wrote: > > > On Mon, Sep 12, 2016 at 11:32 AM, Frediano Ziglio > > > wrote: > > > > It looks like MmMapIoSpaceEx was introduced with Windows 10

Re: [Spice-devel] [PATCH qxl-wddm-dod v4 03/10] Use MmMapIoSpaceEx instead of MmMapIoSpace

2016-09-20 Thread Christophe Fergeau
On Tue, Sep 20, 2016 at 01:14:10PM +0300, Sameeh Jubran wrote: > On Mon, Sep 12, 2016 at 11:32 AM, Frediano Ziglio > wrote: > > It looks like MmMapIoSpaceEx was introduced with Windows 10 while WDDM was > > introduce in Windows 7. Are we going to support only from Windows 10?

Re: [Spice-devel] [PATCH qxl-wddm-dod v4 03/10] Use MmMapIoSpaceEx instead of MmMapIoSpace

2016-09-20 Thread Sameeh Jubran
On Mon, Sep 12, 2016 at 11:32 AM, Frediano Ziglio wrote: > > > > Based on a patch by Sandy Stutsman > > > > Signed-off-by: Sameeh Jubran > > --- > > qxldod/QxlDod.cpp | 8 > > 1 file changed, 4 insertions(+), 4 deletions(-)

Re: [Spice-devel] [PATCH qxl-wddm-dod v4 03/10] Use MmMapIoSpaceEx instead of MmMapIoSpace

2016-09-12 Thread Frediano Ziglio
> > Based on a patch by Sandy Stutsman > > Signed-off-by: Sameeh Jubran > --- > qxldod/QxlDod.cpp | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/qxldod/QxlDod.cpp b/qxldod/QxlDod.cpp > index d07c7b4..93fd8c6 100755 >

[Spice-devel] [PATCH qxl-wddm-dod v4 03/10] Use MmMapIoSpaceEx instead of MmMapIoSpace

2016-09-11 Thread Sameeh Jubran
Based on a patch by Sandy Stutsman Signed-off-by: Sameeh Jubran --- qxldod/QxlDod.cpp | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qxldod/QxlDod.cpp b/qxldod/QxlDod.cpp index d07c7b4..93fd8c6 100755 --- a/qxldod/QxlDod.cpp