Re: [Spice-devel] RFC - Direct smart card support in libcacard/spice-gtk

2015-01-09 Thread Jeremy White
After some discussion on irc, I decided to explore expanding libcacard to support sending the apdus directly to the card, using the PC/SC (aka pcsclite) library. I've attached a proof of concept set of patches - one for the client, and the substantial one for qemu/libcacard. The basic approach i

[Spice-devel] [PATCH spice] reds: add Unix socket support

2015-01-09 Thread Marc-André Lureau
Learn to listen on a Unix address. In this case, the connection is plain only (non-tls). --- server/reds.c | 36 ++-- server/spice-server.h | 1 + 2 files changed, 31 insertions(+), 6 deletions(-) diff --git a/server/reds.c b/server/reds.c index 9118d49..8

Re: [Spice-devel] [Qemu-devel] Question and probable bug in qemu spice's parameters

2015-01-09 Thread Fabio Fantoni
Il 09/01/2015 12:23, Gerd Hoffmann ha scritto: On Fr, 2015-01-09 at 11:30 +0100, Fabio Fantoni wrote: In qemu docs seems that spice streaming video is default to "filter" but after this patch seems default to "off" without updating qemu-options.hx file: http://git.qemu.org/?p=qemu.git;a=commitdi

Re: [Spice-devel] [Qemu-devel] Question and probable bug in qemu spice's parameters

2015-01-09 Thread Gerd Hoffmann
On Fr, 2015-01-09 at 11:30 +0100, Fabio Fantoni wrote: > In qemu docs seems that spice streaming video is default to "filter" but > after this patch seems default to "off" without updating qemu-options.hx > file: > http://git.qemu.org/?p=qemu.git;a=commitdiff;h=f1d3e586f069e17f83b669842bc02d60d5

[Spice-devel] Question and probable bug in qemu spice's parameters

2015-01-09 Thread Fabio Fantoni
In qemu docs seems that spice streaming video is default to "filter" but after this patch seems default to "off" without updating qemu-options.hx file: http://git.qemu.org/?p=qemu.git;a=commitdiff;h=f1d3e586f069e17f83b669842bc02d60d509daca What is the correct default actually? If I specify spi

Re: [Spice-devel] Patch to support LZ4 compression algorithm‏‏

2015-01-09 Thread Fabio Fantoni
Il 08/01/2015 17:15, Fabio Fantoni ha scritto: > Il 07/01/2015 10:13, LgDoor ha scritto: >> I think the cause of this problem is the unnecessary step of flipping the >> bitmap buffer lines when encoding, since the surface in the client will be >> created with the top-down param. >> this patch ju