Statistics
| Branch: | Revision:

root / libcacard @ feature-archipelago

Name Size
Makefile 1.8 kB
cac.c 12.9 kB
cac.h 941 Bytes
card_7816.c 27.3 kB
card_7816.h 2 kB
card_7816t.h 6.9 kB
event.c 2.2 kB
eventt.h 518 Bytes
libcacard.pc.in 221 Bytes
libcacard.syms 1.5 kB
link_test.c 572 Bytes
vcard.c 7.8 kB
vcard.h 2.8 kB
vcard_emul.h 2.1 kB
vcard_emul_nss.c 37.5 kB
vcard_emul_type.c 1.6 kB
vcard_emul_type.h 1003 Bytes
vcardt.c 1 kB
vcardt.h 1.5 kB
vcardt_internal.h 128 Bytes
vevent.h 562 Bytes
vreader.c 13.5 kB
vreader.h 1.9 kB
vreadert.h 564 Bytes
vscard_common.h 4.7 kB
vscclient.c 23.1 kB

Latest revisions

# Date Author Comment
73db416a 02/09/2014 01:06 pm Christophe Fergeau

libcacard: Don't link with all libraries QEMU links to

As described in https://bugzilla.redhat.com/show_bug.cgi?id=987441 ,
libcacard currently links to all the libraries QEMU is linking to,
including glusterfs libraries, libiscsi, ... libcacard does not need all of...

fa88afa5 12/16/2013 11:12 am Marc-André Lureau

vscclient: do not add a socket watch if there is not data to send

Fixes the following error:
  • (process:780): CRITICAL **: do_socket_send: assertion
    `socket_to_send->len != 0' failed

Signed-off-by: Marc-André Lureau <>
Signed-off-by: Gerd Hoffmann <>

5ad04fb6 12/09/2013 12:19 pm Stefan Weil

libcacard: Fix compilation for older versions of glib (bug #1258168)

See https://bugs.launchpad.net/bugs/1258168

libcacard/vscclient.c: In function 'do_socket_read':
libcacard/vscclient.c:410: warning: implicit declaration of function 'g_warn_if_reached'...

efbc42e5 12/02/2013 07:07 pm Stefan Weil

libcacard/vcard_emul_nss: Remove unused statement (value stored is never read)

Warning from ccc-analyzer:

libcacard/vcard_emul_nss.c:937:9: warning:
Value stored to 'cert_count' is never read
cert_count = options->vreader[i].cert_count;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~...

754e72e1 12/02/2013 07:07 pm Stefan Weil

libcacard/cac: Remove unused statement (value stored is never read)

Warning from ccc-analyzer:

libcacard/cac.c:192:13: warning: Value stored to 'ret' is never read
ret = VCARD_DONE;
^ ~~~~~~~~

Here 'ret' is assigned a value inside of a switch statement and also after...

16121fa3 09/23/2013 07:53 pm Anthony Liguori

Merge remote-tracking branch 'stefanha/block' into staging

  1. By Stefan Hajnoczi (4) and others
  2. Via Stefan Hajnoczi
    • stefanha/block:
      virtio-blk: do not relay a previous driver's WCE configuration to the current
      blockdev: do not default cache.no-flush to true...
69fded48 09/20/2013 07:09 pm Michael Tokarev

vscclient: remove unnecessary use of uninitialized variable

Signed-off-by: Wenchao Xia <>
Reviewed-by: Stefan Hajnoczi <>
Signed-off-by: Michael Tokarev <>

975a0015 09/18/2013 04:34 pm Stefan Hajnoczi

libcacard: link against qemu-error.o for error_report()

Signed-off-by: Stefan Hajnoczi <>

4c293dc6 09/01/2013 05:59 pm Stefan Weil

misc: Fix some typos in names and comments

Most typos were found using a modified version of codespell:

accross -> across
issueing -> issuing
TICNT_THRESHHOLD -> TICNT_THRESHOLD
bandwith -> bandwidth
VCARD_7816_PROPIETARY -> VCARD_7816_PROPRIETARY
occured -> occurred...

48f0475f 06/21/2013 09:52 pm Stefan Weil

libcacard: Fix cppcheck warning and remove unneeded code

The local function vcard_emul_alloc_arrays always returned PR_TRUE.
Therefore cppcheck complained about code which handled the
non-existent PR_FALSE case.

Remove the function's return value and the dead code....

View revisions

Also available in: Atom