kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] make help output be a little more self-consistent
@ 2010-01-07 20:35 Bruce Rogers
  2010-01-10 12:44 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Bruce Rogers @ 2010-01-07 20:35 UTC (permalink / raw)
  To: kvm


This is the part which applies to qemu-kvm. 

Signed-off-by: Bruce Rogers <brogers@novell.com> 
---
 qemu-options.hx |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/qemu-options.hx b/qemu-options.hx
index 788d849..fdd5884 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1938,7 +1938,7 @@ 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")
 
 DEF("no-kvm", 0, QEMU_OPTION_no_kvm,
     "-no-kvm         disable KVM hardware virtualization\n")
@@ -1947,26 +1947,27 @@ DEF("no-kvm-irqchip", 0, QEMU_OPTION_no_kvm_irqchip,
 DEF("no-kvm-pit", 0, QEMU_OPTION_no_kvm_pit,
     "-no-kvm-pit     disable KVM kernel mode PIT\n")
 DEF("no-kvm-pit-reinjection", 0, QEMU_OPTION_no_kvm_pit_reinjection,
-    "-no-kvm-pit-reinjection disable KVM kernel mode PIT interrupt reinjection\n")
+    "-no-kvm-pit-reinjection\n"
+    "                disable KVM kernel mode PIT interrupt reinjection\n")
 #if defined(TARGET_I386) || defined(TARGET_X86_64) || defined(TARGET_IA64) || defined(__linux__)
 DEF("pcidevice", HAS_ARG, QEMU_OPTION_pcidevice,
     "-pcidevice host=bus:dev.func[,dma=none][,name=string]\n"
-    "                expose a PCI device to the guest OS.\n"
+    "                expose a PCI device to the guest OS\n"
     "                dma=none: don't perform any dma translations (default is to use an iommu)\n"
-    "                'string' is used in log output.\n")
+    "                'string' is used in log output\n")
 #endif
 DEF("enable-nesting", 0, QEMU_OPTION_enable_nesting,
     "-enable-nesting enable support for running a VM inside the VM (AMD only)\n")
 DEF("nvram", HAS_ARG, QEMU_OPTION_nvram,
-    "-nvram FILE          provide ia64 nvram contents\n")
+    "-nvram FILE     provide ia64 nvram contents\n")
 DEF("tdf", 0, QEMU_OPTION_tdf,
-    "-tdf                 enable guest time drift compensation\n")
+    "-tdf            enable guest time drift compensation\n")
 DEF("kvm-shadow-memory", HAS_ARG, QEMU_OPTION_kvm_shadow_memory,
     "-kvm-shadow-memory MEGABYTES\n"
-    "                     allocate MEGABYTES for kvm mmu shadowing\n")
+    "                allocate MEGABYTES for kvm mmu shadowing\n")
 DEF("mem-path", HAS_ARG, QEMU_OPTION_mempath,
-    "-mem-path FILE       provide backing storage for guest RAM\n")
+    "-mem-path FILE  provide backing storage for guest RAM\n")
 #ifdef MAP_POPULATE
 DEF("mem-prealloc", 0, QEMU_OPTION_mem_prealloc,
-    "-mem-prealloc        preallocate guest memory (use with -mempath)\n")
+    "-mem-prealloc   preallocate guest memory (use with -mempath)\n")
 #endif



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 2/2] make help output be a little more self-consistent
  2010-01-07 20:35 [PATCH 2/2] make help output be a little more self-consistent Bruce Rogers
@ 2010-01-10 12:44 ` Avi Kivity
  0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2010-01-10 12:44 UTC (permalink / raw)
  To: Bruce Rogers; +Cc: kvm

On 01/07/2010 10:35 PM, Bruce Rogers wrote:
> This is the part which applies to qemu-kvm.
>
>    

Applied, thanks.

> @@ -1938,7 +1938,7 @@ 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")
>
>    

Except for this bit - this belongs upstream.

-- 
error compiling committee.c: too many arguments to function


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-10 12:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-07 20:35 [PATCH 2/2] make help output be a little more self-consistent Bruce Rogers
2010-01-10 12:44 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).