qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Support multiple VNC clients


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] Support multiple VNC clients
Date: Sat, 14 Feb 2009 16:07:36 -0600
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Brian Kress wrote:
Attached is a patch that allows qemu to support multiple vnc clients. Each client can have their own
VNC encodings and VNC state.

General idea:

Change structure associated with a display from VncState to a new structure VncDisplay. Remove client specific fields from VncDisplay.
Remove display specific fields from VncState.
Maintain a linked list of VncStates per VncDisplay structure, update as necessary. When updates/resizes/copies come in from the hardware, dispatch to all clients.


Patch is against current SVN (6618)
Any ideas/suggestions/comments/flames appreciated.

Can you add a Signed-off-by line?

The patch looks good to me.

Regards,

Anthony Liguori






reply via email to

[Prev in Thread] Current Thread [Next in Thread]