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