1. f703a04 add device_legacy_reset function to prepare for reset api change by Damien Hedde · 5 years ago
  2. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  3. c435fea hda-codec: fix recording rate control by Volker Rümelin · 5 years ago
  4. df016a1 hda-codec: fix playback rate control by Volker Rümelin · 5 years ago
  5. c602699 hw/audio: Remove the "use_broken_id" hack from the AC97 device by Thomas Huth · 5 years ago
  6. 5893591 audio: remove audio_MIN, audio_MAX by Kővágó, Zoltán · 5 years ago
  7. 88e47b9 audio: add audiodev properties to frontends by Kővágó, Zoltán · 5 years ago
  8. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 5 years ago
  9. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 5 years ago
  10. d484205 Include exec/memory.h slightly less by Markus Armbruster · 5 years ago
  11. d645427 Include migration/vmstate.h less by Markus Armbruster · 5 years ago
  12. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 5 years ago
  13. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  14. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  15. 0ce5e02 hw/audio/ac97: Use the QOM DEVICE() macro to access DeviceState.qdev by Philippe Mathieu-Daudé · 6 years ago
  16. 28605a2 Revert "audio: fix pc speaker init" by Gerd Hoffmann · 6 years ago
  17. 500016e trace-events: Shorten file names in comments by Markus Armbruster · 6 years ago
  18. 85bc585 audio: use qapi AudioFormat instead of audfmt_e by Kővágó, Zoltán · 6 years ago
  19. 1550b0e i2c: express dependencies with Kconfig by Paolo Bonzini · 6 years ago
  20. a7e2315 isa: express dependencies with kconfig by Paolo Bonzini · 6 years ago
  21. bcb129b build: convert sound.mak to Kconfig by Paolo Bonzini · 6 years ago
  22. 7c28b92 build: convert pci.mak to Kconfig by Paolo Bonzini · 6 years ago
  23. 82f5181 kconfig: introduce kconfig files by Paolo Bonzini · 6 years ago
  24. 2ac4c5f i2c: have I2C receive operation return uint8_t by Corey Minyard · 6 years ago
  25. bd56d37 audio: fix pc speaker init by Gerd Hoffmann · 6 years ago
  26. 29bc0a6 hw/audio/marvell: Don't include unnecessary i2c.h header file by Thomas Huth · 6 years ago
  27. 7ec9106 audio/hda: fix guest triggerable assert by Gerd Hoffmann · 6 years ago
  28. 57ac4a7 fmops: fix off-by-one in AR_TABLE and DR_TABLE array size by Gerd Hoffmann · 6 years ago
  29. d436d4e audio: use TYPE_MV88W8618_AUDIO instead of hardcoded string by Mao Zhongyi · 6 years ago
  30. a8299ec1 audio: use object link instead of qdev property to pass wm8750 reference by Mao Zhongyi · 6 years ago
  31. a518333 audio: use TYPE_WM8750 instead of a hardcoded string by Mao Zhongyi · 6 years ago
  32. 417d430 hw: AC97: make it more QOMconventional by Li Qiang · 6 years ago
  33. 24f7973 es1370: more fixes for ADC_FRAMEADR and ADC_FRAMECNT by Paolo Bonzini · 6 years ago
  34. cf9270e es1370: fix ADC_FRAMEADR and ADC_FRAMECNT by Paolo Bonzini · 6 years ago
  35. edd7541 fix "Missing break in switch" coverity reports by Paolo Bonzini · 6 years ago
  36. 154c1d1 es1370: simplify MemoryRegionOps by Paolo Bonzini · 6 years ago
  37. 67fa1f5 audio/hda: Fix migration by Dr. David Alan Gilbert · 7 years ago
  38. cabedbc audio/hda: fix CID 1393631 by Gerd Hoffmann · 7 years ago
  39. 9d340f6 audio/hda: adjust larger gaps faster by Gerd Hoffmann · 7 years ago
  40. 3b84967 audio/hda: drop atomics by Gerd Hoffmann · 7 years ago
  41. bc753dc audio/hda: enable new timer code by default. by Gerd Hoffmann · 7 years ago
  42. 4501ee1 audio/hda: detect output buffer overruns by Gerd Hoffmann · 7 years ago
  43. 8ced066 audio/hda: tweak timer adjust logic by Gerd Hoffmann · 7 years ago
  44. 0a373bb audio/hda: turn some dprintfs into trace points by Gerd Hoffmann · 7 years ago
  45. 280c1e1 audio/hda: create millisecond timers that handle IO by Gerd Hoffmann · 7 years ago
  46. c8c9e10 hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init by Philippe Mathieu-Daudé · 7 years ago
  47. c907323 hw/audio: Fix crashes when devices are used on ISA bus without DMA by Thomas Huth · 7 years ago
  48. 8ec660b hw/audio/sb16.c: change dolog() to qemu_log_mask() by John Arbuckle · 7 years ago
  49. 7ab14c5 hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.h by Philippe Mathieu-Daudé · 7 years ago
  50. a89f364 Replace all occurances of __FUNCTION__ with __func__ by Alistair Francis · 7 years ago
  51. 09db4d3 misc: remove old i386 dependency by Philippe Mathieu-Daudé · 7 years ago
  52. 47181f5 misc: remove headers implicitly included by Philippe Mathieu-Daudé · 7 years ago
  53. e9808d0 hw: use "qemu/osdep.h" as first #include in source files by Philippe Mathieu-Daudé · 7 years ago
  54. fd3b02c pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices by Eduardo Habkost · 7 years ago
  55. 44b1ff3 migration: pre_save return int by Dr. David Alan Gilbert · 7 years ago
  56. a6b0bdc audio: intel-hda: do not use old_mmio accesses by Matt Parker · 7 years ago
  57. 4bb3893 wm8750: add record buffer underrun check by Gerd Hoffmann · 7 years ago
  58. 668c2d1 pcspk: use QEMU_ALIGN_DOWN by Marc-André Lureau · 8 years ago
  59. 8908eb1 trace-events: fix code style: print 0x before hex numbers by Vladimir Sementsov-Ogievskiy · 7 years ago
  60. 87e0331 docs: fix broken paths to docs/devel/tracing.txt by Philippe Mathieu-Daudé · 7 years ago
  61. 639b49e audio/adlib: remove limitation of one adlib card by Hervé Poussineau · 8 years ago
  62. c57fbf5 audio/fmopl: modify timer callback to give opaque and channel parameters in two arguments by Hervé Poussineau · 8 years ago
  63. 8a824e4 audio: Rename hw/audio/audio.h to hw/audio/soundhw.h by Eduardo Habkost · 8 years ago
  64. 4c56567 audio: Rename audio_init() to soundhw_init() by Eduardo Habkost · 8 years ago
  65. ca89f72 audio: Move arch_init audio code to hw/audio/soundhw.c by Eduardo Habkost · 8 years ago
  66. e90f2a8 qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable by Eduardo Habkost · 8 years ago
  67. 9ea5ada audio: Use ARRAY_SIZE from qemu/osdep.h by Juan Quintela · 8 years ago
  68. d52ccc0 audio: un-export OPLResetChip by Juan Quintela · 8 years ago
  69. 3fab7b6 audio: Remove unused typedefs by Juan Quintela · 8 years ago
  70. b3b4091 audio: UpdateHandler is not used anymore by Juan Quintela · 8 years ago
  71. e14e09c audio: IRQHandler is not used anymore by Juan Quintela · 8 years ago
  72. ade3398 audio: OPLSetUpdateHandler is not used anywhere by Juan Quintela · 8 years ago
  73. 17a1694 audio: OPLSetIRQHandler is not used anywhere by Juan Quintela · 8 years ago
  74. 135f5ae audio: GUSsample is int16_t by Juan Quintela · 8 years ago
  75. 4bf7792a audio: GUSword is uint16_t by Juan Quintela · 8 years ago
  76. 1c742f2 audio: GUSword is uint16_t by Juan Quintela · 8 years ago
  77. 222e035 audio: remove GUSchar by Juan Quintela · 8 years ago
  78. 0af81c5 audio: GUSbyte is uint8_t by Juan Quintela · 8 years ago
  79. 9887e22 audio: Remove unused fields by Juan Quintela · 8 years ago
  80. 8f7e2c2 audio: Remove type field by Juan Quintela · 8 years ago
  81. 7852b53 audio: Remove Unused OPL_TYPE_* by Juan Quintela · 8 years ago
  82. 8ec734d audio: Unfold OPLSAMPLE by Juan Quintela · 8 years ago
  83. 7f643fb audio: Remove INT32 by Juan Quintela · 8 years ago
  84. 7bf10b1 audio: remove INT16 by Juan Quintela · 8 years ago
  85. d2a4a01 audio: Remove INT8 by Juan Quintela · 8 years ago
  86. 3795f18 audio: remove UINT32 by Juan Quintela · 8 years ago
  87. d8586af audio: remove UINT16 by Juan Quintela · 8 years ago
  88. 4a796e9 audio: Remove UINT8 by Juan Quintela · 8 years ago
  89. 882ab9d audio: YM3812 was always defined by Juan Quintela · 8 years ago
  90. 2004429 audio: Remove YM3526 support by Juan Quintela · 8 years ago
  91. b6c6919 audio: remove Y8950 configuration by Juan Quintela · 8 years ago
  92. 68883a4 adlib: Remove support for YMF262 by Juan Quintela · 8 years ago
  93. 5eaa8e1 hw/audio: convert exit callback in HDACodecDeviceClass to void by Zihan Yang · 8 years ago
  94. 8ac5535 hw/audio: replace exit with unrealize in hda_codec_device_class_init by Zihan Yang · 8 years ago
  95. 11f547e es1370: wire up reset via DeviceClass by Gerd Hoffmann · 8 years ago
  96. 12351a9 audio: ac97: add exit function by Li Qiang · 8 years ago
  97. 069eb7b audio: es1370: add exit function by Li Qiang · 8 years ago
  98. 8becab9 hw/audio: QOM'ify pl041.c by xiaoqiang zhao · 8 years ago
  99. c025d0a hw/audio: QOM'ify marvell_88w8618.c by xiaoqiang zhao · 8 years ago
  100. d307c28 i2c: Allow I2C devices to NAK start events by Corey Minyard · 8 years ago