From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yang Hongyang Subject: [PATCH 0/3]xl:A patchset to make xl command code more clear Date: Thu, 29 Apr 2010 17:23:32 +0800 Message-ID: <4BD95014.6060301@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org A patchset to make xl command code more clear and well organized. [PATCH 1/3]xl: Move xl command implementation to a seperate file [PATCH 2/3]xl: Use command table to store command name and implementation [PATCH 3/3]xl: Add command description to command table -- Regards Yang Hongyang