i386: improve alignment of CPU model listing
commit081492ca8ab23f90d56414595ecfd09ddbacb8f6
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 6 Jun 2018 16:55:25 +0000 (6 17:55 +0100)
committerEduardo Habkost <ehabkost@redhat.com>
Fri, 22 Jun 2018 18:01:15 +0000 (22 15:01 -0300)
treebafa1e27962f6c6c9afe680a93aedfd8916502cf
parented78467a214595a63af7800a073a03ffe37cd7db
i386: improve alignment of CPU model listing

Since the addition of the -IBRS CPU model variants, the descriptions
shown by '-cpu help' are not well aligned, as several model names
overflow the space allowed. Right aligning the CPU model names is also
not attractive, because it obscures the common name prefixes of many
models. The CPU model name field needs to be 4 characters larger, and
be left aligned instead.

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