qemu-e2k/libcacard
Michael Tokarev fd25c0e6dd libcacard: replace qemu thread primitives with glib ones
Replace QemuMutex with GMutex and QemuCond with GCond
(with corresponding function changes), to make libcacard
independent of qemu internal functions.

After this step, none of libcacard internals use any
qemu-provided symbols.  Maybe it's a good idea to
stop including qemu-common.h internally too.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Alon Levy <alevy@redhat.com>
Tested-by: Alon Levy <alevy@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2014-06-10 07:44:01 +02:00
..
cac.c libcacard: remove useless initializers 2014-05-26 10:41:22 +04:00
cac.h libcacard/vreader: add debugging messages for apdu 2013-04-24 11:48:02 +03:00
card_7816.c libcacard: remove useless initializers 2014-05-26 10:41:22 +04:00
card_7816.h
card_7816t.h misc: Fix some typos in names and comments 2013-09-01 18:59:24 +04:00
event.c libcacard: replace qemu thread primitives with glib ones 2014-06-10 07:44:01 +02:00
eventt.h
libcacard.pc.in
libcacard.syms libcacard: add list of exported symbols 2013-01-12 17:19:39 +01:00
link_test.c
Makefile libcacard: replace qemu thread primitives with glib ones 2014-06-10 07:44:01 +02:00
vcard_emul_nss.c libcacard: remove useless initializers 2014-05-26 10:41:22 +04:00
vcard_emul_type.c
vcard_emul_type.h
vcard_emul.h
vcard.c libcacard: remove useless initializers 2014-05-26 10:41:22 +04:00
vcard.h
vcardt_internal.h libcacard: move atr setting from macro to function 2013-04-24 11:48:03 +03:00
vcardt.c libcacard: move atr setting from macro to function 2013-04-24 11:48:03 +03:00
vcardt.h libcacard: move atr setting from macro to function 2013-04-24 11:48:03 +03:00
vevent.h
vreader.c libcacard: replace qemu thread primitives with glib ones 2014-06-10 07:44:01 +02:00
vreader.h
vreadert.h
vscard_common.h
vscclient.c vscclient: use glib thread primitives not qemu 2014-06-10 07:44:01 +02:00