From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zj7TN-0005lt-0b for qemu-devel@nongnu.org; Mon, 05 Oct 2015 11:14:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zj7TG-0000AJ-9j for qemu-devel@nongnu.org; Mon, 05 Oct 2015 11:14:39 -0400 Received: from mx-v6.kamp.de ([2a02:248:0:51::16]:58523 helo=mx01.kamp.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zj7TF-00009j-WB for qemu-devel@nongnu.org; Mon, 05 Oct 2015 11:14:34 -0400 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> <1443771394.14636.2.camel@redhat.com> From: Peter Lieven Message-ID: <561293D0.1030100@kamp.de> Date: Mon, 5 Oct 2015 17:14:24 +0200 MIME-Version: 1.0 In-Reply-To: <1443771394.14636.2.camel@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed 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: Gerd Hoffmann Cc: qemu-devel@nongnu.org Am 02.10.2015 um 09:36 schrieb Gerd Hoffmann: > 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. Please have a look at: https://github.com/plieven/qemu/tree/vnc-next-3.0 Peter