From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHUd6-0004vH-Dw for qemu-devel@nongnu.org; Fri, 08 Jan 2016 05:50:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHUd2-00040f-42 for qemu-devel@nongnu.org; Fri, 08 Jan 2016 05:50:48 -0500 Received: from e28smtp04.in.ibm.com ([125.16.236.4]:40715) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHUd1-0003zi-Bl for qemu-devel@nongnu.org; Fri, 08 Jan 2016 05:50:44 -0500 Received: from localhost by e28smtp04.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 8 Jan 2016 16:20:40 +0530 Received: from d28relay02.in.ibm.com (d28relay02.in.ibm.com [9.184.220.59]) by d28dlp03.in.ibm.com (Postfix) with ESMTP id CC2171258060 for ; Fri, 8 Jan 2016 16:20:38 +0530 (IST) Received: from d28av04.in.ibm.com (d28av04.in.ibm.com [9.184.220.66]) by d28relay02.in.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u08Anixq40894476 for ; Fri, 8 Jan 2016 16:19:45 +0530 Received: from d28av04.in.ibm.com (localhost [127.0.0.1]) by d28av04.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u08Angb6003131 for ; Fri, 8 Jan 2016 16:19:44 +0530 From: "Aneesh Kumar K.V" In-Reply-To: <1452196584-17259-1-git-send-email-wei.liu2@citrix.com> References: <1452196584-17259-1-git-send-email-wei.liu2@citrix.com> Date: Fri, 08 Jan 2016 16:19:42 +0530 Message-ID: <87y4c0tkft.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v2 00/27] 9pfs: disentangling virtio and generic code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wei Liu , qemu-devel@nongnu.org Cc: "Michael S. Tsirkin" , Stefano Stabellini , Greg Kurz Wei Liu writes: > Hi all > > Version 2 of this series is even longer. :-) > > Back in 2015 summer one of our OPW interns Linda Jacobson explored the > possibility of making 9pfs work on Xen. It turned out lots of code in QEMU can > be reused. > > This patch series can be found at: > > git://xenbits.xen.org/people/liuw/qemu.git wip.9pfs-refactor-v2 > I pushed most of the patches to https://github.com/kvaneesh/qemu/commits/upstream-v9fs Patches not yet applied are fsdev: 9p-marshal: introduce V9fsBlob 9pfs: use V9fsBlob to transmit xattr 9pfs: disentangle V9fsState Test result for pjd-fstest: Test Summary Report ------------------- ./tests/xacl/00.t (Wstat: 0 Tests: 45 Failed: 1) Failed test: 45 Files=191, Tests=2287, 109 wallclock secs ( 2.96 usr 1.36 sys + 13.96 cusr 40.93 csys = 59.21 CPU) I will continue to run more tests with different security model and proxy config before pushing this upstream. -aneesh