From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jevon Qiao Subject: Re: [PATCH] hw/9pfs: Add CephFS support in VirtFS Date: Tue, 15 Mar 2016 22:33:47 +0800 Message-ID: <56E81D4B.5050200@gmail.com> References: <1457971368-1335-1-git-send-email-scaleqiao@gmail.com> <20160315135246.GA26802@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pf0-f171.google.com ([209.85.192.171]:33958 "EHLO mail-pf0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750874AbcCOOd4 (ORCPT ); Tue, 15 Mar 2016 10:33:56 -0400 Received: by mail-pf0-f171.google.com with SMTP id x3so31342240pfb.1 for ; Tue, 15 Mar 2016 07:33:55 -0700 (PDT) In-Reply-To: <20160315135246.GA26802@redhat.com> Sender: ceph-devel-owner@vger.kernel.org List-ID: To: "Michael S. Tsirkin" Cc: gkurz@linux.vnet.ibm.com, berrange@redhat.com, ceph-devel@vger.kernel.org, qemu-devel@nongnu.org, aneesh.kumar@linux.vnet.ibm.com, sage@newdream.net, gfarnum@redhat.com, haomaiwang@gmail.com Hi Michael, Thank you for the comment below. On 15/3/16 21:52, Michael S. Tsirkin wrote: > On Tue, Mar 15, 2016 at 12:02:48AM +0800, Jevon Qiao wrote: >> diff --git a/hw/9pfs/9p-cephfs.c b/hw/9pfs/9p-cephfs.c >> new file mode 100644 >> index 0000000..e2d659d >> --- /dev/null >> +++ b/hw/9pfs/9p-cephfs.c >> @@ -0,0 +1,836 @@ >> +/* >> + * 9p cephfs callback >> + * >> + * Copyright UnitedStack, Corp. 2016 >> + * >> + * Authors: >> + * Jevon Qiao >> + * >> + * This work is licensed under the terms of the GNU GPL, version 2. See >> + * the COPYING file in the top-level directory. > We generally prefer v2 or later. Ok, I'll update the copyright version in the next revision. Regards, Jevon >> + * >> + */ >> + From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afq2p-0006rl-Ug for qemu-devel@nongnu.org; Tue, 15 Mar 2016 10:34:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afq2m-0006HG-O4 for qemu-devel@nongnu.org; Tue, 15 Mar 2016 10:33:59 -0400 Received: from mail-pf0-x22f.google.com ([2607:f8b0:400e:c00::22f]:35472) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afq2m-0006H4-GE for qemu-devel@nongnu.org; Tue, 15 Mar 2016 10:33:56 -0400 Received: by mail-pf0-x22f.google.com with SMTP id n5so31287643pfn.2 for ; Tue, 15 Mar 2016 07:33:56 -0700 (PDT) References: <1457971368-1335-1-git-send-email-scaleqiao@gmail.com> <20160315135246.GA26802@redhat.com> From: Jevon Qiao Message-ID: <56E81D4B.5050200@gmail.com> Date: Tue, 15 Mar 2016 22:33:47 +0800 MIME-Version: 1.0 In-Reply-To: <20160315135246.GA26802@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] hw/9pfs: Add CephFS support in VirtFS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: haomaiwang@gmail.com, qemu-devel@nongnu.org, aneesh.kumar@linux.vnet.ibm.com, sage@newdream.net, ceph-devel@vger.kernel.org, gfarnum@redhat.com, gkurz@linux.vnet.ibm.com Hi Michael, Thank you for the comment below. On 15/3/16 21:52, Michael S. Tsirkin wrote: > On Tue, Mar 15, 2016 at 12:02:48AM +0800, Jevon Qiao wrote: >> diff --git a/hw/9pfs/9p-cephfs.c b/hw/9pfs/9p-cephfs.c >> new file mode 100644 >> index 0000000..e2d659d >> --- /dev/null >> +++ b/hw/9pfs/9p-cephfs.c >> @@ -0,0 +1,836 @@ >> +/* >> + * 9p cephfs callback >> + * >> + * Copyright UnitedStack, Corp. 2016 >> + * >> + * Authors: >> + * Jevon Qiao >> + * >> + * This work is licensed under the terms of the GNU GPL, version 2. See >> + * the COPYING file in the top-level directory. > We generally prefer v2 or later. Ok, I'll update the copyright version in the next revision. Regards, Jevon >> + * >> + */ >> +