Changes sinced last series
- pushed ACKED bugfix patch to master and dropped from this series
- dropped InputsChannelPrivate patch
- Removed MainChannelPrivate struct and reduced that patch to simply
encapsulate the data better
- moved "final" gobject structs (cursor, inputs, main channels)
Encapsulate private data for CommonGraphicsChannel and prepare for
GObject conversion.
---
server/common-graphics-channel.c | 33 +++--
server/common-graphics-channel.h | 14 ++
server/cursor-channel-client.c | 2 +-
server/cursor-channel.c | 8
Encapsulate MainChannel a bit better in preparation for proting to
GObject.
---
server/main-channel-client.c | 24 +++-
server/main-channel.c| 15 +++
server/main-channel.h| 2 ++
3 files changed, 28 insertions(+), 13 deletions(-)
diff --git a/serv
Move out of red-worker.c. This requires a little bit of minor
refactoring to avoid accessing some RedWorker internals in the
constructor function, etc.
---
server/Makefile.am | 2 +
server/common-graphics-channel.c | 129 +++
server/common-graphi
In preparation for converting RedChannel to GObject, switch to using
RED_CHANNEL()-type macros for casting. For now they just do a regular
cast, but it helps reduce the size of the GObject patch to make it
easier to review.
---
server/common-graphics-channel.c | 2 +-
server/cursor-channel.c
On Mon, Oct 10, 2016 at 08:37:04AM -0400, Marc-André Lureau wrote:
> Imho, it should be fine for the client to send the same monitor
> config, the server should however not notify of changes if none
> happened.
Yup, after quite a lot of digging, this seems to be what is happening,
nothing in the s
> I have a Windows 7 VM running via Qemu on Gentoo Linux using a product called
> Foss-Cloud.
> I have spice tools and the QXL video driver installed
> Using Virt-Viewer The Vm shows a little lag when typing (always takes a
> second to catch up when typing my password to log in and such). In genera
On Tue, Oct 11, 2016 at 04:56:42PM +0200, Pavel Grunt wrote:
> On Tue, 2016-10-11 at 10:36 -0400, Marc-André Lureau wrote:
> > >
> > > Flickering is PRIMARY_DESTROY & PRIMARY_CREATE
> >
> > Is there a way to prevent DESTROY & CREATE of same size on
> > server/guest side? why not?
>
> The problem
I have a Windows 7 VM running via Qemu on Gentoo Linux usinga product called
Foss-Cloud.
I have spice tools and the QXL video driver installed
Using Virt-Viewer The Vm shows a little lag when typing(always takes a second
to catch up when typing my password to log in and such). In gener
Starting with Windows Display Driver Model (WDDM) 1.2, if the
DevicePowerState parameter is set to PowerDeviceD0, the display miniport
driver should call DxgkCbAcquirePostDisplayOwnership to query the
information about the display mode.
This patch fixies this bug:
https://bugzilla.redhat.com/show_
difference from v1:
* Minor typos in commit message fixed
* Log Message function name
* Minor cosmetic change
Sameeh Jubran (2):
Fixing black-white screen in installation when qxl revision = 3
Call "DxgkCbAcquirePostDisplayOwnership" when changing Power State to
D0
qxldod/QxlDod.cpp | 73
When qxl revision is 3, the vga driver is the one that is running. When
installing the driver the function VgaDevice::HWInit with displayInfo
structure that is zeroed out. The displayInfo should be initialized using
DxgkCbAcquirePostDisplayOwnership and thus it should be called before
calling HWIni
Hi
- Original Message -
> Hi,
>
> On Wed, 2016-10-12 at 11:38 -0400, Marc-André Lureau wrote:
> > Hi
> >
> > - Original Message -
> > > Hi,
> > >
> > > I plan to merge both uri parsers (one is in spice-session, one in
> > > spice-uri).
> > > These patches add more to tests to av
Hi,
On Wed, 2016-10-12 at 11:38 -0400, Marc-André Lureau wrote:
> Hi
>
> - Original Message -
> > Hi,
> >
> > I plan to merge both uri parsers (one is in spice-session, one in
> > spice-uri).
> > These patches add more to tests to avoid regressions.
> >
> > v2 per Victor review splits I
On Thu, Oct 13, 2016 at 3:43 PM, Frediano Ziglio wrote:
> >
> > When qxl revision is 3, the vga driver is the one that is running. When
> > installing the driver the function VgaDevice::HWInit with displayInfo
> > structure that is zeroed out. The displayInfo should be intialized using
> > DxgkCb
>
> On Wed, 2016-10-12 at 06:55 -0400, Frediano Ziglio wrote:
> > >
> > >
> > > Prepare for GObject port
> >
> > Nacked
> >
> > >
> > > ---
> > > server/inputs-channel.c | 68
> > > ++---
> > > 1 file changed, 36 insertions(+), 32 deletions(-)
> >
>
> When qxl revision is 3, the vga driver is the one that is running. When
> installing the driver the function VgaDevice::HWInit with displayInfo
> structure that is zeroed out. The displayInfo should be intialized using
> DxgkCbAcquirePostDisplayOwnership and thus it should be called before
> c
Starting with Windows Display Driver Model (WDDM) 1.2, if the
DevicePowerState parameter is set to PowerDeviceD0, the display miniport
driver should call DxgkCbAcquirePostDisplayOwnership to query the
information about the display mode.
This patch fixies this bug:
https://bugzilla.redhat.com/show_
When qxl revision is 3, the vga driver is the one that is running. When
installing the driver the function VgaDevice::HWInit with displayInfo
structure that is zeroed out. The displayInfo should be intialized using
DxgkCbAcquirePostDisplayOwnership and thus it should be called before
calling HWInit
This patch series fixies this bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1202267.
Sameeh Jubran (2):
Fixing black-white screen in installation when qxl revision = 3
Call "DxgkCbAcquirePostDisplayOwnership" when changing Power State to
D0
qxldod/QxlDod.cpp | 73 +
On 10/12/2016 05:19 PM, Pavel Grunt wrote:
On Wed, 2016-10-12 at 10:13 -0400, Frediano Ziglio wrote:
On Wed, 2016-10-12 at 06:57 -0400, Frediano Ziglio wrote:
When MainChannelClient was split to a separate file, the
responsibility
for incrementing this field was supposed to belong to the
Mai
21 matches
Mail list logo