aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/ccid-card-passthru.c
AgeCommit message (Expand)Author
2016-10-28usb: Change *_exitfn return type from int to voidAkanksha Srivastava
2016-10-24char: remove unused CHR_EVENT_FOCUSMarc-André Lureau
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau
2016-10-24char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange
2016-02-11Passthru CCID card: QOMifyCao jin
2016-01-29usb: Clean up includesPeter Maydell
2015-09-23libcacard: use the standalone projectMarc-André Lureau
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-23hw: Avoid use of QOM type name macros in VMStateDescriptionsPeter Maydell
2013-04-24ccid-card-passthru, dev-smartcard-reader: add debug environment variablesAlon Levy
2013-04-24ccid-card-passthru: add atr checkAlon Levy
2013-04-24ccid: declare DEFAULT_ATR table to be "static const"Jim Meyering
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini