Re: [Qemu-devel] [RfC PATCH 00/10] vnc buffer handling

2015-09-25 Thread Peter Lieven
Am 24.09.2015 um 10:41 schrieb Gerd Hoffmann: > Hi, > > Here is a patch series to improve the vnc buffer handling. It picks up > the qio_buffer patches from Daniel, adds move calls (move data from one > buffer to another) and tracing, makes vnc use the new features. Net > effect should be that

Re: [Qemu-devel] [RfC PATCH 00/10] vnc buffer handling

2015-09-24 Thread Daniel P. Berrange
On Thu, Sep 24, 2015 at 10:41:58AM +0200, Gerd Hoffmann wrote: > Hi, > > Here is a patch series to improve the vnc buffer handling. It picks up > the qio_buffer patches from Daniel, adds move calls (move data from one > buffer to another) and tracing, makes vnc use the new features. Net > effe

[Qemu-devel] [RfC PATCH 00/10] vnc buffer handling

2015-09-24 Thread Gerd Hoffmann
Hi, Here is a patch series to improve the vnc buffer handling. It picks up the qio_buffer patches from Daniel, adds move calls (move data from one buffer to another) and tracing, makes vnc use the new features. Net effect should be that (a) vnc copies less data around and (b) buffers don't gro