Re: [Qemu-devel] Trying to use ccid-card-emulated

2017-09-18 Thread Patrick Vacek
Hello Marc-André, Thanks for your message! On 14.09.2017 00:13, Marc-André Lureau wrote: > Hi Patrick > > On Wed, Sep 6, 2017 at 5:04 PM Patrick Vacek > mailto:patr...@advancedtelematic.com>> > wrote: > > Hello, > > I'm trying to emulate a smartcard. I found section 4 of docs/ccid.txt, >

Re: [Qemu-devel] Trying to use ccid-card-emulated

2017-09-13 Thread Marc-André Lureau
Hi Patrick On Wed, Sep 6, 2017 at 5:04 PM Patrick Vacek wrote: > Hello, > > I'm trying to emulate a smartcard. I found section 4 of docs/ccid.txt, > which appears to do exactly what I'm interested in. However, that > document is a few years old and references CoolKey, which at this point > seems

[Qemu-devel] Trying to use ccid-card-emulated

2017-09-06 Thread Patrick Vacek
Hello, I'm trying to emulate a smartcard. I found section 4 of docs/ccid.txt, which appears to do exactly what I'm interested in. However, that document is a few years old and references CoolKey, which at this point seems obsolete, with OpenSC being the preferred succcessor. I've followed the rest