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