summaryrefslogtreecommitdiff
path: root/hw/usb/ccid-card-passthru.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-29usb: Use angle brackets for cacard include directiveFam Zheng1-1/+1
2017-07-14char: avoid chardevice direct accessAnton Nefedov1-2/+2
2017-07-14char: add backend hotswap handlerAnton Nefedov1-1/+1
2017-06-02char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau1-4/+1
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-05-04char: add a /chardevs containerMarc-André Lureau1-1/+1
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-1/+1
2016-10-28usb: Change *_exitfn return type from int to voidAkanksha Srivastava1-6/+0
2016-10-24char: remove unused CHR_EVENT_FOCUSMarc-André Lureau1-2/+0
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau1-1/+1
2016-10-24char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau1-0/+1
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau1-7/+9
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau1-7/+7
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange1-2/+5
2016-02-11Passthru CCID card: QOMifyCao jin1-6/+8
2016-01-29usb: Clean up includesPeter Maydell1-0/+1
2015-09-23libcacard: use the standalone projectMarc-André Lureau1-1/+1
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+0
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-23hw: Avoid use of QOM type name macros in VMStateDescriptionsPeter Maydell1-1/+1
2013-04-24ccid-card-passthru, dev-smartcard-reader: add debug environment variablesAlon Levy1-0/+2
2013-04-24ccid-card-passthru: add atr checkAlon Levy1-0/+59
2013-04-24ccid: declare DEFAULT_ATR table to be "static const"Jim Meyering1-1/+1
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+351