« Previous | Next » 

Revision 1fc62412

ID1fc624122fb923c7fc4c1f426541d953e7df13c9

Added by Stefano Stabellini almost 15 years ago

single vnc server surface

This patch removes the server surface from VncState and adds a single
server surface to VncDisplay for all the possible clients connected.
Each client maintains a different dirty bitmap in VncState.
The guest surface is moved to VncDisplay as well because we don't need
to track guest updates in more than one place.

This patch has been updated to handle CopyRect correctly and efficiently.

Signed-off-by: Stefano Stabellini <>
Signed-off-by: Anthony Liguori <>
Message-Id:

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences