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

2013-07-29 Thread Marcel Apfelbaum
On Mon, 2013-07-29 at 15:42 +0300, Michael S. Tsirkin wrote: > On Mon, Jul 29, 2013 at 03:36:24PM +0300, Marcel Apfelbaum wrote: > > On Mon, 2013-07-29 at 15:28 +0300, Michael S. Tsirkin wrote: > > > On Mon, Jul 29, 2013 at 03:11:42PM +0300, Marcel Apfelbaum wrote: > > > > Categorize devices that a

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

2013-07-29 Thread Michael S. Tsirkin
On Mon, Jul 29, 2013 at 03:36:24PM +0300, Marcel Apfelbaum wrote: > On Mon, 2013-07-29 at 15:28 +0300, Michael S. Tsirkin wrote: > > On Mon, Jul 29, 2013 at 03:11:42PM +0300, Marcel Apfelbaum wrote: > > > Categorize devices that appear as output to "-device ?" command > > > by logical functionality

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

2013-07-29 Thread Marcel Apfelbaum
On Mon, 2013-07-29 at 15:28 +0300, Michael S. Tsirkin wrote: > On Mon, Jul 29, 2013 at 03:11:42PM +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 v3 2/3] qemu-help: Sort devices by logical functionality

2013-07-29 Thread Marcel Apfelbaum
On Mon, 2013-07-29 at 15:11 +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. > > Signed

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

2013-07-29 Thread Michael S. Tsirkin
On Mon, Jul 29, 2013 at 03:11:42PM +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 v3 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 v2: Addressed Michael Tsi