From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49920) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKtpn-00057n-Dy for qemu-devel@nongnu.org; Tue, 04 Mar 2014 13:13:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKtpa-0000La-5b for qemu-devel@nongnu.org; Tue, 04 Mar 2014 13:12:55 -0500 Received: from mail-qc0-x230.google.com ([2607:f8b0:400d:c01::230]:44021) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKtpa-0000LR-1f for qemu-devel@nongnu.org; Tue, 04 Mar 2014 13:12:42 -0500 Received: by mail-qc0-f176.google.com with SMTP id m20so5451835qcx.35 for ; Tue, 04 Mar 2014 10:12:41 -0800 (PST) Sender: Paolo Bonzini Message-ID: <53161794.8050300@redhat.com> Date: Tue, 04 Mar 2014 19:12:36 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1393941656-29068-1-git-send-email-pbonzini@redhat.com> <1393941656-29068-22-git-send-email-pbonzini@redhat.com> <53160F7E.7080607@redhat.com> In-Reply-To: <53160F7E.7080607@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2.1 21/28] hostmem: add file-based HostMemoryBackend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , qemu-devel@nongnu.org Cc: ehabkost@redhat.com, hutao@cn.fujitsu.com, mtosatti@redhat.com, imammedo@redhat.com, a.motakis@virtualopensystems.com, gaowanlong@cn.fujitsu.com Il 04/03/2014 18:38, Eric Blake ha scritto: > On 03/04/2014 07:00 AM, Paolo Bonzini wrote: >> Signed-off-by: Paolo Bonzini >> --- >> backends/Makefile.objs | 1 + >> backends/hostmem-file.c | 108 ++++++++++++++++++++++++++++++++++++++++++++++++ >> 2 files changed, 109 insertions(+) >> create mode 100644 backends/hostmem-file.c >> > >> +++ b/backends/hostmem-file.c >> @@ -0,0 +1,108 @@ >> +/* >> + * QEMU Host Memory Backend for hugetlbfs >> + * >> + * Copyright (C) 2013 Red Hat Inc > > It's 2014 now The commit is still pointing to 2013. I'll change it depending on whether it will be posted or sent directly with a pull request. Paolo