i386: display known CPUID features linewrapped, in alphabetical order
commitcc643b1e7898414b56f551bbd42d4ed8c2ae127a
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 6 Jun 2018 16:55:27 +0000 (6 17:55 +0100)
committerEduardo Habkost <ehabkost@redhat.com>
Fri, 22 Jun 2018 18:01:15 +0000 (22 15:01 -0300)
tree912460168939e09d39fd0984fed62667b04a489e
parentc7dbff4b3a6655f4769e6d283f34191122450384
i386: display known CPUID features linewrapped, in alphabetical order

When using '-cpu help' the list of CPUID features is grouped according
to the internal low level CPUID grouping. The data printed results in
very long lines too.

This combines to make it hard for users to read the output and identify
if QEMU knows about the feature they wish to use.

This change gets rid of the grouping of features and treats all flags as
single list. The list is sorted into alphabetical order and the printing
with line wrapping at the 77th column.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20180606165527.17365-4-berrange@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target/i386/cpu.c