From patchwork Thu Dec 24 09:15:47 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [trivial] Add missing newline at the end of options list Date: Wed, 23 Dec 2009 23:15:47 -0000 From: Michael Tokarev X-Patchwork-Id: 41768 Message-Id: <20091224091547.AB9C612B60@gandalf.tls.msk.ru> To: qemu-devel@nongnu.org Cc: kvm@vger.kernel.org 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 diff --git a/qemu-options.hx b/qemu-options.hx index b8cc375..ecd50eb 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")