1. eb60441 hw/audio/via-ac97: Basic implementation of audio playback by BALATON Zoltan · 3 years, 1 month ago
  2. c272a72 hw/audio/ac97: Split off some definitions to a header by BALATON Zoltan · 3 years, 1 month ago
  3. 911a6af hw/audio/ac97: Replace container_of() by AC97() QOM cast macro by Philippe Mathieu-Daudé · 2 years ago
  4. 721d8f2 hw/audio/es1370: Replace container_of() by ES1370() QOM cast macro by Philippe Mathieu-Daudé · 2 years ago
  5. d9c214d hw/audio/es1370: Avoid forward-declaring ES1370State by Philippe Mathieu-Daudé · 2 years, 2 months ago
  6. acab7d6 hw/audio/hda-codec: Avoid forward-declaring HDAAudioState by Philippe Mathieu-Daudé · 2 years, 2 months ago
  7. 8e7db8a hw: Replace isa_get_irq() by isa_bus_get_irq() when ISABus is available by Philippe Mathieu-Daudé · 2 years, 1 month ago
  8. dc8d6cf hw/isa: Rename isa_get_dma() -> isa_bus_get_dma() by Philippe Mathieu-Daudé · 2 years, 1 month ago
  9. edf5ca5 include/hw/pci: Split pci_device.h off pci.h by Markus Armbruster · 2 years, 2 months ago
  10. 7d3cf19 hw/audio/intel-hda: Drop unnecessary prototype by Peter Maydell · 2 years, 5 months ago
  11. 3e95ef4 hw/audio/intel-hda: don't reset codecs twice by Peter Maydell · 2 years, 5 months ago
  12. bae17e7 hw/audio/cs4231a: Const'ify global tables by Bernhard Beschow · 2 years, 10 months ago
  13. dba2b29 hw/audio/ac97: Remove unneeded local variables by BALATON Zoltan · 2 years, 10 months ago
  14. dafea9e hw/audio/ac97: Remove unimplemented reset functions by BALATON Zoltan · 2 years, 10 months ago
  15. ab9f0f7 hw/audio/ac97: Coding style fixes to avoid checkpatch errors by BALATON Zoltan · 2 years, 10 months ago
  16. 039a683 introduce -audio as a replacement for -soundhw by Paolo Bonzini · 2 years, 10 months ago
  17. 67aaa96 soundhw: move help handling to vl.c by Paolo Bonzini · 2 years, 10 months ago
  18. bf521c5 soundhw: unify initialization for ISA and PCI soundhw by Paolo Bonzini · 2 years, 10 months ago
  19. eef5fdf soundhw: extract soundhw help to a separate function by Paolo Bonzini · 2 years, 10 months ago
  20. 9c50b8a soundhw: remove ability to create multiple soundcards by Paolo Bonzini · 2 years, 10 months ago
  21. 6033b9e pc: remove -soundhw pcspk by Paolo Bonzini · 2 years, 10 months ago
  22. b7a3a70 Merge tag 'pull-request-2022-03-21' of https://gitlab.com/thuth/qemu into staging by Peter Maydell · 3 years ago
  23. b21e238 Use g_new() & friends where that makes obvious sense by Markus Armbruster · 3 years ago
  24. 79fa998 hw/audio/intel-hda: Restrict DMA engine to memories (not MMIO devices) by Philippe Mathieu-Daudé · 3 years, 3 months ago
  25. be5a8cf hw/audio/intel-hda: Do not ignore DMA overrun errors by Philippe Mathieu-Daudé · 3 years, 3 months ago
  26. 215caca hw/isa: Inline and remove one-line isa_init_irq() by Bernhard Beschow · 3 years ago
  27. 17e3134 Remove unnecessary minimum_version_id_old fields by Peter Maydell · 3 years, 1 month ago
  28. 9adfbf1 hw: Move MARVELL_88W8618 Kconfig from audio/ to arm/ by Philippe Mathieu-Daudé · 3 years, 2 months ago
  29. ecd5f28 hw/audio/intel-hda: fix stream reset by Volker Rümelin · 3 years, 2 months ago
  30. 4a63054 pci: Let ld*_pci_dma() propagate MemTxResult by Philippe Mathieu-Daudé · 3 years, 3 months ago
  31. 398f9a8 pci: Let ld*_pci_dma() take MemTxAttrs argument by Philippe Mathieu-Daudé · 3 years, 3 months ago
  32. a423a1b pci: Let st*_pci_dma() take MemTxAttrs argument by Philippe Mathieu-Daudé · 3 years, 3 months ago
  33. e2d784b pci: Let pci_dma_rw() take MemTxAttrs argument by Philippe Mathieu-Daudé · 3 years, 3 months ago
  34. d637e1d qbus: Rename qbus_create_inplace() to qbus_init() by Peter Maydell · 3 years, 5 months ago
  35. 79fe9e4 hw/audio/adlib: Remove unused variable in adlib_callback by Richard Henderson · 3 years, 8 months ago
  36. 60e543f hw/audio/sb16: Restrict I/O sampling rate range for command 41h/42h by Qiang Liu · 3 years, 8 months ago
  37. a2cd86a hw/audio/sb16: Avoid assertion by restricting I/O sampling rate range by Philippe Mathieu-Daudé · 3 years, 9 months ago
  38. d0fb965 docs: fix references to docs/devel/tracing.rst by Stefano Garzarella · 3 years, 10 months ago
  39. 9d49bcf Drop the deprecated lm32 target by Markus Armbruster · 3 years, 10 months ago
  40. e178113 hw: Replace anti-social QOM type names by Markus Armbruster · 4 years ago
  41. a250e1c audio/via-ac97: Simplify code and set user_creatable to false by BALATON Zoltan · 4 years, 2 months ago
  42. 657fae2 vt82c686: Split off via-[am]c97 into separate file in hw/audio by BALATON Zoltan · 4 years, 2 months ago
  43. 44ba603 cs4231: Get rid of empty property array by Eduardo Habkost · 4 years, 3 months ago
  44. 61f3c91 nomaintainer: Fix Lesser GPL version number by Chetan Pant · 4 years, 4 months ago
  45. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
  46. 30b5707 qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros by Eduardo Habkost · 4 years, 6 months ago
  47. c821774a Use OBJECT_DECLARE_TYPE where possible by Eduardo Habkost · 4 years, 6 months ago
  48. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
  49. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
  50. edf632e hda-audio: Set instance_size at base class by Eduardo Habkost · 4 years, 6 months ago
  51. a9d4825 meson: convert hw/audio by Marc-André Lureau · 6 years ago
  52. 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
  53. 2336172 audio: set default value for pcspk.iobase property by Gerd Hoffmann · 4 years, 8 months ago
  54. 2e16ec0 audio: deprecate -soundhw pcspk by Gerd Hoffmann · 4 years, 8 months ago
  55. fcb541c audio: deprecate -soundhw hda by Gerd Hoffmann · 4 years, 8 months ago
  56. 4b96159 audio: deprecate -soundhw sb16 by Gerd Hoffmann · 4 years, 8 months ago
  57. ba54117 audio: deprecate -soundhw gus by Gerd Hoffmann · 4 years, 8 months ago
  58. 6497a63 audio: deprecate -soundhw cs4231a by Gerd Hoffmann · 4 years, 8 months ago
  59. 86388a3 audio: deprecate -soundhw adlib by Gerd Hoffmann · 4 years, 8 months ago
  60. 0e933fe audio: deprecate -soundhw es1370 by Gerd Hoffmann · 4 years, 8 months ago
  61. 2957f5a audio: deprecate -soundhw ac97 by Gerd Hoffmann · 4 years, 8 months ago
  62. 542e0c5 audio: add deprecated_register_soundhw by Gerd Hoffmann · 4 years, 8 months ago
  63. 5868034 hw/audio/gus: Fix registers 32-bit access by Allan Peramaki · 4 years, 9 months ago
  64. 3e80f69 qdev: Convert uses of qdev_create() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  65. 2f097e1 hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h' by Philippe Mathieu-Daudé · 4 years, 10 months ago
  66. 369ff95 es1370: check total frame count against current frame by Prasad J Pandit · 4 years, 10 months ago
  67. b69c3c2 qdev: Unrealize must not fail by Markus Armbruster · 4 years, 10 months ago
  68. d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 10 months ago
  69. b3ac2b9 Compress lines for immediate return by Simran Singhal · 5 years ago
  70. 95fad99 hw/audio/fmopl: fix segmentation fault by Volker Rümelin · 5 years ago
  71. a9d8ba2 hw/audio/intel-hda: Use memory region alias to reduce .rodata by 4.34MB by Philippe Mathieu-Daudé · 5 years ago
  72. 2eea51b hw/audio/fmopl: Move ENV_CURVE to .heap to save 32KiB of .bss by Philippe Mathieu-Daudé · 5 years ago
  73. 02f7a16 hw/audio/fmopl: Fix a typo twice by Philippe Mathieu-Daudé · 5 years ago
  74. f703a04 add device_legacy_reset function to prepare for reset api change by Damien Hedde · 5 years ago
  75. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  76. c435fea hda-codec: fix recording rate control by Volker Rümelin · 5 years ago
  77. df016a1 hda-codec: fix playback rate control by Volker Rümelin · 5 years ago
  78. c602699 hw/audio: Remove the "use_broken_id" hack from the AC97 device by Thomas Huth · 5 years ago
  79. 5893591 audio: remove audio_MIN, audio_MAX by Kővágó, Zoltán · 6 years ago
  80. 88e47b9 audio: add audiodev properties to frontends by Kővágó, Zoltán · 6 years ago
  81. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  82. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  83. d484205 Include exec/memory.h slightly less by Markus Armbruster · 6 years ago
  84. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  85. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  86. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  87. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  88. 0ce5e02 hw/audio/ac97: Use the QOM DEVICE() macro to access DeviceState.qdev by Philippe Mathieu-Daudé · 6 years ago
  89. 28605a2 Revert "audio: fix pc speaker init" by Gerd Hoffmann · 6 years ago
  90. 500016e trace-events: Shorten file names in comments by Markus Armbruster · 6 years ago
  91. 85bc585 audio: use qapi AudioFormat instead of audfmt_e by Kővágó, Zoltán · 6 years ago
  92. 1550b0e i2c: express dependencies with Kconfig by Paolo Bonzini · 6 years ago
  93. a7e2315 isa: express dependencies with kconfig by Paolo Bonzini · 6 years ago
  94. bcb129b build: convert sound.mak to Kconfig by Paolo Bonzini · 6 years ago
  95. 7c28b92 build: convert pci.mak to Kconfig by Paolo Bonzini · 6 years ago
  96. 82f5181 kconfig: introduce kconfig files by Paolo Bonzini · 6 years ago
  97. 2ac4c5f i2c: have I2C receive operation return uint8_t by Corey Minyard · 6 years ago
  98. bd56d37 audio: fix pc speaker init by Gerd Hoffmann · 6 years ago
  99. 29bc0a6 hw/audio/marvell: Don't include unnecessary i2c.h header file by Thomas Huth · 6 years ago
  100. 7ec9106 audio/hda: fix guest triggerable assert by Gerd Hoffmann · 6 years ago