]> git.proxmox.com Git - qemu.git/commit - vl.c
vl.c: Increase width of machine name column in "-M ?" output
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 22 Feb 2012 22:13:11 +0000 (22:13 +0000)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Thu, 23 Feb 2012 08:59:51 +0000 (08:59 +0000)
commit3b26486acd90186d64137a7f7e7d0cd3850a7303
tree74e490c8f1eceeef0a7a9df7e126a2acb34f45d0
parenta97e45c8b825c5cbf1f0eefa08e1cfb97932d8bd
vl.c: Increase width of machine name column in "-M ?" output

Increase the width of the column used for the machine name in
the "-M ?" output from 10 to 20 spaces. This fixes the formatting
so it looks nice for architectures where a few of the machines
have overly long names. (Our current longest machine name is
"petalogix-s3adsp1800" with "realview-eb-mpcore" not far behind.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
vl.c