summaryrefslogtreecommitdiffstats
path: root/hw/usb/ccid-card-passthru.c
Commit message (Expand)AuthorAgeFilesLines
* modules: add ccid module annotationsGerd Hoffmann2021-07-091-0/+1
* hw/usb: Constify VMStateDescriptionPhilippe Mathieu-Daudé2021-05-021-1/+1
* hw/usb: Fix bad printf format specifiersAlex Chen2021-01-221-1/+1
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-0/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé2020-01-081-1/+1
* ccid-card-passthru: Explicit we ignore QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé2020-01-071-0/+5
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/usb: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-4/+5
* ccid-card-passthru: fix regression in realize()Marc-André Lureau2018-05-181-1/+1
* ccid-card: include libcacard.h onlyMichal Privoznik2018-04-271-1/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* usb-ccid: convert CCIDCardClass::exitfn() -> unrealize()Philippe Mathieu-Daudé2018-01-261-0/+1
* hw/usb/ccid: Make ccid_card_init() take an error parameterMao Zhongyi2018-01-261-6/+6
* usb: Use angle brackets for cacard include directiveFam Zheng2017-09-291-1/+1
* char: avoid chardevice direct accessAnton Nefedov2017-07-141-2/+2
* char: add backend hotswap handlerAnton Nefedov2017-07-141-1/+1
* char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau2017-06-021-4/+1Star
* char: move CharBackend handling in char-fe unitMarc-André Lureau2017-06-021-1/+1
* chardev: move headers to include/chardevMarc-André Lureau2017-06-021-1/+1
* char: add a /chardevs containerMarc-André Lureau2017-05-041-1/+1
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-1/+1
* usb: Change *_exitfn return type from int to voidAkanksha Srivastava2016-10-281-6/+0Star
* char: remove unused CHR_EVENT_FOCUSMarc-André Lureau2016-10-241-2/+0Star
* char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau2016-10-241-1/+1
* char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau2016-10-241-0/+1
* char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau2016-10-241-7/+9
* char: replace PROP_CHR with CharBackendMarc-André Lureau2016-10-241-7/+7
* hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange2016-09-131-2/+5
* Passthru CCID card: QOMifyCao jin2016-02-111-6/+8
* usb: Clean up includesPeter Maydell2016-01-291-0/+1
* libcacard: use the standalone projectMarc-André Lureau2015-09-231-1/+1
* Include monitor/monitor.h exactly where neededMarkus Armbruster2015-06-221-1/+0Star
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* hw: Avoid use of QOM type name macros in VMStateDescriptionsPeter Maydell2013-07-231-1/+1
* ccid-card-passthru, dev-smartcard-reader: add debug environment variablesAlon Levy2013-04-241-0/+2
* ccid-card-passthru: add atr checkAlon Levy2013-04-241-0/+59
* ccid: declare DEFAULT_ATR table to be "static const"Jim Meyering2013-04-241-1/+1
* 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/+351