All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alon Levy <alevy@redhat.com>
To: "Marc-André Lureau" <marcandre.lureau@gmail.com>
Cc: "Marc-André Lureau" <marcandre.lureau@redhat.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] spice: set spice uuid and name
Date: Fri, 2 Mar 2012 18:04:45 +0200	[thread overview]
Message-ID: <20120302160445.GD22523@garlic> (raw)
In-Reply-To: <1330692562-21943-1-git-send-email-marcandre.lureau@redhat.com>

On Fri, Mar 02, 2012 at 01:49:22PM +0100, Marc-André Lureau wrote:
> This allows a Spice client to identify a VM

My only problem with this is that if we have a monitor vmcchannel you
could issue the command to query that, and much more, without having to
add any messages. And adding a monitor channel is really easy - the only
requirement being that qemu can handle two monitor users, libvirt and
spice.

> ---
>  ui/spice-core.c |    6 ++++++
>  1 files changed, 6 insertions(+), 0 deletions(-)
> 
> diff --git a/ui/spice-core.c b/ui/spice-core.c
> index 1308a3d..8472cdd 100644
> --- a/ui/spice-core.c
> +++ b/ui/spice-core.c
> @@ -19,6 +19,7 @@
>  #include <spice-experimental.h>
>  
>  #include <netdb.h>
> +#include "sysemu.h"
>  
>  #include "qemu-common.h"
>  #include "qemu-spice.h"
> @@ -699,6 +700,11 @@ void qemu_spice_init(void)
>  
>      qemu_opt_foreach(opts, add_channel, NULL, 0);
>  
> +#if SPICE_SERVER_VERSION >= 0x000a02 /* 0.10.2 */
> +    spice_server_set_name(spice_server, qemu_name);
> +    spice_server_set_uuid(spice_server, qemu_uuid);
> +#endif
> +
>      if (0 != spice_server_init(spice_server, &core_interface)) {
>          fprintf(stderr, "failed to initialize spice server");
>          exit(1);
> -- 
> 1.7.7.6
> 
> 

  parent reply	other threads:[~2012-03-02 16:05 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-02 12:49 [Qemu-devel] [PATCH] spice: set spice uuid and name Marc-André Lureau
2012-03-02 13:25 ` Gerd Hoffmann
2012-03-02 13:59   ` Marc-André Lureau
2012-03-02 14:10     ` Gerd Hoffmann
2012-03-05 17:22       ` Marc-André Lureau
2012-03-05 18:00         ` Alon Levy
2012-03-06  8:20         ` Gerd Hoffmann
2012-03-02 16:04 ` Alon Levy [this message]
2012-03-02 16:15   ` Marc-André Lureau
2012-03-02 16:27     ` Alon Levy
2012-03-12 16:13       ` Stefano Stabellini

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=20120302160445.GD22523@garlic \
    --to=alevy@redhat.com \
    --cc=marcandre.lureau@gmail.com \
    --cc=marcandre.lureau@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 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.