From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xeg7g-00031I-Kv for qemu-devel@nongnu.org; Thu, 16 Oct 2014 04:09:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xeg7a-0005yF-Gf for qemu-devel@nongnu.org; Thu, 16 Oct 2014 04:09:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xeg7a-0005y7-A0 for qemu-devel@nongnu.org; Thu, 16 Oct 2014 04:09:18 -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 s9G89G06007892 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 16 Oct 2014 04:09:17 -0400 From: Juan Quintela In-Reply-To: <1413446034-25167-3-git-send-email-dgilbert@redhat.com> (David Alan Gilbert's message of "Thu, 16 Oct 2014 08:53:53 +0100") References: <1413446034-25167-1-git-send-email-dgilbert@redhat.com> <1413446034-25167-3-git-send-email-dgilbert@redhat.com> Date: Thu, 16 Oct 2014 10:09:05 +0200 Message-ID: <87tx34e8ri.fsf@elfo.elfo> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 2/3] Split struct QEMUFile 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" > > 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: Juan Quintela