From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkES6-000672-KO for qemu-devel@nongnu.org; Fri, 31 Oct 2014 11:52:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xjox2-0008N2-2S for qemu-devel@nongnu.org; Thu, 30 Oct 2014 08:35:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xjox1-0008Mx-SA for qemu-devel@nongnu.org; Thu, 30 Oct 2014 08:35:40 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9UCZdx1007476 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 30 Oct 2014 08:35:39 -0400 Date: Thu, 30 Oct 2014 18:05:31 +0530 From: Amit Shah Message-ID: <20141030123531.GD19349@grmbl.mre> References: <1413446034-25167-1-git-send-email-dgilbert@redhat.com> <1413446034-25167-4-git-send-email-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1413446034-25167-4-git-send-email-dgilbert@redhat.com> Subject: Re: [Qemu-devel] [PATCH 3/3] Split the QEMU buffered file code out List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: quintela@redhat.com, qemu-devel@nongnu.org, ehabkost@redhat.com On (Thu) 16 Oct 2014 [08:53:54], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > The splitting of qemu-file and addition of the buffered file landed > at the same time; so now split the buffered file code out. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Amit Shah Amit