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

2013-07-29 Thread Michael S. Tsirkin
On Mon, Jul 29, 2013 at 05:17:44PM +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 v4 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 v3: - fixed a memory leak