Re: [libvirt] [PATCH] virsh: Add domdisplay command for VNC and SPICE

2012-06-25 Thread Christophe Fergeau
On Sun, Jun 24, 2012 at 06:54:10PM -0500, Doug Goldstein wrote: > On Fri, Jun 22, 2012 at 3:56 AM, Christophe Fergeau > wrote: > > For SPICE, a URI you can pass to remote-viewer is > > spice://hostname?port=xx&tls-port=yy&password=zzz > > For simple cases, spice://hostname:port will be enough

Re: [libvirt] [PATCH] virsh: Add domdisplay command for VNC and SPICE

2012-06-24 Thread Doug Goldstein
On Fri, Jun 22, 2012 at 3:56 AM, Christophe Fergeau wrote: > Hey, > > On Fri, Jun 22, 2012 at 12:30:37AM -0500, Doug Goldstein wrote: >> Add a new 'domdisplay' command that provides a URI for both VNC and >> SPICE connections. Presently the 'vncdisplay' command provides you with >> the port info t

Re: [libvirt] [PATCH] virsh: Add domdisplay command for VNC and SPICE

2012-06-22 Thread Michal Privoznik
On 22.06.2012 07:30, Doug Goldstein wrote: > Add a new 'domdisplay' command that provides a URI for both VNC and > SPICE connections. Presently the 'vncdisplay' command provides you with > the port info that QEMU is listening on but there is no counterpart for > SPICE. Additionally this provides yo

Re: [libvirt] [PATCH] virsh: Add domdisplay command for VNC and SPICE

2012-06-22 Thread Daniel P. Berrange
On Fri, Jun 22, 2012 at 01:18:49PM +0200, Michal Privoznik wrote: > On 22.06.2012 12:07, Daniel P. Berrange wrote: > > On Fri, Jun 22, 2012 at 10:19:06AM +0200, Michal Privoznik wrote: > >> On 22.06.2012 07:38, Doug Goldstein wrote: > >>> On Fri, Jun 22, 2012 at 12:30 AM, Doug Goldstein > >>> wro

Re: [libvirt] [PATCH] virsh: Add domdisplay command for VNC and SPICE

2012-06-22 Thread Michal Privoznik
On 22.06.2012 12:07, Daniel P. Berrange wrote: > On Fri, Jun 22, 2012 at 10:19:06AM +0200, Michal Privoznik wrote: >> On 22.06.2012 07:38, Doug Goldstein wrote: >>> On Fri, Jun 22, 2012 at 12:30 AM, Doug Goldstein wrote: Add a new 'domdisplay' command that provides a URI for both VNC and

Re: [libvirt] [PATCH] virsh: Add domdisplay command for VNC and SPICE

2012-06-22 Thread Daniel P. Berrange
On Fri, Jun 22, 2012 at 10:19:06AM +0200, Michal Privoznik wrote: > On 22.06.2012 07:38, Doug Goldstein wrote: > > On Fri, Jun 22, 2012 at 12:30 AM, Doug Goldstein wrote: > >> Add a new 'domdisplay' command that provides a URI for both VNC and > >> SPICE connections. Presently the 'vncdisplay' com

Re: [libvirt] [PATCH] virsh: Add domdisplay command for VNC and SPICE

2012-06-22 Thread Christophe Fergeau
Hey, On Fri, Jun 22, 2012 at 12:30:37AM -0500, Doug Goldstein wrote: > Add a new 'domdisplay' command that provides a URI for both VNC and > SPICE connections. Presently the 'vncdisplay' command provides you with > the port info that QEMU is listening on but there is no counterpart for > SPICE. Ad

Re: [libvirt] [PATCH] virsh: Add domdisplay command for VNC and SPICE

2012-06-22 Thread Michal Privoznik
On 22.06.2012 07:38, Doug Goldstein wrote: > On Fri, Jun 22, 2012 at 12:30 AM, Doug Goldstein wrote: >> Add a new 'domdisplay' command that provides a URI for both VNC and >> SPICE connections. Presently the 'vncdisplay' command provides you with >> the port info that QEMU is listening on but ther

Re: [libvirt] [PATCH] virsh: Add domdisplay command for VNC and SPICE

2012-06-21 Thread Doug Goldstein
On Fri, Jun 22, 2012 at 12:30 AM, Doug Goldstein wrote: > Add a new 'domdisplay' command that provides a URI for both VNC and > SPICE connections. Presently the 'vncdisplay' command provides you with > the port info that QEMU is listening on but there is no counterpart for > SPICE. Additionally th

[libvirt] [PATCH] virsh: Add domdisplay command for VNC and SPICE

2012-06-21 Thread Doug Goldstein
Add a new 'domdisplay' command that provides a URI for both VNC and SPICE connections. Presently the 'vncdisplay' command provides you with the port info that QEMU is listening on but there is no counterpart for SPICE. Additionally this provides you with the bind address as specified in the XML, wh