diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2009-12-24 12:15:47 +0300 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2009-12-28 15:22:22 +0100 |
commit | 19e65b47f60c68d7e8c96aa0a36223c5a0d3422b (patch) | |
tree | b15ac1c7a74be25f23de2096a91e6451c12e6a0d /qemu-options.hx | |
parent | 60f67a9c95e2c9970fde996e3ac916256676c61a (diff) | |
download | qemu-19e65b47f60c68d7e8c96aa0a36223c5a0d3422b.zip |
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 <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>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index b8cc3750c0..ecd50ebe6f 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") |