Age | Commit message (Expand) | Author | Files | Lines |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 1 | -5/+2 |
2020-09-09 | dev-smartcard-reader: Rename CCID_DEV_NAME to TYPE_USB_CCID_DEV | Eduardo Habkost | 1 | -4/+4 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -2/+4 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -4/+7 |
2020-07-02 | qdev: Drop qbus_set_hotplug_handler() parameter @errp | Markus Armbruster | 1 | -1/+1 |
2020-05-15 | qdev: Unrealize must not fail | Markus Armbruster | 1 | -8/+3 |
2020-03-16 | misc: Replace zero-length arrays with flexible array member (automatic) | Philippe Mathieu-Daudé | 1 | -2/+2 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 1 | -2/+2 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2019-02-17 | qdev: pass an Object * to qbus_set_hotplug_handler() | Michael Roth | 1 | -1/+1 |
2018-07-02 | hw/usb: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé | 1 | -1/+2 |
2018-06-18 | Revert "usb-ccid: fix bus leak" | Marc-André Lureau | 1 | -1/+0 |
2018-06-13 | Purge uses of banned g_assert_FOO() | Markus Armbruster | 1 | -1/+1 |
2018-06-12 | usb-ccid: fix bus leak | Marc-André Lureau | 1 | -0/+1 |
2018-06-01 | usb: use local path for local headers | Michael S. Tsirkin | 1 | -1/+1 |
2018-05-18 | hw/usb/dev-smartcard-reader: Handle 64 B USB packets | Jakub Jelen | 1 | -5/+9 |
2018-04-27 | ccid: Fix dwProtocols advertisement of T=0 | Jason Andryuk | 1 | -2/+2 |
2018-01-26 | usb-ccid: convert CCIDCardClass::exitfn() -> unrealize() | Philippe Mathieu-Daudé | 1 | -14/+11 |
2018-01-26 | usb-ccid: inline ccid_card_initfn() in ccid_card_realize() | Philippe Mathieu-Daudé | 1 | -18/+7 |
2018-01-26 | hw/usb/ccid: Make ccid_card_init() take an error parameter | Mao Zhongyi | 1 | -16/+21 |
2017-10-23 | usb-ccid: remove needless migration state code | Marc-André Lureau | 1 | -22/+1 |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert | 1 | -1/+3 |
2017-07-13 | Convert error_report() to warn_report() | Alistair Francis | 1 | -3/+3 |
2017-05-07 | usb-ccid: make ccid_write_data_block() cope with null buffers | Philippe Mathieu-Daudé | 1 | -1/+4 |
2017-02-23 | usb: replace handle_destroy with unrealize | Marc-André Lureau | 1 | -2/+2 |
2017-02-21 | usb-ccid: add check message size checks | Gerd Hoffmann | 1 | -3/+10 |
2017-02-21 | usb-ccid: move header size check | Gerd Hoffmann | 1 | -7/+6 |
2017-02-21 | usb-ccid: better bulk_out error handling | Gerd Hoffmann | 1 | -55/+61 |
2017-02-06 | usb: ccid: check ccid apdu length | Prasad J Pandit | 1 | -1/+1 |
2016-10-28 | usb: Change *_exitfn return type from int to void | Akanksha Srivastava | 1 | -6/+5 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-01-29 | usb: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-07-17 | usb-ccid: add missing wakeup calls | Gerd Hoffmann | 1 | -0/+5 |
2015-07-17 | usb-ccid: fix 61b4887b41b270bc837ead57bc502d904af023bb | Gerd Hoffmann | 1 | -8/+8 |
2015-06-22 | Include monitor/monitor.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2015-05-08 | usb: usb-ccid QOMify | Gonglei | 1 | -22/+28 |
2014-10-15 | usb: Convert usb-ccid to hotplug handler API | Igor Mammedov | 1 | -1/+7 |
2014-09-23 | usb-ccid: convert init to realize | Gonglei | 1 | -3/+2 |
2014-02-18 | usb: Remove magic constants from device bmAttributes | Pantelis Koukousoulas | 1 | -1/+2 |
2013-08-30 | qdev: Pass size to qbus_create_inplace() | Andreas Färber | 1 | -1/+2 |
2013-07-29 | devices: Associate devices to their logical category | Marcel Apfelbaum | 1 | -0/+1 |
2013-07-23 | hw: Avoid use of QOM type name macros in VMStateDescriptions | Peter Maydell | 1 | -1/+1 |
2013-04-24 | dev-smartcard-reader: empty implementation for Mechanical (fail correctly) | Alon Levy | 1 | -0/+4 |
2013-04-24 | dev-smartcard-reader: copy atr protocol to ccid parameters | Alon Levy | 1 | -0/+45 |
2013-04-24 | dev-smartcard-reader: change default protocol to T=0 | Alon Levy | 1 | -3/+3 |
2013-04-24 | dev-smartcard-reader: define structs for CCID_Parameter internals | Alon Levy | 1 | -27/+47 |
2013-04-24 | ccid-card-passthru, dev-smartcard-reader: add debug environment variables | Alon Levy | 1 | -0/+1 |
2013-04-24 | dev-smartcard-reader: reuse usb.h definitions | Alon Levy | 1 | -11/+5 |