From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37143) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afpP5-0007JD-BY for qemu-devel@nongnu.org; Tue, 15 Mar 2016 09:52:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afpP2-0001Zy-4n for qemu-devel@nongnu.org; Tue, 15 Mar 2016 09:52:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53373) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afpP1-0001ZZ-W9 for qemu-devel@nongnu.org; Tue, 15 Mar 2016 09:52:52 -0400 Date: Tue, 15 Mar 2016 15:52:46 +0200 From: "Michael S. Tsirkin" Message-ID: <20160315135246.GA26802@redhat.com> References: <1457971368-1335-1-git-send-email-scaleqiao@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1457971368-1335-1-git-send-email-scaleqiao@gmail.com> 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: Jevon Qiao 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 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. > + * > + */ > +