1. fa293f8 hw/audio/sb16: Do not migrate qdev properties by Philippe Mathieu-Daudé · 1 year, 4 months ago
  2. 856a6fe hw/audio: Constify VMState by Richard Henderson · 1 year, 3 months ago
  3. cb94ff5 audio: propagate Error * out of audio_init by Martin Kletzander · 1 year, 5 months ago
  4. 8e7db8a hw: Replace isa_get_irq() by isa_bus_get_irq() when ISABus is available by Philippe Mathieu-Daudé · 2 years, 1 month ago
  5. dc8d6cf hw/isa: Rename isa_get_dma() -> isa_bus_get_dma() by Philippe Mathieu-Daudé · 2 years, 1 month ago
  6. 215caca hw/isa: Inline and remove one-line isa_init_irq() by Bernhard Beschow · 3 years ago
  7. 60e543f hw/audio/sb16: Restrict I/O sampling rate range for command 41h/42h by Qiang Liu · 3 years, 9 months ago
  8. a2cd86a hw/audio/sb16: Avoid assertion by restricting I/O sampling rate range by Philippe Mathieu-Daudé · 3 years, 9 months ago
  9. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
  10. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
  11. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
  12. 4b96159 audio: deprecate -soundhw sb16 by Gerd Hoffmann · 4 years, 8 months ago
  13. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  14. 5893591 audio: remove audio_MIN, audio_MAX by Kővágó, Zoltán · 6 years ago
  15. 88e47b9 audio: add audiodev properties to frontends by Kővágó, Zoltán · 6 years ago
  16. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  17. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  18. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  19. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  20. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  21. 85bc585 audio: use qapi AudioFormat instead of audfmt_e by Kővágó, Zoltán · 6 years ago
  22. edd7541 fix "Missing break in switch" coverity reports by Paolo Bonzini · 7 years ago
  23. c907323 hw/audio: Fix crashes when devices are used on ISA bus without DMA by Thomas Huth · 7 years ago
  24. 8ec660b hw/audio/sb16.c: change dolog() to qemu_log_mask() by John Arbuckle · 7 years ago
  25. 8a824e4 audio: Rename hw/audio/audio.h to hw/audio/soundhw.h by Eduardo Habkost · 8 years ago
  26. e305a16 portio: keep references on portio by Marc-André Lureau · 9 years ago
  27. 73bcb24 Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND by Rutuja Shah · 9 years ago
  28. f203c16 sb16: use IsaDma interface instead of global DMA_* functions by Hervé Poussineau · 9 years ago
  29. 6086a56 audio: Clean up includes by Peter Maydell · 9 years ago
  30. 8307c29 Remove macros IO_READ_PROTO and IO_WRITE_PROTO by Nutan Shinde · 9 years ago
  31. 3337d0b sb16: remove useless mixer_write_indexw by Paolo Bonzini · 10 years ago
  32. 9939375 sb16: fix interrupt acknowledgement by Paolo Bonzini · 10 years ago
  33. 2ab5bf6 audio: don't use 'Yoda conditions' by Gonglei · 11 years ago
  34. d49805a savevm: Remove all the unneeded version_minimum_id_old (x86) by Juan Quintela · 11 years ago
  35. c7bcc85 qdev: Remove hex8/32/64 property types by Paolo Bonzini · 11 years ago
  36. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  37. 125ee0e devices: Associate devices to their logical category by Marcel Apfelbaum · 12 years ago
  38. db895a1 isa: Use realizefn for ISADevice by Andreas Färber · 12 years ago
  39. 36cd6f6 audio: remove the need for audio card CONFIG_* symbols by Paolo Bonzini · 12 years ago
  40. 399f05a sb16: QOM'ify by Andreas Färber · 12 years ago
  41. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/sb16.c]
  42. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  43. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  44. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  45. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  46. 4d5b97d cleanup useless return sentence by Amos Kong · 12 years ago
  47. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  48. cf4dc46 Restore consistent formatting by malc · 13 years ago
  49. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  50. 8f04ee0 isa: pic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  51. 4a0f031 audio: remove unused parameter isa_pic by Hervé Poussineau · 13 years ago
  52. 48a18b3 isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions by Hervé Poussineau · 13 years ago
  53. 42c1a22 sb16: Convert to isa_register_portio_list by Richard Henderson · 14 years ago
  54. 8acbc9b Restore consistent formatting Signed-off-by: malc <av1474@comtv.ru> by malc · 13 years ago
  55. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  56. dee41d5 Keep track of ISA ports ISA device is using in qdev. by Gleb Natapov · 14 years ago
  57. 514d97d dma/sb16: make clang analyzer not complain by malc · 15 years ago
  58. be73cfe savevm: Port to qdev.vmsd all devices that have qdev by Juan Quintela · 15 years ago
  59. ebfd6f4 sb16: port to vmstate by Juan Quintela · 15 years ago
  60. cd7aafc sb16: remove highspeed reset code by malc · 15 years ago
  61. 4f4cc0e audio: use muldiv64 where it makes sense by malc · 15 years ago
  62. 057fa65 audio: remove lsbindex/popcount in favour of host-utils's ctz32 by malc · 15 years ago
  63. 6ee093c Unexport ticks_per_sec variable. Create get_ticks_per_sec() function by Juan Quintela · 16 years ago
  64. 3122616 Fix formatting by malc · 16 years ago
  65. f7b4f61 qdev/isa: convert soundblaster by Gerd Hoffmann · 16 years ago
  66. f827497 Fix sb16 breakage due to unassigned s->irq by malc · 16 years ago
  67. 660cfb6 Fix formatting by malc · 16 years ago
  68. 3a38d43 Add isa_reserve_irq(). by Jes Sorensen · 16 years ago
  69. d999f7e Restore consistent formatting of audio devices by malc · 16 years ago
  70. 1a7dafc Remove any pretense that there can be more than one AudioState by malc · 16 years ago
  71. 22d83b1 Push AUD_init down to devices by Paul Brook · 16 years ago
  72. 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  73. b1503cd Use the ARRAY_SIZE() macro where appropriate. by malc · 16 years ago
  74. 1ea879e Make audio violate POSIX less by malc · 16 years ago
  75. ca9cc28 pthreads-based audio and miscellaneous audio clean-up (malc). by balrog · 17 years ago
  76. bee8d68 qemu_put signedness fixes, by Andre Przywara. by ths · 17 years ago
  77. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  78. d537cf6 Unify IRQ handling. by pbrook · 18 years ago
  79. d929eba audio endianness API changes (malc) by bellard · 19 years ago
  80. feea13e sb16 fixes (WfW 3 appears to work with shipped drivers) (malc) by bellard · 19 years ago
  81. 26a7646 C99 64 bit printf by bellard · 19 years ago
  82. 546754d pcm endianness is now explicit (malc) by bellard · 19 years ago
  83. a0d01ed spelling fix (malc) by bellard · 19 years ago
  84. c0fe382 audio merge (malc) by bellard · 19 years ago
  85. 1d14ffa merged 15a_aqemu.patch audio patch (malc) by bellard · 19 years ago
  86. 81eea5e comment by bellard · 20 years ago
  87. 15b6147 audio fix (malc) by bellard · 20 years ago
  88. 7372f88 audio fixes (malc) by bellard · 20 years ago
  89. fb06518 audio clean up (initial patch by malc) by bellard · 20 years ago
  90. 85571bc audio merge (malc) by bellard · 20 years ago
  91. d75d9f6 SDL Audio support and SB16 fixes (malc) by bellard · 20 years ago
  92. d329a6f audip fixes (malc) by bellard · 21 years ago
  93. 202a456 safer sb16 code by bellard · 21 years ago
  94. 67b915a win32 port (initial patch by kazu) by bellard · 21 years ago
  95. 5e2a644 removed most of global context uses - removed unneeded abort() which cause problems during win95 hardware scan by bellard · 21 years ago
  96. 7d977de io port API change by bellard · 21 years ago
  97. f9e92e9 use physical memory access functions for DMA by bellard · 21 years ago
  98. bc0b1dc sb16 patch (malc) by bellard · 21 years ago
  99. 7138fcf use CPUState by bellard · 21 years ago
  100. 2750332 Soundblaster 16 support (malc) by bellard · 21 years ago