All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1020484] [NEW] RFE: Support spice via unix domain socket
@ 2012-07-03  9:47 Till Maas
  2012-07-04 16:39 ` [Qemu-devel] [Bug 1020484] " Alon Levy
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Till Maas @ 2012-07-03  9:47 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

According to the man page, spice can be only used via TCP/IP in opposite
to VNC, which can also be configured to listen on a unix domain socket.
To make it easy to use spice without exposing the interface, please
support unix domain sockets as well. I can try  to provide a patch, if
you can point me to the source code where TCP/IP socket is opened.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1020484

Title:
  RFE: Support spice via unix domain socket

Status in QEMU:
  New

Bug description:
  According to the man page, spice can be only used via TCP/IP in
  opposite to VNC, which can also be configured to listen on a unix
  domain socket. To make it easy to use spice without exposing the
  interface, please support unix domain sockets as well. I can try  to
  provide a patch, if you can point me to the source code where TCP/IP
  socket is opened.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1020484/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 1020484] Re: RFE: Support spice via unix domain socket
  2012-07-03  9:47 [Qemu-devel] [Bug 1020484] [NEW] RFE: Support spice via unix domain socket Till Maas
@ 2012-07-04 16:39 ` Alon Levy
  2017-04-07 13:35 ` Thomas Huth
  2017-04-07 14:13 ` elmarco
  2 siblings, 0 replies; 4+ messages in thread
From: Alon Levy @ 2012-07-04 16:39 UTC (permalink / raw)
  To: qemu-devel

There is already support for that in spice-server afaik, though I don't
remember the api or what commit, or if it's in a released version (well,
it's surely in 0.11.0, but that's unstable). Sorry about the lack of
details, I suggest you search spice-devel mailing list archive though. I
think libvirt can already use it, but perhaps you want a commandline
option, that may be missing.

Alon

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1020484

Title:
  RFE: Support spice via unix domain socket

Status in QEMU:
  New

Bug description:
  According to the man page, spice can be only used via TCP/IP in
  opposite to VNC, which can also be configured to listen on a unix
  domain socket. To make it easy to use spice without exposing the
  interface, please support unix domain sockets as well. I can try  to
  provide a patch, if you can point me to the source code where TCP/IP
  socket is opened.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1020484/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 1020484] Re: RFE: Support spice via unix domain socket
  2012-07-03  9:47 [Qemu-devel] [Bug 1020484] [NEW] RFE: Support spice via unix domain socket Till Maas
  2012-07-04 16:39 ` [Qemu-devel] [Bug 1020484] " Alon Levy
@ 2017-04-07 13:35 ` Thomas Huth
  2017-04-07 14:13 ` elmarco
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2017-04-07 13:35 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1020484

Title:
  RFE: Support spice via unix domain socket

Status in QEMU:
  New

Bug description:
  According to the man page, spice can be only used via TCP/IP in
  opposite to VNC, which can also be configured to listen on a unix
  domain socket. To make it easy to use spice without exposing the
  interface, please support unix domain sockets as well. I can try  to
  provide a patch, if you can point me to the source code where TCP/IP
  socket is opened.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1020484/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 1020484] Re: RFE: Support spice via unix domain socket
  2012-07-03  9:47 [Qemu-devel] [Bug 1020484] [NEW] RFE: Support spice via unix domain socket Till Maas
  2012-07-04 16:39 ` [Qemu-devel] [Bug 1020484] " Alon Levy
  2017-04-07 13:35 ` Thomas Huth
@ 2017-04-07 14:13 ` elmarco
  2 siblings, 0 replies; 4+ messages in thread
From: elmarco @ 2017-04-07 14:13 UTC (permalink / raw)
  To: qemu-devel

you could pass sockets via QMP a while ago, but listening to unix socket
has been added there:

commit fe4831b1e7e7007ae15ae0470a06898660ab3877
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
Date:   Tue Jan 13 17:57:51 2015 +0100

    spice: add unix address support
    
    Teach qemu to set up a Spice server with a UNIX socket using the
    following arguments -spice unix,addr=path.
    
    Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>


** Changed in: qemu
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1020484

Title:
  RFE: Support spice via unix domain socket

Status in QEMU:
  Fix Released

Bug description:
  According to the man page, spice can be only used via TCP/IP in
  opposite to VNC, which can also be configured to listen on a unix
  domain socket. To make it easy to use spice without exposing the
  interface, please support unix domain sockets as well. I can try  to
  provide a patch, if you can point me to the source code where TCP/IP
  socket is opened.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1020484/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-07 14:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-03  9:47 [Qemu-devel] [Bug 1020484] [NEW] RFE: Support spice via unix domain socket Till Maas
2012-07-04 16:39 ` [Qemu-devel] [Bug 1020484] " Alon Levy
2017-04-07 13:35 ` Thomas Huth
2017-04-07 14:13 ` elmarco

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.