qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anand Kumria <wildfire@progsoc.org>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] info version
Date: Sun, 10 Oct 2004 23:28:59 +1000	[thread overview]
Message-ID: <pan.2004.10.10.13.28.58.52663@progsoc.org> (raw)

Hi,

I regularly have a number of different versions of qemu installed. The
monitor display the version number on the first line but, for me, it has
frequently scrolled away.

The attached patch is a small 'info version' command.

Regards,
Anand


diff -X dont-diff -urN upstream/monitor.c my-versions/monitor.c
--- upstream/monitor.c	2004-10-10 04:08:01.000000000 +1000
+++ my-versions/monitor.c	2004-10-10 18:43:45.000000000 +1000
@@ -190,6 +190,11 @@
     cmd->handler();
 }
 
+static void do_info_version(void)
+{
+  term_printf("%s\n", QEMU_VERSION);
+}
+
 static void do_info_network(void)
 {
     int i, j;
@@ -864,6 +869,8 @@
 };
 
 static term_cmd_t info_cmds[] = {
+    { "version", "", do_info_version,
+      "", "show the version of qemu" },
     { "network", "", do_info_network,
       "", "show the network state" },
     { "block", "", do_info_block,

             reply	other threads:[~2004-10-10 13:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-10 13:28 Anand Kumria [this message]
2004-10-10 15:46 ` [Qemu-devel] info version Fabrice Bellard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=pan.2004.10.10.13.28.58.52663@progsoc.org \
    --to=wildfire@progsoc.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).