From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkES8-0003Ej-Nk for qemu-devel@nongnu.org; Fri, 31 Oct 2014 11:50:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xjovr-0007tG-2G for qemu-devel@nongnu.org; Thu, 30 Oct 2014 08:34:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42340) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xjovq-0007tC-S0 for qemu-devel@nongnu.org; Thu, 30 Oct 2014 08:34:27 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9UCYQuW026266 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 30 Oct 2014 08:34:26 -0400 Date: Thu, 30 Oct 2014 18:04:18 +0530 From: Amit Shah Message-ID: <20141030123418.GC19349@grmbl.mre> References: <1413446034-25167-1-git-send-email-dgilbert@redhat.com> <1413446034-25167-3-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-3-git-send-email-dgilbert@redhat.com> Subject: Re: [Qemu-devel] [PATCH 2/3] Split struct QEMUFile 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:53], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Now we've got multiple QEMUFile source files, some of them need > access to things that were defined in qemu-file.c, so create > a -internal header for them. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Amit Shah Amit