aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/dev-smartcard-reader.c
AgeCommit message (Expand)Author
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09dev-smartcard-reader: Rename CCID_DEV_NAME to TYPE_USB_CCID_DEVEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-07-02qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth
2018-07-02hw/usb: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-06-18Revert "usb-ccid: fix bus leak"Marc-André Lureau
2018-06-13Purge uses of banned g_assert_FOO()Markus Armbruster
2018-06-12usb-ccid: fix bus leakMarc-André Lureau
2018-06-01usb: use local path for local headersMichael S. Tsirkin
2018-05-18hw/usb/dev-smartcard-reader: Handle 64 B USB packetsJakub Jelen
2018-04-27ccid: Fix dwProtocols advertisement of T=0Jason Andryuk
2018-01-26usb-ccid: convert CCIDCardClass::exitfn() -> unrealize()Philippe Mathieu-Daudé
2018-01-26usb-ccid: inline ccid_card_initfn() in ccid_card_realize()Philippe Mathieu-Daudé
2018-01-26hw/usb/ccid: Make ccid_card_init() take an error parameterMao Zhongyi
2017-10-23usb-ccid: remove needless migration state codeMarc-André Lureau
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-07-13Convert error_report() to warn_report()Alistair Francis
2017-05-07usb-ccid: make ccid_write_data_block() cope with null buffersPhilippe Mathieu-Daudé
2017-02-23usb: replace handle_destroy with unrealizeMarc-André Lureau
2017-02-21usb-ccid: add check message size checksGerd Hoffmann
2017-02-21usb-ccid: move header size checkGerd Hoffmann
2017-02-21usb-ccid: better bulk_out error handlingGerd Hoffmann
2017-02-06usb: ccid: check ccid apdu lengthPrasad J Pandit
2016-10-28usb: Change *_exitfn return type from int to voidAkanksha Srivastava
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-29usb: Clean up includesPeter Maydell
2015-07-17usb-ccid: add missing wakeup callsGerd Hoffmann
2015-07-17usb-ccid: fix 61b4887b41b270bc837ead57bc502d904af023bbGerd Hoffmann
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster
2015-05-08usb: usb-ccid QOMifyGonglei
2014-10-15usb: Convert usb-ccid to hotplug handler APIIgor Mammedov
2014-09-23usb-ccid: convert init to realizeGonglei
2014-02-18usb: Remove magic constants from device bmAttributesPantelis Koukousoulas
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber
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-24dev-smartcard-reader: empty implementation for Mechanical (fail correctly)Alon Levy
2013-04-24dev-smartcard-reader: copy atr protocol to ccid parametersAlon Levy
2013-04-24dev-smartcard-reader: change default protocol to T=0Alon Levy
2013-04-24dev-smartcard-reader: define structs for CCID_Parameter internalsAlon Levy
2013-04-24ccid-card-passthru, dev-smartcard-reader: add debug environment variablesAlon Levy
2013-04-24dev-smartcard-reader: reuse usb.h definitionsAlon Levy