]> git.ipfire.org Git - thirdparty/qemu.git/commit - qemu-options.hx
qemu-options: Add missing newline to -accel help text
authorEduardo Habkost <ehabkost@redhat.com>
Mon, 11 Jun 2018 19:56:07 +0000 (16:56 -0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 28 Jun 2018 17:05:32 +0000 (19:05 +0200)
commit0b3c5c81bf0a9e32fd08c532acde3caa446b3712
tree4347b0283ffb2e6a246a853d5ce452b2aa1fc720
parenta1d30f285ebc0ba89d8dcba0b10a6b2516c2e470
qemu-options: Add missing newline to -accel help text

The newline was removed by commit c97d6d2c, and broke -help output:

Before this patch:

  $ qemu-system-x86_64 -help | grep smp
                  thread=single|multi (enable multi-threaded TCG)-smp [...]

After this patch:

  $ qemu-system-x86_64 -help  | grep smp
  -smp [cpus=]n[,maxcpus=cpus][,cores=cores][,threads=threads][,sockets=sockets]

Fixes: c97d6d2cdf97edb4aebe832fdba65d701ad7bcb6
Cc: Sergio Andres Gomez Del Real <sergio.g.delreal@gmail.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20180611195607.3015-1-ehabkost@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
qemu-options.hx