From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hajime Tazaki Subject: Re: [RFC PATCH 00/28] Linux Kernel Library Date: Wed, 04 Nov 2015 08:23:18 +0900 Message-ID: References: <1446582059-17355-1-git-send-email-octavian.purdila@intel.com> <20151103224545.GI29330@redhat.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mail-pa0-f46.google.com ([209.85.220.46]:34679 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751984AbbKCXXY (ORCPT ); Tue, 3 Nov 2015 18:23:24 -0500 In-Reply-To: <20151103224545.GI29330@redhat.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: rjones@redhat.com Cc: richard.weinberger@gmail.com, octavian.purdila@intel.com, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org At Tue, 3 Nov 2015 22:45:45 +0000, Richard W.M. Jones wrote: > > > * cptofs/cpfromfs - a tool that copies files to/from a filesystem image > > > > Seeing forward to have a libguestfs port. :-) > > Thanks - I was keeping an eye on libos (and on the NetBSD rump kernel > stuff before), ready to integrate them into libguestfs as soon as they > offered filesystem access. I've been working on fs support on libos recently during the integration with rump kernel _hypercall_, though it's still in the middle (but open(2) in a specific condition works fine at least). https://github.com/libos-nuse/net-next-nuse/tree/rump-hypcall I would expect to see more concrete patchset in near future. -- Hajime