aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/ccid-card-emulated.c
AgeCommit message (Expand)Author
2020-09-28hw/usb: Use lock guard macrosAmey Narkhede
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-09-01hw: Remove superfluous breaksLiao Pingfang
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini
2019-01-07hw/usb: fix mistaken de-initialization of CCID stateDaniel P. Berrangé
2018-10-29hw: ccid-card-emulated: cleanup resource when realize in error pathLi Qiang
2018-10-29hw: ccid-card-emulated: introduce clean_event_notifierLi Qiang
2018-04-27ccid-card: include libcacard.h onlyMichal Privoznik
2018-01-26usb-ccid: convert CCIDCardClass::exitfn() -> unrealize()Philippe Mathieu-Daudé
2018-01-26hw/usb/ccid: Make ccid_card_init() take an error parameterMao Zhongyi
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau
2017-01-16event_notifier: cleanups around event_notifier_set_handlerPaolo Bonzini
2016-10-28usb: Change *_exitfn return type from int to voidAkanksha Srivastava
2016-04-22event-notifier: Add "is_external" parameterFam Zheng
2016-02-11Emulated CCID card: QOMifyCao jin
2016-01-29usb: Clean up includesPeter Maydell
2015-11-06usb: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster
2014-07-01ccid-card-emulated: use EventNotifierPaolo Bonzini
2014-03-09Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-04-27ccid: Fix crash when backend isn't specifiedCole Robinson
2013-04-24ccid: make backend_enum_table "static const" and adjust usersJim Meyering
2013-04-24ccid-card-emul: do not crash if backend is not providedMarc-André Lureau
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini