Re: [Qemu-devel] [PATCH] Provide a VCARD_DIRECT implementation.

2015-01-19 Thread Jeremy White
On 01/19/2015 11:16 AM, Marc-André Lureau wrote: > Hey > > Thanks for proposing passthrough mode. It can be useful in some cases, > although it's good to mention it's not safe to concurrently share a > card with other applications since no locking is provided (and I don't > know if and how it's po

Re: [Qemu-devel] [PATCH] Provide a VCARD_DIRECT implementation.

2015-01-19 Thread Marc-André Lureau
Hey Thanks for proposing passthrough mode. It can be useful in some cases, although it's good to mention it's not safe to concurrently share a card with other applications since no locking is provided (and I don't know if and how it's possible atm). You should fix your patch to pass qemu scripts/

[Qemu-devel] [PATCH] Provide a VCARD_DIRECT implementation.

2015-01-19 Thread Jeremy White
This enables a passthru mode in the spice client, where we relay apdus from the client to the host, rather than passing through nss and emulating a card. Signed-off-by: Jeremy White --- Makefile.objs |5 + configure | 38 +++ libcacard/capcsc.c | 6