Sign in
qemu
/
qemu
/
7fbf95a037d79c5e923ffb51ac902dbe9599c87f
/
hw
/
usb
/
dev-smartcard-reader.c
8063396
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
by Eduardo Habkost
· 4 years, 6 months ago
7f46ed2
dev-smartcard-reader: Rename CCID_DEV_NAME to TYPE_USB_CCID_DEV
by Eduardo Habkost
· 4 years, 6 months ago
8110fa1
Use DECLARE_*CHECKER* macros
by Eduardo Habkost
· 4 years, 6 months ago
db1015e
Move QOM typedefs and add missing includes
by Eduardo Habkost
· 4 years, 6 months ago
9bc6bfd
qdev: Drop qbus_set_hotplug_handler() parameter @errp
by Markus Armbruster
· 4 years, 8 months ago
b69c3c2
qdev: Unrealize must not fail
by Markus Armbruster
· 4 years, 10 months ago
f7795e4
misc: Replace zero-length arrays with flexible array member (automatic)
by Philippe Mathieu-Daudé
· 5 years ago
4f67d30
qdev: set properties with device_class_set_props()
by Marc-André Lureau
· 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
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
94d1cc5
qdev: pass an Object * to qbus_set_hotplug_handler()
by Michael Roth
· 6 years ago
246e195
hw/usb: Use the IEC binary prefix definitions
by Philippe Mathieu-Daudé
· 7 years ago
a1738cd
Revert "usb-ccid: fix bus leak"
by Marc-André Lureau
· 7 years ago
719a307
Purge uses of banned g_assert_FOO()
by Markus Armbruster
· 7 years ago
410a096
usb-ccid: fix bus leak
by Marc-André Lureau
· 7 years ago
463581a
usb: use local path for local headers
by Michael S. Tsirkin
· 7 years ago
8030dca
hw/usb/dev-smartcard-reader: Handle 64 B USB packets
by Jakub Jelen
· 7 years ago
0ee86bb
ccid: Fix dwProtocols advertisement of T=0
by Jason Andryuk
· 7 years ago
80ae865
usb-ccid: convert CCIDCardClass::exitfn() -> unrealize()
by Philippe Mathieu-Daudé
· 7 years ago
c751669
usb-ccid: inline ccid_card_initfn() in ccid_card_realize()
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
31bd59d
usb-ccid: remove needless migration state code
by Marc-André Lureau
· 7 years ago
44b1ff3
migration: pre_save return int
by Dr. David Alan Gilbert
· 7 years ago
3dc6f86
Convert error_report() to warn_report()
by Alistair Francis
· 8 years ago
6b1de14
usb-ccid: make ccid_write_data_block() cope with null buffers
by Philippe Mathieu-Daudé
· 8 years ago
c4fe970
usb: replace handle_destroy with unrealize
by Marc-André Lureau
· 8 years ago
31fb444
usb-ccid: add check message size checks
by Gerd Hoffmann
· 8 years ago
7569c54
usb-ccid: move header size check
by Gerd Hoffmann
· 8 years ago
0aeebc7
usb-ccid: better bulk_out error handling
by Gerd Hoffmann
· 8 years ago
c7dfbf3
usb: ccid: check ccid apdu length
by Prasad J Pandit
· 8 years ago
73f7fd8
usb: Change *_exitfn return type from int to void
by Akanksha Srivastava
· 8 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
e532b2e
usb: Clean up includes
by Peter Maydell
· 9 years ago
86d7e21
usb-ccid: add missing wakeup calls
by Gerd Hoffmann
· 10 years ago
cfda2ce
usb-ccid: fix 61b4887b41b270bc837ead57bc502d904af023bb
by Gerd Hoffmann
· 10 years ago
a0b1a66
Include monitor/monitor.h exactly where needed
by Markus Armbruster
· 10 years ago
61b4887
usb: usb-ccid QOMify
by Gonglei
· 10 years ago
138d587
usb: Convert usb-ccid to hotplug handler API
by Igor Mammedov
· 10 years ago
0b8b863
usb-ccid: convert init to realize
by Gonglei
· 10 years ago
bd93976
usb: Remove magic constants from device bmAttributes
by Pantelis Koukousoulas
· 11 years ago
fb17dfe
qdev: Pass size to qbus_create_inplace()
by Andreas Färber
· 12 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
58aeda1
dev-smartcard-reader: empty implementation for Mechanical (fail correctly)
by Alon Levy
· 12 years ago
2f8f916
dev-smartcard-reader: copy atr protocol to ccid parameters
by Alon Levy
· 12 years ago
d7d218e
dev-smartcard-reader: change default protocol to T=0
by Alon Levy
· 12 years ago
4942d6c
dev-smartcard-reader: define structs for CCID_Parameter internals
by Alon Levy
· 12 years ago
b16352a
ccid-card-passthru, dev-smartcard-reader: add debug environment variables
by Alon Levy
· 12 years ago
693e477
dev-smartcard-reader: reuse usb.h definitions
by Alon Levy
· 12 years ago
c5cd7c8
dev-smartcard-reader: support windows guest
by Alon Levy
· 12 years ago
47bf53a
dev-smartcard-reader: remove aborts (never triggered, but just in case)
by Alon Levy
· 12 years ago
7e1ac5a
dev-smartcard-reader: nicer debug messages
by Alon Levy
· 12 years ago
4543d43
dev-smartcard-reader: white space fixes
by Alon Levy
· 12 years ago
47b43a1
hw: move private headers to hw/ subdirectories.
by Paolo Bonzini
· 12 years ago
8550a02
usb-core: usb3 streams
by Gerd Hoffmann
· 12 years ago
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 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
c402074
usb-smartcard-reader: Properly NAK interrupt eps when we've no events
by Hans de Goede
· 12 years ago
9a77a0f
usb: split packet result into actual_length + status
by Hans de Goede
· 12 years ago
93bfef4
Allow machines to configure the QEMU_VERSION that's exposed via hardware
by Crístian Viana
· 13 years ago
0d93692
qdev: Convert busses to QEMU Object Model
by Anthony Liguori
· 13 years ago
bce5447
qdev: Move bus properties to abstract superclasses
by Paolo Bonzini
· 13 years ago
3cb75a7
qdev: Move bus properties to a separate global
by Paolo Bonzini
· 13 years ago
9d55d1a
usb: add serial number generator
by Gerd Hoffmann
· 13 years ago
f1ae32a
usb: the big rename
by Gerd Hoffmann
· 13 years ago
[Renamed (99%) from hw/usb-ccid.c]
93148aa
Spelling fixes in comments (it's -> its)
by Stefan Weil
· 13 years ago
cff1789
usb-ccid: advertise SELF_POWERED
by Alon Levy
· 13 years ago
7718564
Merge remote-tracking branch 'kraxel/usb.38' into staging
by Anthony Liguori
· 13 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
7567b51
usb: pass USBEndpoint to usb_wakeup
by Gerd Hoffmann
· 13 years ago
079d0b7
usb: Set USBEndpoint in usb_packet_setup().
by Gerd Hoffmann
· 13 years ago
7f74a56
usb: kill handle_packet callback
by Gerd Hoffmann
· 13 years ago
d307af7
qdev: kill off DeviceInfo
by Anthony Liguori
· 13 years ago
39bffca
qdev: register all types natively through QEMU Object Model
by Anthony Liguori
· 13 years ago
ba02430
usb: separate out legacy usb registration from type registration
by Anthony Liguori
· 13 years ago
ba7c052
ccid: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
62aed76
usb: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
30fbb9f
qdev: move qdev->info to class
by Anthony Liguori
· 13 years ago
1de14d4
usb: track altsetting in USBDevice
by Gerd Hoffmann
· 14 years ago
7755260
usb-ccid: remote wakeup support
by Gerd Hoffmann
· 14 years ago
97237e0
usb-ccid: switch to USBDesc*
by Gerd Hoffmann
· 14 years ago
541dc0d
Use new macro QEMU_PACKED for packed structures
by Stefan Weil
· 14 years ago
4f4321c
usb: use iovecs in USBPacket
by Gerd Hoffmann
· 14 years ago
1cc2428
usb-ccid: Drop unused CCIDCardInfo callback print()
by Markus Armbruster
· 14 years ago
656acdd
Merge remote-tracking branch 'kraxel/usb.17' into staging
by Anthony Liguori
· 14 years ago
6daf194
Strip trailing '\n' from error_report()'s first argument
by Markus Armbruster
· 14 years ago
ba3f9bf
usb: Add a speedmask to devices
by Hans de Goede
· 14 years ago
6df658f
usb-ccid: Plug memory leak on qdev exit()
by Markus Armbruster
· 14 years ago
007fd62
usb: Pass the packet to the device's handle_control callback
by Hans de Goede
· 14 years ago
62a2ab6
usb-ccid: Spelling fixes
by Brad Hards
· 14 years ago
c53c125
Fix non-portable format string in usb-ccid.c
by David Gibson
· 14 years ago
3670714
usb-ccid: add CCID bus
by Alon Levy
· 14 years ago