1. e3d0814 hw: Use device_class_set_legacy_reset() instead of opencoding by Peter Maydell · 3 months ago
  2. 856a6fe hw/audio: Constify VMState by Richard Henderson · 12 months ago
  3. cb94ff5 audio: propagate Error * out of audio_init by Martin Kletzander · 1 year, 2 months ago
  4. c272a72 hw/audio/ac97: Split off some definitions to a header by BALATON Zoltan · 2 years, 11 months ago
  5. 911a6af hw/audio/ac97: Replace container_of() by AC97() QOM cast macro by Philippe Mathieu-Daudé · 1 year, 10 months ago
  6. edf5ca5 include/hw/pci: Split pci_device.h off pci.h by Markus Armbruster · 2 years ago
  7. dba2b29 hw/audio/ac97: Remove unneeded local variables by BALATON Zoltan · 2 years, 8 months ago
  8. dafea9e hw/audio/ac97: Remove unimplemented reset functions by BALATON Zoltan · 2 years, 8 months ago
  9. ab9f0f7 hw/audio/ac97: Coding style fixes to avoid checkpatch errors by BALATON Zoltan · 2 years, 8 months ago
  10. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 3 months ago
  11. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 4 months ago
  12. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 3 months ago
  13. 2957f5a audio: deprecate -soundhw ac97 by Gerd Hoffmann · 4 years, 6 months ago
  14. b3ac2b9 Compress lines for immediate return by Simran Singhal · 4 years, 9 months ago
  15. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  16. c602699 hw/audio: Remove the "use_broken_id" hack from the AC97 device by Thomas Huth · 5 years ago
  17. 5893591 audio: remove audio_MIN, audio_MAX by Kővágó, Zoltán · 5 years ago
  18. 88e47b9 audio: add audiodev properties to frontends by Kővágó, Zoltán · 5 years ago
  19. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 5 years ago
  20. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 5 years ago
  21. d645427 Include migration/vmstate.h less by Markus Armbruster · 5 years ago
  22. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  23. 0ce5e02 hw/audio/ac97: Use the QOM DEVICE() macro to access DeviceState.qdev by Philippe Mathieu-Daudé · 6 years ago
  24. 85bc585 audio: use qapi AudioFormat instead of audfmt_e by Kővágó, Zoltán · 6 years ago
  25. 417d430 hw: AC97: make it more QOMconventional by Li Qiang · 6 years ago
  26. fd3b02c pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices by Eduardo Habkost · 7 years ago
  27. 8a824e4 audio: Rename hw/audio/audio.h to hw/audio/soundhw.h by Eduardo Habkost · 8 years ago
  28. 12351a9 audio: ac97: add exit function by Li Qiang · 8 years ago
  29. 6086a56 audio: Clean up includes by Peter Maydell · 9 years ago
  30. 9af21db pci: Trivial device model conversions to realize by Markus Armbruster · 10 years ago
  31. 1337714 ac97: register reset via qom by Gerd Hoffmann · 10 years ago
  32. 469b046 memory: remove memory_region_destroy by Paolo Bonzini · 11 years ago
  33. d49805a savevm: Remove all the unneeded version_minimum_id_old (x86) by Juan Quintela · 11 years ago
  34. 9e64f8a hw: set interrupts using pci irq wrappers by Marcel Apfelbaum · 11 years ago
  35. 125ee0e devices: Associate devices to their logical category by Marcel Apfelbaum · 11 years ago
  36. 64bde0f hw/a*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  37. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  38. 36cd6f6 audio: remove the need for audio card CONFIG_* symbols by Paolo Bonzini · 12 years ago
  39. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/ac97.c]
  40. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  41. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  42. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  43. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  44. a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
  45. d6a6d36 ac97: convert PIO to new memory api read/write by Alexander Graf · 12 years ago
  46. f90c2bc pci: convert PCIUnregisterFunc to void by Alex Williamson · 12 years ago
  47. 847c25d hw/ac97: Mask out the EAPD bit on Powerdown Ctrl/Stat writes by Hans de Goede · 13 years ago
  48. 7873bfb hw/ac97: Mask out unused bits of volume controls by Hans de Goede · 13 years ago
  49. f94e9b9 hw/ac97: Use AC97_Record_Gain_Mute not AC97_Line_In_Volume_Mute by Hans de Goede · 13 years ago
  50. d044be3 hw/ac97: Make a bunch of mixer registers read only by Hans de Goede · 13 years ago
  51. a4e652e hw/ac97: Fix log message in mixer_load by Hans de Goede · 13 years ago
  52. 19677a3 hw/ac97: add support for volume control by Marc-André Lureau · 13 years ago
  53. 5b72392 hw/ac97: the volume mask is not only 0x1f by Marc-André Lureau · 13 years ago
  54. ed2997c hw/ac97: remove USE_MIXER code by Marc-André Lureau · 13 years ago
  55. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  56. cf4dc46 Restore consistent formatting by malc · 13 years ago
  57. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  58. 40021f0 pci: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  59. 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
  60. 25a21c9 ac97: don't override the pci subsystem id by Gerd Hoffmann · 13 years ago
  61. 93f43c4 ac97: Use PCI DMA stub functions by Eduard - Gabriel Munteanu · 13 years ago
  62. 817e0b6 pci: interrupt pin documentation update by Michael S. Tsirkin · 13 years ago
  63. e824b2c pci: rename pci_register_bar_region() to pci_register_bar() by Avi Kivity · 13 years ago
  64. 83c406d ac97: convert to memory API by Avi Kivity · 13 years ago
  65. befeac4 Merge remote-tracking branch 'origin/master' into pci by Michael S. Tsirkin · 14 years ago
  66. 0647b94 hw/ac97.c: convert to PCIDeviceInfo to initialize ids by Isaku Yamahata · 14 years ago
  67. 7ba4cbb ac97: Remove unused local variables by Stefan Weil · 14 years ago
  68. b80d4a9 pci: don't overwrite multi functio bit in pci header type. by Isaku Yamahata · 14 years ago
  69. 4468fb6 ac97: symbolic names for pci registers by Michael S. Tsirkin · 15 years ago
  70. be73cfe savevm: Port to qdev.vmsd all devices that have qdev by Juan Quintela · 15 years ago
  71. a90ffa4 ac97: port to vmstate by Juan Quintela · 15 years ago
  72. 3b6b212 ac97: up savevm version and remove active from state by Juan Quintela · 15 years ago
  73. 7626f39 ac97: recalculate active after loadvm by Juan Quintela · 15 years ago
  74. 0148d17 ac97: sizeof needs %zd by Juan Quintela · 15 years ago
  75. 6e355d9 pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t by Isaku Yamahata · 15 years ago
  76. 0392a01 pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h by Isaku Yamahata · 15 years ago
  77. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 15 years ago
  78. 10ee2aa Remove unneded ac97 indirection accessing its state by Juan Quintela · 15 years ago
  79. f3519986 qdev: es1370+ac97 description by Gerd Hoffmann · 15 years ago
  80. 0c3271c Indent ac97 and es1370 according to audio formatting by Anthony Liguori · 15 years ago
  81. d88a76d qdev: convert ac97. by Gerd Hoffmann · 15 years ago
  82. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 15 years ago
  83. d999f7e Restore consistent formatting of audio devices by malc · 15 years ago
  84. 28c2c26 Rename pci_register_io_region() to pci_register_bar() by Avi Kivity · 16 years ago
  85. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
  86. 1a7dafc Remove any pretense that there can be more than one AudioState by malc · 16 years ago
  87. 22d83b1 Push AUD_init down to devices by Paul Brook · 16 years ago
  88. 6407f37 use PCI_HEADER_TYPE. by Isaku Yamahata · 16 years ago
  89. 173a543 Add and use #defines for PCI device classes by blueswir1 · 16 years ago
  90. deb5439 Define PCI vendor and device IDs in pci.h (Stuart Brady) by aliguori · 16 years ago
  91. b1503cd Use the ARRAY_SIZE() macro where appropriate. by malc · 16 years ago
  92. 1ea879e Make audio violate POSIX less by malc · 16 years ago
  93. 279a654 Add calls to pci_device_save/load by malc · 16 years ago
  94. 2c44375 Do not scare users with ominous error messages from AUD_open* by malc · 17 years ago
  95. e5c9a13 PCI AC97 emulation by malc. by balrog · 17 years ago