summaryrefslogtreecommitdiff
path: root/hw/audio/cs4231a.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-26hw/audio: Fix crashes when devices are used on ISA bus without DMAThomas Huth1-1/+7
2017-05-19audio: Rename hw/audio/audio.h to hw/audio/soundhw.hEduardo Habkost1-1/+1
2016-02-03cs4231a: use IsaDma interface instead of global DMA_* functionsHervé Poussineau1-8/+15
2016-02-02audio: Clean up includesPeter Maydell1-0/+1
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-2/+1
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini1-1/+1
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-04hw/a*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber1-7/+14
2013-06-06cs4231a: QOM'ify some moreAndreas Färber1-8/+9
2013-04-29audio: remove the need for audio card CONFIG_* symbolsPaolo Bonzini1-1/+2
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+697