From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhutY-0001Qa-Lf for qemu-devel@nongnu.org; Fri, 02 Oct 2015 03:36:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhutU-0005eg-Eg for qemu-devel@nongnu.org; Fri, 02 Oct 2015 03:36:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhutU-0005eY-8w for qemu-devel@nongnu.org; Fri, 02 Oct 2015 03:36:40 -0400 Message-ID: <1443771394.14636.2.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 02 Oct 2015 09:36:34 +0200 In-Reply-To: <560D0260.4020305@kamp.de> References: <1443206217-6255-1-git-send-email-pl@kamp.de> <1443522513.21557.18.camel@redhat.com> <1443530995.21557.24.camel@redhat.com> <1443535703.21557.63.camel@redhat.com> <560D0260.4020305@kamp.de> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V2] vnc: destroy server surface if no client is connected List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: qemu-devel@nongnu.org Hi, > Please have a look at: > > https://github.com/plieven/qemu/tree/vnc-next-2.0 Moving code to buf_adj_size and buf_req_size should go to a separate patch. The avg_size logic needs some description. Picked up the "recycle empty vs->output buffer" patch. cheers, Gerd