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