[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/1] Make the help info more friendly in monitor
From: |
Wayne Xia |
Subject: |
[Qemu-devel] [PATCH 0/1] Make the help info more friendly in monitor |
Date: |
Wed, 28 Sep 2011 17:00:05 +0800 |
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
- [Qemu-devel] [PATCH 0/1] Make the help info more friendly in monitor,
Wayne Xia <=