From: Michael Tokarev Date: Thu, 24 Dec 2009 09:15:47 +0000 (+0300) Subject: Add missing newline at the end of options list X-Git-Tag: v0.12.2~26 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=644f5de21b18fcfc4554a7049199fd0a60ac4831;hp=dcc0da8297bd610e582b851d1b3f9c62c335a6d2;p=qemu.git 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) --- 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")