aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/ccid-card-passthru.c
AgeCommit message (Expand)Author
2023-12-30hw/usb: Constify VMStateRichard Henderson
2022-06-06modules: introduces module_kconfig directiveJose R. Ziviani
2022-04-06include: move C/util-related declarations to cutils.hMarc-André Lureau
2021-07-09modules: add ccid module annotationsGerd Hoffmann
2021-05-02hw/usb: Constify VMStateDescriptionPhilippe Mathieu-Daudé
2021-01-22hw/usb: Fix bad printf format specifiersAlex Chen
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé
2020-01-07ccid-card-passthru: Explicit we ignore QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-07-02hw/usb: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-05-18ccid-card-passthru: fix regression in realize()Marc-André Lureau
2018-04-27ccid-card: include libcacard.h onlyMichal Privoznik
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
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-09-29usb: Use angle brackets for cacard include directiveFam Zheng
2017-07-14char: avoid chardevice direct accessAnton Nefedov
2017-07-14char: add backend hotswap handlerAnton Nefedov
2017-06-02char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-05-04char: add a /chardevs containerMarc-André Lureau
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
2016-10-28usb: Change *_exitfn return type from int to voidAkanksha Srivastava
2016-10-24char: remove unused CHR_EVENT_FOCUSMarc-André Lureau
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau
2016-10-24char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange
2016-02-11Passthru CCID card: QOMifyCao jin
2016-01-29usb: Clean up includesPeter Maydell
2015-09-23libcacard: use the standalone projectMarc-André Lureau
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-23hw: Avoid use of QOM type name macros in VMStateDescriptionsPeter Maydell
2013-04-24ccid-card-passthru, dev-smartcard-reader: add debug environment variablesAlon Levy
2013-04-24ccid-card-passthru: add atr checkAlon Levy
2013-04-24ccid: declare DEFAULT_ATR table to be "static const"Jim Meyering
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