From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8q34-000703-2j for qemu-devel@nongnu.org; Wed, 28 Sep 2011 05:03:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R8q2z-0005J6-Tg for qemu-devel@nongnu.org; Wed, 28 Sep 2011 05:03:26 -0400 Received: from e23smtp03.au.ibm.com ([202.81.31.145]:34523) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8q2z-0005ID-Dn for qemu-devel@nongnu.org; Wed, 28 Sep 2011 05:03:21 -0400 Received: from d23relay05.au.ibm.com (d23relay05.au.ibm.com [202.81.31.247]) by e23smtp03.au.ibm.com (8.14.4/8.13.1) with ESMTP id p8S8vfJ7017963 for ; Wed, 28 Sep 2011 18:57:41 +1000 Received: from d23av04.au.ibm.com (d23av04.au.ibm.com [9.190.235.139]) by d23relay05.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p8S917uj782402 for ; Wed, 28 Sep 2011 19:01:07 +1000 Received: from d23av04.au.ibm.com (loopback [127.0.0.1]) by d23av04.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p8S93BCn025269 for ; Wed, 28 Sep 2011 19:03:12 +1000 From: Wayne Xia Date: Wed, 28 Sep 2011 17:00:05 +0800 Message-Id: <1317200405-5060-1-git-send-email-xiawenc@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 0/1] Make the help info more friendly in monitor List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Wayne Xia During my test, I found it inconvenient when I type "help" or "help info", because the information was shown without orderliness. This patch would just show the help information in sorted order. For eg: (qemu)help acl_add acl_policy acl_remove acl_reset acl_show balloon block_passwd ... the command list is sorted. Wayne Xia (1): Sort the help info shown in monitor monitor.c | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 93 insertions(+), 4 deletions(-) -- 1.7.6