qemu-options.hx: Remove confusing spaces in parameter listings
commit16fdc56a690be9dec55435365a4afbb52befb956
authorThomas Huth <thuth@redhat.com>
Tue, 30 Jan 2018 09:36:21 +0000 (30 10:36 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 10 Feb 2018 07:10:00 +0000 (10 10:10 +0300)
treedc5e7df6df72e38bed20eb4a99ec91a1b10df87c
parent57bf554cf4f486d2e89860cf285cc8502ef61d63
qemu-options.hx: Remove confusing spaces in parameter listings

The spaces between the parameters in the chardev and tpmdev sections
are rather confusing than helpful, and prevent that the lists can be
copy-n-pasted easily for real usage. We also don't use such spaces
in other sections in the documentation, e.g. with the -netdev option,
so let's be consistent and remove the spaces in the chardev and tpmdev
sections, too.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
qemu-options.hx