From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3VKW-0002xw-Rn for qemu-devel@nongnu.org; Fri, 02 Mar 2012 11:27:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S3VKQ-0005M1-Jw for qemu-devel@nongnu.org; Fri, 02 Mar 2012 11:27:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:31764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3VKQ-0005Lu-B7 for qemu-devel@nongnu.org; Fri, 02 Mar 2012 11:27:34 -0500 Date: Fri, 2 Mar 2012 18:27:25 +0200 From: Alon Levy Message-ID: <20120302162725.GF22523@garlic> References: <20120302160445.GD22523@garlic> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] spice: set spice uuid and name List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?Q?Marc-Andr=E9?= Lureau Cc: =?iso-8859-1?Q?Marc-Andr=E9?= Lureau , =?iso-8859-1?Q?Marc-Andr=E9?= Lureau , qemu-devel@nongnu.org On Fri, Mar 02, 2012 at 11:15:48AM -0500, Marc-Andr=E9 Lureau wrote: >=20 >=20 > ----- Mensaje original ----- > > On Fri, Mar 02, 2012 at 01:49:22PM +0100, Marc-Andr=E9 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. >=20 > 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, but that doesn't see= m > trivial either. True. It would be simpler if there was a libqemumonitor inside qemu that libvirt and us used. >=20 > Both approach do not seem incompatible to me.Having a uuid/name Spice A= PI > can be useful for XSpice or other servers too. True. Then it makes sense to add this.