Re: [Qemu-devel] [PATCH v2 2/3] qemu-help: Sort devices by logical functionality

2013-07-29 Thread Marcel Apfelbaum
On Mon, 2013-07-29 at 12:22 +0300, Michael S. Tsirkin wrote: > On Mon, Jul 29, 2013 at 12:09:45PM +0300, Marcel Apfelbaum wrote: > > On Mon, 2013-07-29 at 11:20 +0300, Michael S. Tsirkin wrote: > > > On Mon, Jul 29, 2013 at 11:14:11AM +0300, Marcel Apfelbaum wrote: > > > > On Mon, 2013-07-29 at 11:

Re: [Qemu-devel] [PATCH v2 2/3] qemu-help: Sort devices by logical functionality

2013-07-29 Thread Michael S. Tsirkin
On Mon, Jul 29, 2013 at 12:09:45PM +0300, Marcel Apfelbaum wrote: > On Mon, 2013-07-29 at 11:20 +0300, Michael S. Tsirkin wrote: > > On Mon, Jul 29, 2013 at 11:14:11AM +0300, Marcel Apfelbaum wrote: > > > On Mon, 2013-07-29 at 11:04 +0300, Michael S. Tsirkin wrote: > > > > On Mon, Jul 29, 2013 at 1

Re: [Qemu-devel] [PATCH v2 2/3] qemu-help: Sort devices by logical functionality

2013-07-29 Thread Marcel Apfelbaum
On Mon, 2013-07-29 at 11:20 +0300, Michael S. Tsirkin wrote: > On Mon, Jul 29, 2013 at 11:14:11AM +0300, Marcel Apfelbaum wrote: > > On Mon, 2013-07-29 at 11:04 +0300, Michael S. Tsirkin wrote: > > > On Mon, Jul 29, 2013 at 10:07:34AM +0300, Marcel Apfelbaum wrote: > > > > Categorize devices that a

Re: [Qemu-devel] [PATCH v2 2/3] qemu-help: Sort devices by logical functionality

2013-07-29 Thread Michael S. Tsirkin
On Mon, Jul 29, 2013 at 11:14:11AM +0300, Marcel Apfelbaum wrote: > On Mon, 2013-07-29 at 11:04 +0300, Michael S. Tsirkin wrote: > > On Mon, Jul 29, 2013 at 10:07:34AM +0300, Marcel Apfelbaum wrote: > > > Categorize devices that appear as output to "-device ?" command > > > by logical functionality

Re: [Qemu-devel] [PATCH v2 2/3] qemu-help: Sort devices by logical functionality

2013-07-29 Thread Marcel Apfelbaum
On Mon, 2013-07-29 at 11:04 +0300, Michael S. Tsirkin wrote: > On Mon, Jul 29, 2013 at 10:07:34AM +0300, Marcel Apfelbaum wrote: > > Categorize devices that appear as output to "-device ?" command > > by logical functionality. Sort the devices by logical categories > > before showing them to user.

Re: [Qemu-devel] [PATCH v2 2/3] qemu-help: Sort devices by logical functionality

2013-07-29 Thread Michael S. Tsirkin
On Mon, Jul 29, 2013 at 10:07:34AM +0300, Marcel Apfelbaum wrote: > Categorize devices that appear as output to "-device ?" command > by logical functionality. Sort the devices by logical categories > before showing them to user. > > The sort is done by functionality rather than alphabetical. > >

[Qemu-devel] [PATCH v2 2/3] qemu-help: Sort devices by logical functionality

2013-07-29 Thread Marcel Apfelbaum
Categorize devices that appear as output to "-device ?" command by logical functionality. Sort the devices by logical categories before showing them to user. The sort is done by functionality rather than alphabetical. Signed-off-by: Marcel Apfelbaum --- Changes from v1: Addressed Michael Tsirkin