All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Fixed help output for info command
@ 2006-09-15 21:40 Stefan Weil
  0 siblings, 0 replies; only message in thread
From: Stefan Weil @ 2006-09-15 21:40 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 96 bytes --]

This small patch adds missing initial values for the info command
structure...

Regards
Stefan


[-- Attachment #2: qemu.patch --]
[-- Type: text/plain, Size: 668 bytes --]

Index: monitor.c
===================================================================
RCS file: /sources/qemu/qemu/monitor.c,v
retrieving revision 1.56
diff -u -b -B -u -r1.56 monitor.c
--- monitor.c	5 Aug 2006 21:31:00 -0000	1.56
+++ monitor.c	15 Sep 2006 21:33:43 -0000
@@ -1230,9 +1230,9 @@
     { "profile", "", do_info_profile,
       "", "show profiling information", },
     { "capture", "", do_info_capture,
-      "show capture information" },
+      "", "show capture information" },
     { "snapshots", "", do_info_snapshots,
-      "show the currently saved VM snapshots" },
+      "", "show the currently saved VM snapshots" },
     { NULL, NULL, },
 };
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-09-15 21:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-15 21:40 [Qemu-devel] [PATCH] Fixed help output for info command Stefan Weil

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.