summaryrefslogtreecommitdiffstats
path: root/hw/audio/ac97.c
Commit message (Expand)AuthorAgeFilesLines
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* audio: deprecate -soundhw ac97Gerd Hoffmann2020-07-061-7/+2Star
* Compress lines for immediate returnSimran Singhal2020-05-041-3/+1Star
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw/audio: Remove the "use_broken_id" hack from the AC97 deviceThomas Huth2019-12-181-9/+0Star
* audio: remove audio_MIN, audio_MAXKővágó, Zoltán2019-08-211-5/+5
* audio: add audiodev properties to frontendsKővágó, Zoltán2019-08-211-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/audio/ac97: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé2019-06-061-1/+1
* audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán2019-03-111-1/+1
* hw: AC97: make it more QOMconventionalLi Qiang2018-10-291-4/+8
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* audio: Rename hw/audio/audio.h to hw/audio/soundhw.hEduardo Habkost2017-05-191-1/+1
* audio: ac97: add exit functionLi Qiang2017-01-111-0/+11
* audio: Clean up includesPeter Maydell2016-02-021-0/+1
* pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-3/+2Star
* ac97: register reset via qomGerd Hoffmann2014-09-291-4/+4
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-9/+0Star
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-4/+2Star
* hw: set interrupts using pci irq wrappersMarcel Apfelbaum2013-10-141-2/+2
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* hw/a*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-2/+4
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-2/+2
* audio: remove the need for audio card CONFIG_* symbolsPaolo Bonzini2013-04-291-1/+2
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+1438