aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/dev-smartcard-reader.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-30hw/usb: Constify VMStateRichard Henderson1-4/+4
2023-02-27hw/usb/dev-smartcard-reader: Avoid forward-declaring CCIDBusPhilippe Mathieu-Daudé1-4/+3
2022-04-06include: move C/util-related declarations to cutils.hMarc-André Lureau1-1/+1
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell1-2/+1
2021-05-02hw/usb: Constify VMStateDescriptionPhilippe Mathieu-Daudé1-4/+4
2021-03-26usb: Remove "-usbdevice ccid"Thomas Huth1-1/+0
2021-01-22hw/usb: Fix bad printf format specifiersAlex Chen1-4/+4
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-5/+2
2020-09-09dev-smartcard-reader: Rename CCID_DEV_NAME to TYPE_USB_CCID_DEVEduardo Habkost1-4/+4
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+4
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-4/+7
2020-07-02qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster1-1/+1
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-8/+3
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-2/+2
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-2/+2
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth1-1/+1
2018-07-02hw/usb: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2018-06-18Revert "usb-ccid: fix bus leak"Marc-André Lureau1-1/+0
2018-06-13Purge uses of banned g_assert_FOO()Markus Armbruster1-1/+1
2018-06-12usb-ccid: fix bus leakMarc-André Lureau1-0/+1
2018-06-01usb: use local path for local headersMichael S. Tsirkin1-1/+1
2018-05-18hw/usb/dev-smartcard-reader: Handle 64 B USB packetsJakub Jelen1-5/+9
2018-04-27ccid: Fix dwProtocols advertisement of T=0Jason Andryuk1-2/+2
2018-01-26usb-ccid: convert CCIDCardClass::exitfn() -> unrealize()Philippe Mathieu-Daudé1-14/+11
2018-01-26usb-ccid: inline ccid_card_initfn() in ccid_card_realize()Philippe Mathieu-Daudé1-18/+7
2018-01-26hw/usb/ccid: Make ccid_card_init() take an error parameterMao Zhongyi1-16/+21
2017-10-23usb-ccid: remove needless migration state codeMarc-André Lureau1-22/+1
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-07-13Convert error_report() to warn_report()Alistair Francis1-3/+3
2017-05-07usb-ccid: make ccid_write_data_block() cope with null buffersPhilippe Mathieu-Daudé1-1/+4
2017-02-23usb: replace handle_destroy with unrealizeMarc-André Lureau1-2/+2
2017-02-21usb-ccid: add check message size checksGerd Hoffmann1-3/+10
2017-02-21usb-ccid: move header size checkGerd Hoffmann1-7/+6
2017-02-21usb-ccid: better bulk_out error handlingGerd Hoffmann1-55/+61
2017-02-06usb: ccid: check ccid apdu lengthPrasad J Pandit1-1/+1
2016-10-28usb: Change *_exitfn return type from int to voidAkanksha Srivastava1-6/+5
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29usb: Clean up includesPeter Maydell1-0/+1
2015-07-17usb-ccid: add missing wakeup callsGerd Hoffmann1-0/+5
2015-07-17usb-ccid: fix 61b4887b41b270bc837ead57bc502d904af023bbGerd Hoffmann1-8/+8
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+0
2015-05-08usb: usb-ccid QOMifyGonglei1-22/+28
2014-10-15usb: Convert usb-ccid to hotplug handler APIIgor Mammedov1-1/+7
2014-09-23usb-ccid: convert init to realizeGonglei1-3/+2
2014-02-18usb: Remove magic constants from device bmAttributesPantelis Koukousoulas1-1/+2
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber1-1/+2
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1