From 644f5de21b18fcfc4554a7049199fd0a60ac4831 Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Thu, 24 Dec 2009 12:15:47 +0300 Subject: [PATCH 1/1] Add missing newline at the end of options list In qemu-kvm this place looks even more "interesting": -runas user Change to user id user just before starting the VM. -readconfig -writeconfig read/write config file-no-kvm disable KVM hardware virtualization -no-kvm-irqchip disable KVM kernel mode PIC/IOAPIC/LAPIC -no-kvm-pit disable KVM kernel mode PIT Signed-off-by: Michael Tokarev Signed-off-by: Aurelien Jarno (cherry picked from commit 19e65b47f60c68d7e8c96aa0a36223c5a0d3422b) --- qemu-options.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-options.hx b/qemu-options.hx index b8cc3750c..ecd50ebe6 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1936,4 +1936,4 @@ DEF("readconfig", HAS_ARG, QEMU_OPTION_readconfig, "-readconfig \n") DEF("writeconfig", HAS_ARG, QEMU_OPTION_writeconfig, "-writeconfig \n" - " read/write config file") + " read/write config file\n") -- 2.39.2