Re: [Qemu-devel] [PATCH] spice: set spice uuid and name

2012-03-12 Thread Stefano Stabellini
On Fri, 2 Mar 2012, Alon Levy wrote: On Fri, Mar 02, 2012 at 11:15:48AM -0500, Marc-André Lureau wrote: Interesting idea, then we would have a Spice qemu monitor channel, and we would need to do the same job as libvirt-qemu to have a stable layer on top. Arguably, we could share their code,

Re: [Qemu-devel] [PATCH] spice: set spice uuid and name

2012-03-06 Thread Gerd Hoffmann
On 03/05/12 18:22, Marc-André Lureau wrote: This allows a Spice client to identify a VM Patch added to spice patch queue. thanks, Gerd

[Qemu-devel] [PATCH] spice: set spice uuid and name

2012-03-05 Thread Marc-André Lureau
This allows a Spice client to identify a VM --- 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 c1091e1..80535b6 100644 --- a/ui/spice-core.c +++ b/ui/spice-core.c @@ -19,6 +19,7 @@ #include

Re: [Qemu-devel] [PATCH] spice: set spice uuid and name

2012-03-05 Thread Alon Levy
On Mon, Mar 05, 2012 at 06:22:26PM +0100, Marc-André Lureau wrote: This allows a Spice client to identify a VM Reviewed-by: Alon Levy al...@redhat.com --- 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

[Qemu-devel] [PATCH] spice: set spice uuid and name

2012-03-02 Thread Marc-André Lureau
This allows a Spice client to identify a VM --- 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

Re: [Qemu-devel] [PATCH] spice: set spice uuid and name

2012-03-02 Thread Gerd Hoffmann
On 03/02/12 13:49, Marc-André Lureau wrote: This allows a Spice client to identify a VM Patch doesn't apply, please rebase. cheers, Gerd

Re: [Qemu-devel] [PATCH] spice: set spice uuid and name

2012-03-02 Thread Marc-André Lureau
On Fri, Mar 2, 2012 at 2:25 PM, Gerd Hoffmann kra...@redhat.com wrote: On 03/02/12 13:49, Marc-André Lureau wrote: This allows a Spice client to identify a VM Patch doesn't apply, please rebase. It applies here on top of git://git.qemu.org/qemu.git/master: commit

Re: [Qemu-devel] [PATCH] spice: set spice uuid and name

2012-03-02 Thread Gerd Hoffmann
On 03/02/12 14:59, Marc-André Lureau wrote: On Fri, Mar 2, 2012 at 2:25 PM, Gerd Hoffmann kra...@redhat.com wrote: On 03/02/12 13:49, Marc-André Lureau wrote: This allows a Spice client to identify a VM Patch doesn't apply, please rebase. It applies here on top of

Re: [Qemu-devel] [PATCH] spice: set spice uuid and name

2012-03-02 Thread Alon Levy
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

Re: [Qemu-devel] [PATCH] spice: set spice uuid and name

2012-03-02 Thread Marc-André Lureau
- Mensaje original - 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

Re: [Qemu-devel] [PATCH] spice: set spice uuid and name

2012-03-02 Thread Alon Levy
On Fri, Mar 02, 2012 at 11:15:48AM -0500, Marc-André Lureau wrote: - Mensaje original - 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