summaryrefslogtreecommitdiffstats
path: root/results/classifier/111/review/1020484
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/111/review/1020484')
-rw-r--r--results/classifier/111/review/102048451
1 files changed, 51 insertions, 0 deletions
diff --git a/results/classifier/111/review/1020484 b/results/classifier/111/review/1020484
new file mode 100644
index 00000000..2dc5b44f
--- /dev/null
+++ b/results/classifier/111/review/1020484
@@ -0,0 +1,51 @@
+other: 0.214
+semantic: 0.174
+socket: 0.137
+network: 0.090
+vnc: 0.085
+device: 0.057
+graphic: 0.051
+PID: 0.043
+permissions: 0.042
+boot: 0.029
+performance: 0.028
+files: 0.023
+KVM: 0.014
+debug: 0.012
+network: 0.555
+socket: 0.103
+other: 0.095
+files: 0.077
+semantic: 0.036
+device: 0.025
+PID: 0.021
+graphic: 0.016
+boot: 0.016
+KVM: 0.013
+debug: 0.012
+vnc: 0.011
+permissions: 0.011
+performance: 0.009
+
+RFE: Support spice via unix domain socket
+
+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.
+
+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 could pass sockets via QMP a while ago, but listening to unix socket has been added there:
+
+commit fe4831b1e7e7007ae15ae0470a06898660ab3877
+Author: Marc-André Lureau <email address hidden>
+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 <email address hidden>
+
+