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
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
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
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
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
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