From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH 3/4] Provides the basic Gitish framework Date: Thu, 7 Apr 2011 22:14:02 +0200 Message-ID: <20110407201402.GA11092@elte.hu> References: <1302205647-7435-1-git-send-email-prasadjoshi124@gmail.com> <1302205647-7435-3-git-send-email-prasadjoshi124@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, penberg@kernel.org, asias.hejun@gmail.com, gorcunov@gmail.com, oswaldo.cadenas@gmail.com To: Prasad Joshi Return-path: Received: from mx2.mail.elte.hu ([157.181.151.9]:51364 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756797Ab1DGUOM (ORCPT ); Thu, 7 Apr 2011 16:14:12 -0400 Content-Disposition: inline In-Reply-To: <1302205647-7435-3-git-send-email-prasadjoshi124@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: * Prasad Joshi wrote: > - kvm-cmd.h: Adds a new structure cmd_struct to create a table of commands > and callback function. > > - kvm-cmd.c: implements two main functions for command processing. > kvm_get_command(): searches table for specific command. > handle_command(): invokes the callback function for a given command. > > - kvm-help.[ch] Implements the kvm help command. Please credit the people/projects from where you took these bits. Thanks, Ingo