From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHcCC-0002SS-O2 for qemu-devel@nongnu.org; Fri, 08 Jan 2016 13:55:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHcC9-0001fw-JY for qemu-devel@nongnu.org; Fri, 08 Jan 2016 13:55:32 -0500 Received: from smtp02.citrix.com ([66.165.176.63]:14508) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHcC9-0001fi-CQ for qemu-devel@nongnu.org; Fri, 08 Jan 2016 13:55:29 -0500 Date: Fri, 8 Jan 2016 18:54:56 +0000 From: Wei Liu Message-ID: <20160108185456.GC14080@citrix.com> References: <1452196584-17259-1-git-send-email-wei.liu2@citrix.com> <87y4c0tkft.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <87y4c0tkft.fsf@linux.vnet.ibm.com> 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: "Aneesh Kumar K.V" Cc: Stefano Stabellini , Wei Liu , qemu-devel@nongnu.org, Greg Kurz , "Michael S. Tsirkin" On Fri, Jan 08, 2016 at 04:19:42PM +0530, Aneesh Kumar K.V wrote: > 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 > I will use your branch as my new baseline and work on the those three patches. > 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. > Thank you very much. Wei. > -aneesh > >