Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759961AbZCUQpU (ORCPT ); Sat, 21 Mar 2009 12:45:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753986AbZCUQpF (ORCPT ); Sat, 21 Mar 2009 12:45:05 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:51027 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753277AbZCUQpE (ORCPT ); Sat, 21 Mar 2009 12:45:04 -0400 Date: Sat, 21 Mar 2009 17:44:31 +0100 From: Ingo Molnar To: Renzo Davoli Cc: Andrew Morton , Roland McGrath , utrace-devel@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] utrace core Message-ID: <20090321164431.GK11183@elte.hu> References: <20090321013946.890F4FC3AB@magilla.sf.frob.com> <20090321014140.AA4F5FC3AB@magilla.sf.frob.com> <20090321014909.6b654f55.akpm@linux-foundation.org> <20090321140822.GE18690@cs.unibo.it> <20090321143457.GA24254@elte.hu> <20090321163700.GA22292@cs.unibo.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090321163700.GA22292@cs.unibo.it> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1753 Lines: 47 * Renzo Davoli wrote: > On Sat, Mar 21, 2009 at 03:34:57PM +0100, Ingo Molnar wrote: > > > > * Renzo Davoli wrote: > > > > > Tracing does not mean only debug. Some tracing facilities can be > > > used for virtualization. For example User-Mode Linux is based on > > > ptrace. > > > > > > I have a prototype of kernel module for virtualization (kmview) > > > based on utrace. [...] > > > > Hm, i cannot find the source code. Can it be downloaded from > > somewhere? > > Sure! kmview is not included in our Debian packages yet as it > relies on (still) non mainstream features (utrace), but the code > is available on our view-os svn repository. > > Check out: > svn co https://view-os.svn.sourceforge.net/svnroot/view-os view-os > > More specifically to browse the code/specifications: > The kmview device protocol is here: > http://wiki.virtualsquare.org/index.php/KMview_module_interface_specifications > The kernel module itself is here: > http://view-os.svn.sourceforge.net/viewvc/view-os/trunk/kmview-kernel-module/ Looks really interesting. That's btw. what i see as the biggest value of utrace: it's a comprehesive, all-encompassing framework all around process state events and process state manipulation. Utrace came from Frysk (generic debugger), but the fact that you were able to build a completely unanticipated usecase and virtualization module on top of it is a very good sign of a robust and complete design. I'm impressed. Ingo -- 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/