From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58387) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xeg8p-0004kS-GC for qemu-devel@nongnu.org; Thu, 16 Oct 2014 04:10:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xeg8j-0006QB-7w for qemu-devel@nongnu.org; Thu, 16 Oct 2014 04:10:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xeg8j-0006Q6-1a for qemu-devel@nongnu.org; Thu, 16 Oct 2014 04:10:29 -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 s9G8ASqB017592 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 16 Oct 2014 04:10:28 -0400 From: Juan Quintela In-Reply-To: <1413446034-25167-4-git-send-email-dgilbert@redhat.com> (David Alan Gilbert's message of "Thu, 16 Oct 2014 08:53:54 +0100") References: <1413446034-25167-1-git-send-email-dgilbert@redhat.com> <1413446034-25167-4-git-send-email-dgilbert@redhat.com> Date: Thu, 16 Oct 2014 10:10:17 +0200 Message-ID: <87ppdse8pi.fsf@elfo.elfo> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 3/3] Split the QEMU buffered file code out Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: qemu-devel@nongnu.org, ehabkost@redhat.com "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: Juan Quintela