Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752280AbbKIQfy (ORCPT ); Mon, 9 Nov 2015 11:35:54 -0500 Received: from mail-wm0-f52.google.com ([74.125.82.52]:36848 "EHLO mail-wm0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752212AbbKIQft (ORCPT ); Mon, 9 Nov 2015 11:35:49 -0500 MIME-Version: 1.0 In-Reply-To: <20151107104806.GV29330@redhat.com> References: <1446582059-17355-1-git-send-email-octavian.purdila@intel.com> <20151103224545.GI29330@redhat.com> <20151104135015.GN29330@redhat.com> <563D4758.9080507@nod.at> <20151107104806.GV29330@redhat.com> Date: Mon, 9 Nov 2015 18:35:48 +0200 Message-ID: Subject: Re: [RFC PATCH 00/28] Linux Kernel Library From: Octavian Purdila To: "Richard W.M. Jones" Cc: Richard Weinberger , Linux-Arch , LKML , Hajime Tazaki Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 982 Lines: 28 On Sat, Nov 7, 2015 at 12:48 PM, Richard W.M. Jones wrote: > > I just pushed a (very early) WIP branch that contains changes to > libguestfs to add an LKL backend: > > https://github.com/rwmjones/libguestfs/tree/lkl > > Read the README file in the libguestfs sources before starting, > followed by the instructions in the commit message: > > https://github.com/rwmjones/libguestfs/commit/e38525f0b984d0a426f3348d95f2033673d4eaa4 > Hi Richard, Thanks for this, I was able to replicate it locally. I started working on adding a new library, liblkl-redirect.a, that redefines common libc symbols to use lkl. We then can link the daemon with this lib and lkl to avoid ugly ifdefs in the daemon code. Thanks, Tavi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/