diff mbox

[trivial] Add missing newline at the end of options list

Message ID 20091224091547.AB9C612B60@gandalf.tls.msk.ru
State New
Headers show

Commit Message

Michael Tokarev Dec. 24, 2009, 9:15 a.m. UTC
In qemu-kvm this place looks even more "interesting":

 -runas user     Change to user id user just before starting the VM.
 -readconfig <file>
 -writeconfig <file>
                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 <mjt@tls.msk.ru>

Comments

Aurelien Jarno Dec. 28, 2009, 10:26 a.m. UTC | #1
On Thu, Dec 24, 2009 at 12:15:47PM +0300, Michael Tokarev wrote:
> In qemu-kvm this place looks even more "interesting":
> 
>  -runas user     Change to user id user just before starting the VM.
>  -readconfig <file>
>  -writeconfig <file>
>                 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 <mjt@tls.msk.ru>

Thanks applied.

> 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 <file>\n")
>  DEF("writeconfig", HAS_ARG, QEMU_OPTION_writeconfig,
>      "-writeconfig <file>\n"
> -    "                read/write config file")
> +    "                read/write config file\n")
> 
> 
>
diff mbox

Patch

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 <file>\n")
 DEF("writeconfig", HAS_ARG, QEMU_OPTION_writeconfig,
     "-writeconfig <file>\n"
-    "                read/write config file")
+    "                read/write config file\n")