From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeMaD-00067J-5M for qemu-devel@nongnu.org; Tue, 22 Sep 2015 08:22:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZeMa7-00076E-Lr for qemu-devel@nongnu.org; Tue, 22 Sep 2015 08:22:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45646) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeMa7-000762-Gx for qemu-devel@nongnu.org; Tue, 22 Sep 2015 08:21:59 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 21C0FC1C6542 for ; Tue, 22 Sep 2015 12:21:59 +0000 (UTC) References: <1442582350-9179-1-git-send-email-berrange@redhat.com> <1442582350-9179-10-git-send-email-berrange@redhat.com> <560143D3.70503@redhat.com> <20150922122056.GM28888@redhat.com> From: Paolo Bonzini Message-ID: <560147E0.6070008@redhat.com> Date: Tue, 22 Sep 2015 14:21:52 +0200 MIME-Version: 1.0 In-Reply-To: <20150922122056.GM28888@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v1 09/16] io: pull Buffer code out of VNC module List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: Gerd Hoffmann , qemu-devel@nongnu.org, "Dr. David Alan Gilbert" On 22/09/2015 14:20, Daniel P. Berrange wrote: > It is still used in VNC code for decoding of various framebuffer > encodings. Only the websock usage gets eliminated. I'm happy to > move it to util/ directory. Any preference on a name for the > APIs. I used QIOBuffer since i placed it under io/ directory. > Could keep that name when moved to util/, or give it a different > one. Just keeping Buffer would be okay with me. Paolo