summaryrefslogtreecommitdiffstats
path: root/hw/usb/ccid-card-emulated.c
Commit message (Expand)AuthorAgeFilesLines
* modules: add ccid module annotationsGerd Hoffmann2021-07-091-0/+1
* Various spelling fixesMichael Tokarev2021-03-091-1/+1
* hw/usb: Use lock guard macrosAmey Narkhede2020-09-281-27/+27
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-1/+2
* hw: Remove superfluous breaksLiao Pingfang2020-09-011-1/+0Star
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2019-01-111-2/+2
* hw/usb: fix mistaken de-initialization of CCID stateDaniel P. Berrangé2019-01-071-0/+2
* hw: ccid-card-emulated: cleanup resource when realize in error pathLi Qiang2018-10-291-6/+14
* hw: ccid-card-emulated: introduce clean_event_notifierLi Qiang2018-10-291-0/+7
* ccid-card: include libcacard.h onlyMichal Privoznik2018-04-271-4/+1Star
* usb-ccid: convert CCIDCardClass::exitfn() -> unrealize()Philippe Mathieu-Daudé2018-01-261-2/+2
* hw/usb/ccid: Make ccid_card_init() take an error parameterMao Zhongyi2018-01-261-22/+22
* Remove/replace sysemu/char.h inclusionMarc-André Lureau2017-06-021-1/+1
* event_notifier: cleanups around event_notifier_set_handlerPaolo Bonzini2017-01-161-1/+1
* usb: Change *_exitfn return type from int to voidAkanksha Srivastava2016-10-281-2/+1Star
* event-notifier: Add "is_external" parameterFam Zheng2016-04-221-1/+1
* Emulated CCID card: QOMifyCao jin2016-02-111-10/+13
* usb: Clean up includesPeter Maydell2016-01-291-0/+1
* usb: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-11-061-2/+2
* Include monitor/monitor.h exactly where neededMarkus Armbruster2015-06-221-1/+0Star
* ccid-card-emulated: use EventNotifierPaolo Bonzini2014-07-011-19/+10Star
* Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert2014-03-091-4/+4
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* ccid: Fix crash when backend isn't specifiedCole Robinson2013-04-271-2/+8
* ccid: make backend_enum_table "static const" and adjust usersJim Meyering2013-04-241-3/+3
* ccid-card-emul: do not crash if backend is not providedMarc-André Lureau2013-04-241-0/+3
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-1/+1
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+602