Sign in
qemu
/
qemu
/
d15188ddcffe0239295f48756bab31e76d88007a
/
hw
/
usb
/
ccid-card-passthru.c
4f67d30
qdev: set properties with device_class_set_props()
by Marc-André Lureau
· 5 years ago
083b266
chardev: Use QEMUChrEvent enum in IOEventHandler typedef
by Philippe Mathieu-Daudé
· 5 years ago
dfe8114
ccid-card-passthru: Explicit we ignore QEMUChrEvent in IOEventHandler
by Philippe Mathieu-Daudé
· 5 years ago
a27bd6c
Include hw/qdev-properties.h less
by Markus Armbruster
· 6 years ago
d645427
Include migration/vmstate.h less
by Markus Armbruster
· 6 years ago
a8d2532
Include qemu-common.h exactly where needed
by Markus Armbruster
· 6 years ago
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
246e195
hw/usb: Use the IEC binary prefix definitions
by Philippe Mathieu-Daudé
· 7 years ago
e58d64a
ccid-card-passthru: fix regression in realize()
by Marc-André Lureau
· 7 years ago
0f5c642
ccid-card: include libcacard.h only
by Michal Privoznik
· 7 years ago
e688df6
Include qapi/error.h exactly where needed
by Markus Armbruster
· 7 years ago
80ae865
usb-ccid: convert CCIDCardClass::exitfn() -> unrealize()
by Philippe Mathieu-Daudé
· 7 years ago
cc847bf
hw/usb/ccid: Make ccid_card_init() take an error parameter
by Mao Zhongyi
· 7 years ago
13787d5
usb: Use angle brackets for cacard include directive
by Fam Zheng
· 7 years ago
3065070
char: avoid chardevice direct access
by Anton Nefedov
· 8 years ago
81517ba
char: add backend hotswap handler
by Anton Nefedov
· 8 years ago
1ce2610
char: make chr_fe_deinit() optionaly delete backend
by Marc-André Lureau
· 8 years ago
4d43a60
char: move CharBackend handling in char-fe unit
by Marc-André Lureau
· 8 years ago
8228e35
chardev: move headers to include/chardev
by Marc-André Lureau
· 8 years ago
2f5d45a
char: add a /chardevs container
by Marc-André Lureau
· 8 years ago
0ec7b3e
char: rename CharDriverState Chardev
by Marc-André Lureau
· 8 years ago
73f7fd8
usb: Change *_exitfn return type from int to void
by Akanksha Srivastava
· 8 years ago
8cd3566
char: remove unused CHR_EVENT_FOCUS
by Marc-André Lureau
· 8 years ago
39ab61c
char: remove explicit_fe_open, use a set_handlers argument
by Marc-André Lureau
· 8 years ago
c39860e
char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit
by Marc-André Lureau
· 8 years ago
5345fdb
char: use qemu_chr_fe* functions with CharBackend argument
by Marc-André Lureau
· 8 years ago
becdfa0
char: replace PROP_CHR with CharBackend
by Marc-André Lureau
· 8 years ago
6ab3fc3
hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all
by Daniel P. Berrange
· 8 years ago
059db20
Passthru CCID card: QOMify
by Cao jin
· 9 years ago
e532b2e
usb: Clean up includes
by Peter Maydell
· 9 years ago
7b02f54
libcacard: use the standalone project
by Marc-André Lureau
· 9 years ago
a0b1a66
Include monitor/monitor.h exactly where needed
by Markus Armbruster
· 10 years ago
d49b683
qerror: Move #include out of qerror.h
by Markus Armbruster
· 10 years ago
125ee0e
devices: Associate devices to their logical category
by Marcel Apfelbaum
· 12 years ago
6783ecf
hw: Avoid use of QOM type name macros in VMStateDescriptions
by Peter Maydell
· 12 years ago
b16352a
ccid-card-passthru, dev-smartcard-reader: add debug environment variables
by Alon Levy
· 12 years ago
0e61400
ccid-card-passthru: add atr check
by Alon Levy
· 12 years ago
da000a4
ccid: declare DEFAULT_ATR table to be "static const"
by Jim Meyering
· 13 years ago
dccfcd0
sysemu: avoid proliferation of include/ subdirectories
by Paolo Bonzini
· 12 years ago
47b43a1
hw: move private headers to hw/ subdirectories.
by Paolo Bonzini
· 12 years ago
49ab747
hw: move target-independent files to subdirectories
by Paolo Bonzini
· 12 years ago
[Renamed from hw/ccid-card-passthru.c]
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
927d487
softmmu: move remaining include files to include/ subdirectories
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
83c9089
monitor: move include files to include/monitor/
by Paolo Bonzini
· 12 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
39bffca
qdev: register all types natively through QEMU Object Model
by Anthony Liguori
· 13 years ago
ba7c052
ccid: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
7e62255
ccid: Fix buffer overrun in handling of VSC_ATR message
by Markus Armbruster
· 13 years ago
70f24fb
char: rename qemu_chr_close() -> qemu_chr_delete()
by Anthony Liguori
· 14 years ago
2cc6e0a
char: rename qemu_chr_write() -> qemu_chr_fe_write()
by Anthony Liguori
· 14 years ago
6d65516
w32: Fix compilation (wrong include file)
by Stefan Weil
· 14 years ago
edbb213
ccid: add passthru card device
by Alon Levy
· 14 years ago