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