Re: [Qemu-devel] [PATCH 00/19] buffer/vnc: improve vnc buffer hsndling

2015-11-03 Thread Peter Lieven
Am 03.11.2015 um 09:23 schrieb Gerd Hoffmann: buffer: allow a buffer to shrink gracefully The last Patch isn't the latest version. I have one with improved comments here: https://github.com/plieven/qemu/commit/e599748ab1ef381d4b1c88bf1ea1454dd89353fb I also had another improvement: https:

Re: [Qemu-devel] [PATCH 00/19] buffer/vnc: improve vnc buffer hsndling

2015-11-03 Thread Gerd Hoffmann
> >buffer: allow a buffer to shrink gracefully > > The last Patch isn't the latest version. I have one with improved comments > here: > > https://github.com/plieven/qemu/commit/e599748ab1ef381d4b1c88bf1ea1454dd89353fb > > I also had another improvement: > > https://github.com/plieven/qemu/

Re: [Qemu-devel] [PATCH 00/19] buffer/vnc: improve vnc buffer hsndling

2015-11-02 Thread Peter Lieven
Am 30.10.2015 um 12:09 schrieb Gerd Hoffmann: Hi, This series has a bunch of improvements in the vnc buffer handling, to reduce the memory footprint. Some of the changes are applied to the buffer helper functions which Daniel separated out of the vnc code recently. Most patches have been on

Re: [Qemu-devel] [PATCH 00/19] buffer/vnc: improve vnc buffer hsndling

2015-10-30 Thread Daniel P. Berrange
On Fri, Oct 30, 2015 at 12:09:55PM +0100, Gerd Hoffmann wrote: > Hi, > > This series has a bunch of improvements in the vnc buffer handling, > to reduce the memory footprint. Some of the changes are applied to > the buffer helper functions which Daniel separated out of the vnc code > recently.

[Qemu-devel] [PATCH 00/19] buffer/vnc: improve vnc buffer hsndling

2015-10-30 Thread Gerd Hoffmann
Hi, This series has a bunch of improvements in the vnc buffer handling, to reduce the memory footprint. Some of the changes are applied to the buffer helper functions which Daniel separated out of the vnc code recently. Most patches have been on the list before, based on a older version of Dan