qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] Fixed help output for info command


From: Stefan Weil
Subject: [Qemu-devel] [PATCH] Fixed help output for info command
Date: Fri, 15 Sep 2006 23:40:18 +0200
User-agent: Thunderbird 1.5.0.5 (X11/20060812)

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

Regards
Stefan

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, },
 };
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]