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