1. 8a824e4 audio: Rename hw/audio/audio.h to hw/audio/soundhw.h by Eduardo Habkost · 8 years ago
  2. 4c56567 audio: Rename audio_init() to soundhw_init() by Eduardo Habkost · 8 years ago
  3. ca89f72 audio: Move arch_init audio code to hw/audio/soundhw.c by Eduardo Habkost · 8 years ago
  4. e90f2a8 qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable by Eduardo Habkost · 8 years ago
  5. 9ea5ada audio: Use ARRAY_SIZE from qemu/osdep.h by Juan Quintela · 8 years ago
  6. d52ccc0 audio: un-export OPLResetChip by Juan Quintela · 8 years ago
  7. 3fab7b6 audio: Remove unused typedefs by Juan Quintela · 8 years ago
  8. b3b4091 audio: UpdateHandler is not used anymore by Juan Quintela · 8 years ago
  9. e14e09c audio: IRQHandler is not used anymore by Juan Quintela · 8 years ago
  10. ade3398 audio: OPLSetUpdateHandler is not used anywhere by Juan Quintela · 8 years ago
  11. 17a1694 audio: OPLSetIRQHandler is not used anywhere by Juan Quintela · 8 years ago
  12. 135f5ae audio: GUSsample is int16_t by Juan Quintela · 8 years ago
  13. 4bf7792a audio: GUSword is uint16_t by Juan Quintela · 8 years ago
  14. 1c742f2 audio: GUSword is uint16_t by Juan Quintela · 8 years ago
  15. 222e035 audio: remove GUSchar by Juan Quintela · 8 years ago
  16. 0af81c5 audio: GUSbyte is uint8_t by Juan Quintela · 8 years ago
  17. 9887e22 audio: Remove unused fields by Juan Quintela · 8 years ago
  18. 8f7e2c2 audio: Remove type field by Juan Quintela · 8 years ago
  19. 7852b53 audio: Remove Unused OPL_TYPE_* by Juan Quintela · 8 years ago
  20. 8ec734d audio: Unfold OPLSAMPLE by Juan Quintela · 8 years ago
  21. 7f643fb audio: Remove INT32 by Juan Quintela · 8 years ago
  22. 7bf10b1 audio: remove INT16 by Juan Quintela · 8 years ago
  23. d2a4a01 audio: Remove INT8 by Juan Quintela · 8 years ago
  24. 3795f18 audio: remove UINT32 by Juan Quintela · 8 years ago
  25. d8586af audio: remove UINT16 by Juan Quintela · 8 years ago
  26. 4a796e9 audio: Remove UINT8 by Juan Quintela · 8 years ago
  27. 882ab9d audio: YM3812 was always defined by Juan Quintela · 8 years ago
  28. 2004429 audio: Remove YM3526 support by Juan Quintela · 8 years ago
  29. b6c6919 audio: remove Y8950 configuration by Juan Quintela · 8 years ago
  30. 68883a4 adlib: Remove support for YMF262 by Juan Quintela · 8 years ago
  31. 5eaa8e1 hw/audio: convert exit callback in HDACodecDeviceClass to void by Zihan Yang · 8 years ago
  32. 8ac5535 hw/audio: replace exit with unrealize in hda_codec_device_class_init by Zihan Yang · 8 years ago
  33. 11f547e es1370: wire up reset via DeviceClass by Gerd Hoffmann · 8 years ago
  34. 12351a9 audio: ac97: add exit function by Li Qiang · 8 years ago
  35. 069eb7b audio: es1370: add exit function by Li Qiang · 8 years ago
  36. 8becab9 hw/audio: QOM'ify pl041.c by xiaoqiang zhao · 8 years ago
  37. c025d0a hw/audio: QOM'ify marvell_88w8618.c by xiaoqiang zhao · 8 years ago
  38. d307c28 i2c: Allow I2C devices to NAK start events by Corey Minyard · 8 years ago
  39. 04e27c6 migration/pcspk: Add a property to state if pcspk is migrated by Dr. David Alan Gilbert · 8 years ago
  40. 0c0fc2b audio: intel-hda: check stream entry count during transfer by Prasad J Pandit · 8 years ago
  41. 39c88f5 pcspk: adding vmstate for save/restore by Pavel Dovgalyuk · 8 years ago
  42. e305a16 portio: keep references on portio by Marc-André Lureau · 9 years ago
  43. e723b87 trace-events: fix first line comment in trace-events by Laurent Vivier · 8 years ago
  44. 175de52 Clean up decorations and whitespace around header guards by Markus Armbruster · 9 years ago
  45. 2a6a407 Clean up ill-advised or unusual header guards by Markus Armbruster · 9 years ago
  46. 1108b2f pci: Convert msi_init() to Error and fix callers to check it by Cao jin · 9 years ago
  47. c0f2abf intel-hda: change msi property type by Cao jin · 9 years ago
  48. 8a0b4de pcspk: fix KVM by Paolo Bonzini · 9 years ago
  49. 873b4d3 pcspk: convert "pit" property type from ptr to link by Efimov Vasily · 9 years ago
  50. b0ad00b Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 9 years ago
  51. 7e13ea5 Merge remote-tracking branch 'remotes/mwalle/tags/lm32-queue/20160620' into staging by Peter Maydell · 9 years ago
  52. 92fe6af trace: split out trace events for hw/audio/ directory by Daniel P. Berrange · 9 years ago
  53. 6dbbe24 milkymist: update specification URLs by Michael Walle · 9 years ago
  54. 9be3859 coccinelle: Remove unnecessary variables for function return value by Eduardo Habkost · 9 years ago
  55. b988a65 audio: Use DIV_ROUND_UP by Laurent Vivier · 9 years ago
  56. c00dc67 replace muldiv64(a, b, c) by (uint64_t)a * b / c by Laurent Vivier · 9 years ago
  57. 07b9098 hw/audio: QOM'ify milkymist-ac97.c by xiaoqiang zhao · 9 years ago
  58. bda8d9b hw/audio: QOM'ify intel-hda by xiaoqiang zhao · 9 years ago
  59. e19202a hw/audio: QOM cleanup for intel-hda by xiaoqiang zhao · 9 years ago
  60. ff2df54 hw/audio: QOM'ify cs4231.c by xiaoqiang zhao · 9 years ago
  61. 03dd024 hw: explicitly include qemu/log.h by Paolo Bonzini · 9 years ago
  62. 73bcb24 Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND by Rutuja Shah · 9 years ago
  63. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  64. 30456d5 all: Clean up includes by Peter Maydell · 9 years ago
  65. 0d76904 ES1370: QOMify by Cao jin · 9 years ago
  66. f203c16 sb16: use IsaDma interface instead of global DMA_* functions by Hervé Poussineau · 9 years ago
  67. 467be5f gus: use IsaDma interface instead of global DMA_* functions by Hervé Poussineau · 9 years ago
  68. 2d01109 cs4231a: use IsaDma interface instead of global DMA_* functions by Hervé Poussineau · 9 years ago
  69. 6086a56 audio: Clean up includes by Peter Maydell · 9 years ago
  70. 8307c29 Remove macros IO_READ_PROTO and IO_WRITE_PROTO by Nutan Shinde · 9 years ago
  71. 67cc32e typofixes - v4 by Veres Lajos · 9 years ago
  72. 54da54e gus: clean up MemoryRegionPortio by Paolo Bonzini · 10 years ago
  73. 3337d0b sb16: remove useless mixer_write_indexw by Paolo Bonzini · 10 years ago
  74. ecf2e5a pcspk: Fix I/O port name by Jan Kiszka · 10 years ago
  75. 9af21db pci: Trivial device model conversions to realize by Markus Armbruster · 10 years ago
  76. 9939375 sb16: fix interrupt acknowledgement by Paolo Bonzini · 10 years ago
  77. 1337714 ac97: register reset via qom by Gerd Hoffmann · 10 years ago
  78. 0e4a773 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  79. 469b046 memory: remove memory_region_destroy by Paolo Bonzini · 11 years ago
  80. 142f4ac Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' into staging by Peter Maydell · 10 years ago
  81. 2ab5bf6 audio: don't use 'Yoda conditions' by Gonglei · 10 years ago
  82. d209c74 hw/audio/intel-hda: Fix MSI capability address by Jan Kiszka · 11 years ago
  83. 37f6be9 audio: fmopl: drop INLINE macro by Luiz Capitulino · 11 years ago
  84. d49805a savevm: Remove all the unneeded version_minimum_id_old (x86) by Juan Quintela · 11 years ago
  85. fb7da62 audio: Drop superfluous conditionals around g_free() by Markus Armbruster · 11 years ago
  86. b1fe60c hw/audio/intel-hda: Avoid shift into sign bit by Peter Maydell · 11 years ago
  87. a2554a3 audio/intel-hda: support FIFORDY by Stanislav Vorobiov · 11 years ago
  88. 895527e Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' into staging by Peter Maydell · 11 years ago
  89. 35d0845 savevm: Remove all the unneeded version_minimum_id_old (rest) by Juan Quintela · 11 years ago
  90. 8f1e884 savevm: Remove all the unneeded version_minimum_id_old (arm) by Juan Quintela · 11 years ago
  91. 848696b PortioList: Store PortioList in device state by Kirill Batuzov · 11 years ago
  92. 4843877 hda-audio: fix non-mixer codecs by Gerd Hoffmann · 11 years ago
  93. 69df1c3 audio: Add 'static' attributes to several variables by Stefan Weil · 11 years ago
  94. cd6c883 hda-audio: qom cleanups by Gerd Hoffmann · 11 years ago
  95. c7bcc85 qdev: Remove hex8/32/64 property types by Paolo Bonzini · 11 years ago
  96. bc229b0 wm8750: QOM'ify by Andreas Färber · 11 years ago
  97. 39e6a38 hda-codec: disable streams on reset by Gerd Hoffmann · 11 years ago
  98. c06f13c Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into staging by Anthony Liguori · 11 years ago
  99. 1b111dc hw: cannot_instantiate_with_device_add_yet due to pointer props by Markus Armbruster · 11 years ago
  100. dff7424 misc: Use macro ARRAY_SIZE where possible by Stefan Weil · 11 years ago