1. 73bcb24 Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND by Rutuja Shah · 9 years ago
  2. f203c16 sb16: use IsaDma interface instead of global DMA_* functions by Hervé Poussineau · 9 years ago
  3. 6086a56 audio: Clean up includes by Peter Maydell · 9 years ago
  4. 8307c29 Remove macros IO_READ_PROTO and IO_WRITE_PROTO by Nutan Shinde · 9 years ago
  5. 3337d0b sb16: remove useless mixer_write_indexw by Paolo Bonzini · 10 years ago
  6. 9939375 sb16: fix interrupt acknowledgement by Paolo Bonzini · 10 years ago
  7. 2ab5bf6 audio: don't use 'Yoda conditions' by Gonglei · 11 years ago
  8. d49805a savevm: Remove all the unneeded version_minimum_id_old (x86) by Juan Quintela · 11 years ago
  9. c7bcc85 qdev: Remove hex8/32/64 property types by Paolo Bonzini · 11 years ago
  10. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  11. 125ee0e devices: Associate devices to their logical category by Marcel Apfelbaum · 12 years ago
  12. db895a1 isa: Use realizefn for ISADevice by Andreas Färber · 12 years ago
  13. 36cd6f6 audio: remove the need for audio card CONFIG_* symbols by Paolo Bonzini · 12 years ago
  14. 399f05a sb16: QOM'ify by Andreas Färber · 12 years ago
  15. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/sb16.c]
  16. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  17. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  18. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  19. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  20. 4d5b97d cleanup useless return sentence by Amos Kong · 12 years ago
  21. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  22. cf4dc46 Restore consistent formatting by malc · 13 years ago
  23. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  24. 8f04ee0 isa: pic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  25. 4a0f031 audio: remove unused parameter isa_pic by Hervé Poussineau · 13 years ago
  26. 48a18b3 isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions by Hervé Poussineau · 13 years ago
  27. 42c1a22 sb16: Convert to isa_register_portio_list by Richard Henderson · 14 years ago
  28. 8acbc9b Restore consistent formatting Signed-off-by: malc <av1474@comtv.ru> by malc · 13 years ago
  29. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  30. dee41d5 Keep track of ISA ports ISA device is using in qdev. by Gleb Natapov · 14 years ago
  31. 514d97d dma/sb16: make clang analyzer not complain by malc · 15 years ago
  32. be73cfe savevm: Port to qdev.vmsd all devices that have qdev by Juan Quintela · 15 years ago
  33. ebfd6f4 sb16: port to vmstate by Juan Quintela · 15 years ago
  34. cd7aafc sb16: remove highspeed reset code by malc · 15 years ago
  35. 4f4cc0e audio: use muldiv64 where it makes sense by malc · 15 years ago
  36. 057fa65 audio: remove lsbindex/popcount in favour of host-utils's ctz32 by malc · 15 years ago
  37. 6ee093c Unexport ticks_per_sec variable. Create get_ticks_per_sec() function by Juan Quintela · 15 years ago
  38. 3122616 Fix formatting by malc · 15 years ago
  39. f7b4f61 qdev/isa: convert soundblaster by Gerd Hoffmann · 15 years ago
  40. f827497 Fix sb16 breakage due to unassigned s->irq by malc · 16 years ago
  41. 660cfb6 Fix formatting by malc · 16 years ago
  42. 3a38d43 Add isa_reserve_irq(). by Jes Sorensen · 16 years ago
  43. d999f7e Restore consistent formatting of audio devices by malc · 16 years ago
  44. 1a7dafc Remove any pretense that there can be more than one AudioState by malc · 16 years ago
  45. 22d83b1 Push AUD_init down to devices by Paul Brook · 16 years ago
  46. 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  47. b1503cd Use the ARRAY_SIZE() macro where appropriate. by malc · 16 years ago
  48. 1ea879e Make audio violate POSIX less by malc · 16 years ago
  49. ca9cc28 pthreads-based audio and miscellaneous audio clean-up (malc). by balrog · 17 years ago
  50. bee8d68 qemu_put signedness fixes, by Andre Przywara. by ths · 17 years ago
  51. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  52. d537cf6 Unify IRQ handling. by pbrook · 18 years ago
  53. d929eba audio endianness API changes (malc) by bellard · 19 years ago
  54. feea13e sb16 fixes (WfW 3 appears to work with shipped drivers) (malc) by bellard · 19 years ago
  55. 26a7646 C99 64 bit printf by bellard · 19 years ago
  56. 546754d pcm endianness is now explicit (malc) by bellard · 19 years ago
  57. a0d01ed spelling fix (malc) by bellard · 19 years ago
  58. c0fe382 audio merge (malc) by bellard · 19 years ago
  59. 1d14ffa merged 15a_aqemu.patch audio patch (malc) by bellard · 19 years ago
  60. 81eea5e comment by bellard · 20 years ago
  61. 15b6147 audio fix (malc) by bellard · 20 years ago
  62. 7372f88 audio fixes (malc) by bellard · 20 years ago
  63. fb06518 audio clean up (initial patch by malc) by bellard · 20 years ago
  64. 85571bc audio merge (malc) by bellard · 20 years ago
  65. d75d9f6 SDL Audio support and SB16 fixes (malc) by bellard · 20 years ago
  66. d329a6f audip fixes (malc) by bellard · 21 years ago
  67. 202a456 safer sb16 code by bellard · 21 years ago
  68. 67b915a win32 port (initial patch by kazu) by bellard · 21 years ago
  69. 5e2a644 removed most of global context uses - removed unneeded abort() which cause problems during win95 hardware scan by bellard · 21 years ago
  70. 7d977de io port API change by bellard · 21 years ago
  71. f9e92e9 use physical memory access functions for DMA by bellard · 21 years ago
  72. bc0b1dc sb16 patch (malc) by bellard · 21 years ago
  73. 7138fcf use CPUState by bellard · 21 years ago
  74. 2750332 Soundblaster 16 support (malc) by bellard · 21 years ago