| Commit message (Expand) | Author | Age | Files | Lines |
* | hw/usb: Use lock guard macros | Amey Narkhede | 2020-09-28 | 1 | -27/+27 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 1 | -2/+2 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 1 | -1/+2 |
* | hw: Remove superfluous breaks | Liao Pingfang | 2020-09-01 | 1 | -1/+0 |
* | qdev: Unrealize must not fail | Markus Armbruster | 2020-05-15 | 1 | -1/+1 |
* | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 1 | -1/+1 |
* | Include hw/qdev-properties.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 |
* | qemu/queue.h: leave head structs anonymous unless necessary | Paolo Bonzini | 2019-01-11 | 1 | -2/+2 |
* | hw/usb: fix mistaken de-initialization of CCID state | Daniel P. Berrangé | 2019-01-07 | 1 | -0/+2 |
* | hw: ccid-card-emulated: cleanup resource when realize in error path | Li Qiang | 2018-10-29 | 1 | -6/+14 |
* | hw: ccid-card-emulated: introduce clean_event_notifier | Li Qiang | 2018-10-29 | 1 | -0/+7 |
* | ccid-card: include libcacard.h only | Michal Privoznik | 2018-04-27 | 1 | -4/+1 |
* | usb-ccid: convert CCIDCardClass::exitfn() -> unrealize() | Philippe Mathieu-Daudé | 2018-01-26 | 1 | -2/+2 |
* | hw/usb/ccid: Make ccid_card_init() take an error parameter | Mao Zhongyi | 2018-01-26 | 1 | -22/+22 |
* | Remove/replace sysemu/char.h inclusion | Marc-André Lureau | 2017-06-02 | 1 | -1/+1 |
* | event_notifier: cleanups around event_notifier_set_handler | Paolo Bonzini | 2017-01-16 | 1 | -1/+1 |
* | usb: Change *_exitfn return type from int to void | Akanksha Srivastava | 2016-10-28 | 1 | -2/+1 |
* | event-notifier: Add "is_external" parameter | Fam Zheng | 2016-04-22 | 1 | -1/+1 |
* | Emulated CCID card: QOMify | Cao jin | 2016-02-11 | 1 | -10/+13 |
* | usb: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | usb: Use g_new() & friends where that makes obvious sense | Markus Armbruster | 2015-11-06 | 1 | -2/+2 |
* | Include monitor/monitor.h exactly where needed | Markus Armbruster | 2015-06-22 | 1 | -1/+0 |
* | ccid-card-emulated: use EventNotifier | Paolo Bonzini | 2014-07-01 | 1 | -19/+10 |
* | Add a 'name' parameter to qemu_thread_create | Dr. David Alan Gilbert | 2014-03-09 | 1 | -4/+4 |
* | devices: Associate devices to their logical category | Marcel Apfelbaum | 2013-07-29 | 1 | -0/+1 |
* | ccid: Fix crash when backend isn't specified | Cole Robinson | 2013-04-27 | 1 | -2/+8 |
* | ccid: make backend_enum_table "static const" and adjust users | Jim Meyering | 2013-04-24 | 1 | -3/+3 |
* | ccid-card-emul: do not crash if backend is not provided | Marc-André Lureau | 2013-04-24 | 1 | -0/+3 |
* | sysemu: avoid proliferation of include/ subdirectories | Paolo Bonzini | 2013-04-15 | 1 | -1/+1 |
* | hw: move private headers to hw/ subdirectories. | Paolo Bonzini | 2013-04-08 | 1 | -1/+1 |
* | hw: move target-independent files to subdirectories | Paolo Bonzini | 2013-04-08 | 1 | -0/+602 |