Blame SOURCES/kvm-qemu-options-Add-missing-newline-to-accel-help-text.patch

357786
From 93dbdd330d91333053406b0a2bb9c4404dd210d3 Mon Sep 17 00:00:00 2001
357786
From: Eduardo Habkost <ehabkost@redhat.com>
357786
Date: Tue, 3 Jul 2018 13:27:24 +0200
357786
Subject: [PATCH 57/57] qemu-options: Add missing newline to -accel help text
357786
357786
RH-Author: Eduardo Habkost <ehabkost@redhat.com>
357786
Message-id: <20180703132724.21964-2-ehabkost@redhat.com>
357786
Patchwork-id: 81208
357786
O-Subject: [RHEL-7.6 qemu-kvm-rhev PATCH 1/1] qemu-options: Add missing newline to -accel help text
357786
Bugzilla: 1586313
357786
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
357786
RH-Acked-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
357786
RH-Acked-by: Igor Mammedov <imammedo@redhat.com>
357786
357786
The newline was removed by commit c97d6d2c, and broke -help output:
357786
357786
Before this patch:
357786
357786
  $ qemu-system-x86_64 -help | grep smp
357786
                  thread=single|multi (enable multi-threaded TCG)-smp [...]
357786
357786
After this patch:
357786
357786
  $ qemu-system-x86_64 -help  | grep smp
357786
  -smp [cpus=]n[,maxcpus=cpus][,cores=cores][,threads=threads][,sockets=sockets]
357786
357786
Fixes: c97d6d2cdf97edb4aebe832fdba65d701ad7bcb6
357786
Cc: Sergio Andres Gomez Del Real <sergio.g.delreal@gmail.com>
357786
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
357786
Message-Id: <20180611195607.3015-1-ehabkost@redhat.com>
357786
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
357786
(cherry picked from commit 0b3c5c81bf0a9e32fd08c532acde3caa446b3712)
357786
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
357786
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
357786
---
357786
 qemu-options.hx | 2 +-
357786
 1 file changed, 1 insertion(+), 1 deletion(-)
357786
357786
diff --git a/qemu-options.hx b/qemu-options.hx
357786
index 43f10b1..4271cd3 100644
357786
--- a/qemu-options.hx
357786
+++ b/qemu-options.hx
357786
@@ -130,7 +130,7 @@ ETEXI
357786
 DEF("accel", HAS_ARG, QEMU_OPTION_accel,
357786
     "-accel [accel=]accelerator[,thread=single|multi]\n"
357786
     "                select accelerator (kvm, xen, hax, hvf, whpx or tcg; use 'help' for a list)\n"
357786
-    "                thread=single|multi (enable multi-threaded TCG)", QEMU_ARCH_ALL)
357786
+    "                thread=single|multi (enable multi-threaded TCG)\n", QEMU_ARCH_ALL)
357786
 STEXI
357786
 @item -accel @var{name}[,prop=@var{value}[,...]]
357786
 @findex -accel
357786
-- 
357786
1.8.3.1
357786