qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Alon Levy <alevy@redhat.com>
To: qemu-devel@nongnu.org
Cc: kraxel@redhat.com
Subject: [Qemu-devel] [PATCH 2/2] ui/spice-core: report version in 'info spice'
Date: Tue,  9 Aug 2011 23:53:35 +0300	[thread overview]
Message-ID: <1312923215-11824-2-git-send-email-alevy@redhat.com> (raw)
In-Reply-To: <1312923215-11824-1-git-send-email-alevy@redhat.com>

Signed-off-by: Alon Levy <alevy@redhat.com>
---
 ui/spice-core.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ui/spice-core.c b/ui/spice-core.c
index 3d77c01..342ed6c 100644
--- a/ui/spice-core.c
+++ b/ui/spice-core.c
@@ -372,6 +372,10 @@ void do_info_spice_print(Monitor *mon, const QObject *data)
         monitor_printf(mon, "     address: %s:%d [tls]\n", host, port);
     }
     monitor_printf(mon, "        auth: %s\n", qdict_get_str(server, "auth"));
+    monitor_printf(mon, "     version: %d.%d.%d\n",
+                   (SPICE_SERVER_VERSION & 0xff0000) >> 16,
+                   (SPICE_SERVER_VERSION & 0xff00) >> 8,
+                    SPICE_SERVER_VERSION & 0xff);
 
     channels = qdict_get_qlist(server, "channels");
     if (qlist_empty(channels)) {
-- 
1.7.6

  reply	other threads:[~2011-08-09 20:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-09 20:53 [Qemu-devel] [PATCH 1/2] qxl: unbreak after memory API conversion Alon Levy
2011-08-09 20:53 ` Alon Levy [this message]
2011-08-10  6:54   ` [Qemu-devel] [PATCH 2/2] ui/spice-core: report version in 'info spice' Gerd Hoffmann
2011-08-10  7:43     ` Alon Levy
2011-08-10  8:10       ` Gerd Hoffmann
2011-08-10  8:32         ` Alon Levy
2011-08-10 15:10           ` Gerd Hoffmann
2011-08-10 15:29 ` [Qemu-devel] [PATCH 1/2] qxl: unbreak after memory API conversion Gerd Hoffmann

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=1312923215-11824-2-git-send-email-alevy@redhat.com \
    --to=alevy@redhat.com \
    --cc=kraxel@redhat.com \
    --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).