Re: [Qemu-devel] [PATCH v23 06/11] libcacard: initial commit

2011-03-28 Thread Alon Levy
On Mon, Mar 28, 2011 at 02:35:23PM +0200, Jes Sorensen wrote: > On 03/23/11 14:19, Alon Levy wrote: > > From: Robert Relyea > > > > libcacard emulates a Common Access Card (CAC) which is a standard > > for smartcards. It is used by the emulated ccid card introduced in > > a following patch. Docs

Re: [Qemu-devel] [PATCH v23 06/11] libcacard: initial commit

2011-03-28 Thread Jes Sorensen
On 03/28/11 14:42, Alon Levy wrote: > On Mon, Mar 28, 2011 at 02:35:23PM +0200, Jes Sorensen wrote: >>> +/* >>> + * NSS headers >>> + */ >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> +#include >>> + >>> +#include "qemu-common.h" >> >> again here >> >

Re: [Qemu-devel] [PATCH v23 06/11] libcacard: initial commit

2011-03-28 Thread Jes Sorensen
On 03/23/11 14:19, Alon Levy wrote: > From: Robert Relyea > > libcacard emulates a Common Access Card (CAC) which is a standard > for smartcards. It is used by the emulated ccid card introduced in > a following patch. Docs are available in docs/libcacard.txt > > Signed-off-by: Alon Levy A coup

Re: [Qemu-devel] [PATCH v23 06/11] libcacard: initial commit

2011-03-28 Thread Alon Levy
On Mon, Mar 28, 2011 at 02:35:23PM +0200, Jes Sorensen wrote: > On 03/23/11 14:19, Alon Levy wrote: > > From: Robert Relyea > > > > libcacard emulates a Common Access Card (CAC) which is a standard > > for smartcards. It is used by the emulated ccid card introduced in > > a following patch. Docs