[Spice-devel] windows server 2012: WDDMInterface::escape::this should never happen. Status is 0xc000000d

2020-01-14 Thread franklin zhou
In windows server 2012, the follow line "status = _pfnEscape(&escapeData);" always cause error, status is: 0xc00d, error message is: "INFO::2020-01-14 16:58:23,387::WDDMInterface::escape::this should never happen. Status is 0xc00d" == bool WDDMInterface::escape(L

Re: [Spice-devel] windows server 2012: WDDMInterface::escape::this should never happen. Status is 0xc000000d

2020-01-14 Thread Frediano Ziglio
> In windows server 2012, the follow line " status = _pfnEscape(&escapeData); " > always cause error, > status is: 0xc00d, error message is: "INFO::2020-01-14 > 16:58:23,387::WDDMInterface::escape::this should never happen. Status is > 0xc00d" > == > bool WDDMInter

Re: [Spice-devel] windows server 2012: WDDMInterface::escape::this should never happen. Status is 0xc000000d

2020-01-14 Thread Yuri Benditovich
Which QXL driver is installed on 2012: qxl.sys for xp/Win7 or qxldod.sys for win8+? On Tue, Jan 14, 2020 at 11:43 AM Frediano Ziglio wrote: > > > > In windows server 2012, the follow line " status = _pfnEscape(&escapeData); > > " > > always cause error, > > status is: 0xc00d, error message i

Re: [Spice-devel] [virtio-dev] Re: [PATCH v2 1/1] virtio-video: Add virtio video device specification

2020-01-14 Thread Dmitry Sepp
Hi Keiichi, thank you for the update. On Dienstag, 14. Januar 2020 08:18:50 CET Keiichi Watanabe wrote: > Hi, > > On Thu, Jan 9, 2020 at 11:21 PM Tomasz Figa wrote: > > On Wed, Jan 8, 2020 at 10:52 PM Keiichi Watanabe wrote: > > > Hi Gerd, > > > > > > On Thu, Dec 19, 2019 at 10:12 PM Gerd Ho

Re: [Spice-devel] [virtio-dev] Re: [PATCH v2 1/1] virtio-video: Add virtio video device specification

2020-01-14 Thread Keiichi Watanabe
Hi, On Thu, Jan 9, 2020 at 11:21 PM Tomasz Figa wrote: > > On Wed, Jan 8, 2020 at 10:52 PM Keiichi Watanabe > wrote: > > > > Hi Gerd, > > > > On Thu, Dec 19, 2019 at 10:12 PM Gerd Hoffmann wrote: > > > > > > Hi, > > > > > > > > However that still doesn't let the driver know which buffers wil

[Spice-devel] Spice-protocol pre-compialtion configuration error

2020-01-14 Thread Андрей Фокин
Gents , could you please advise - in case of precompiling meson activation warning -   Build targets in project: 0 is a normal situation? -- Андрей Фокин___ Spice-devel mailing list Spice-devel@lists.freedesktop.org https://lists.freedesktop.org/mailm

Re: [Spice-devel] windows server 2012: WDDMInterface::escape::this should never happen. Status is 0xc000000d

2020-01-14 Thread franklin zhou
I find the rules, it no matter with windows 2012, it depend on video type, if type is cirrus, or use nvidia GPU in display settings, will cause this problem: From: Frediano Ziglio Sent: Tuesday, January 14, 2020 9:43 AM To: franklin zh

Re: [Spice-devel] windows server 2012: WDDMInterface::escape::this should never happen. Status is 0xc000000d

2020-01-14 Thread franklin zhou
I find the rules, it no matter with windows 2012, it depend on video type, if type is cirrus, or use nvidia GPU in display settings, will cause this problem: Does WDDMInterface::escape only support qxl type video card? From: Yuri Bendi

Re: [Spice-devel] windows server 2012: WDDMInterface::escape::this should never happen. Status is 0xc000000d

2020-01-14 Thread Yuri Benditovich
On Wed, Jan 15, 2020 at 8:13 AM franklin zhou wrote: > > I find the rules, it no matter with windows 2012, it depend on video type, > if type is cirrus, or use nvidia GPU in display settings, will cause this > problem: > > > >function='0x0'/> > > > Does WDDMInterface::