From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59407) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuSil-0005e2-Ed for qemu-devel@nongnu.org; Thu, 05 Nov 2015 17:09:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZuSii-0002IW-5e for qemu-devel@nongnu.org; Thu, 05 Nov 2015 17:09:27 -0500 Received: from mx-v6.kamp.de ([2a02:248:0:51::16]:37208 helo=mx01.kamp.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuSih-0002I8-ST for qemu-devel@nongnu.org; Thu, 05 Nov 2015 17:09:24 -0500 Message-ID: <563BD38D.9060306@kamp.de> Date: Thu, 05 Nov 2015 23:09:17 +0100 From: Peter Lieven MIME-Version: 1.0 References: <1446541276-32467-1-git-send-email-pl@kamp.de> <1446541276-32467-2-git-send-email-pl@kamp.de> <1446547233.4693.1.camel@redhat.com> In-Reply-To: <1446547233.4693.1.camel@redhat.com> Content-Type: multipart/alternative; boundary="------------060808030501010808040501" Subject: Re: [Qemu-devel] [PATCH 1/2] io/buffer: allow a buffer to shrink gracefully List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org This is a multi-part message in MIME format. --------------060808030501010808040501 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Am 03.11.2015 um 11:40 schrieb Gerd Hoffmann: > On Di, 2015-11-03 at 10:01 +0100, Peter Lieven wrote: >> diff --git a/io/buffer.c b/io/buffer.c >> index 0fd3cea..d2a6043 100644 >> --- a/io/buffer.c >> +++ b/io/buffer.c >> @@ -23,6 +23,10 @@ > Needs a rebase (current wip branch is available at > https://www.kraxel.org/cgit/qemu/log/?h=work/vnc-buffers) I found that the version is ok, just the comment above the BUFFER_AVG_SIZE_SHIFT is missing. Peter --------------060808030501010808040501 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit
Am 03.11.2015 um 11:40 schrieb Gerd Hoffmann:
On Di, 2015-11-03 at 10:01 +0100, Peter Lieven wrote:
diff --git a/io/buffer.c b/io/buffer.c
index 0fd3cea..d2a6043 100644
--- a/io/buffer.c
+++ b/io/buffer.c
@@ -23,6 +23,10 @@
Needs a rebase (current wip branch is available at
https://www.kraxel.org/cgit/qemu/log/?h=work/vnc-buffers)

I found that the version is ok, just the comment above the BUFFER_AVG_SIZE_SHIFT is missing.

Peter

--------------060808030501010808040501--