aboutsummaryrefslogtreecommitdiff
path: root/hw/audio
AgeCommit message (Expand)Author
2014-05-26goldfish_audio: port to modern qemu apisGreg Hackmann
2014-05-26goldfish_audio: remove code to read audio input from diskGreg Hackmann
2014-05-26import goldfish_audio from androidGreg Hackmann
2014-05-20hw/audio/intel-hda: Avoid shift into sign bitPeter Maydell
2014-05-20audio/intel-hda: support FIFORDYStanislav Vorobiov
2014-05-15Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...Peter Maydell
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2014-05-05PortioList: Store PortioList in device stateKirill Batuzov
2014-04-29hda-audio: fix non-mixer codecsGerd Hoffmann
2014-03-15audio: Add 'static' attributes to several variablesStefan Weil
2014-02-24hda-audio: qom cleanupsGerd Hoffmann
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini
2014-02-14wm8750: QOM'ifyAndreas Färber
2014-01-20hda-codec: disable streams on resetGerd Hoffmann
2014-01-09Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori
2013-12-24hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster
2013-12-23misc: Use macro ARRAY_SIZE where possibleStefan Weil
2013-12-23isa: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-09intel-hda: fix position bufferGerd Hoffmann
2013-12-09adlib: fix patching of port I/O addressesPaolo Bonzini
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum
2013-09-24audio: remove CONFIG_MIXEMU configure optionBandan Das
2013-09-24hda-codec: make mixemu selectable at runtimeBandan Das
2013-09-24hda-codec: refactor common definitions into a header fileBandan Das
2013-09-03Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori
2013-09-01adlib: sort offsets in portio registrationHervé Poussineau
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber
2013-08-30intel-hda: Pass size to hda_codec_bus_init()Andreas Färber
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-07-29pl041: QOM cast cleanupAndreas Färber
2013-07-29pl041: Rename pl041_state to PL041StateAndreas Färber
2013-07-29milkymist-ac97: QOM cast cleanupAndreas Färber
2013-07-29audio/marvell_88w8618: QOM cast cleanupAndreas Färber
2013-07-29cs4231: QOM cast cleanupAndreas Färber
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-04hw/a*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04piolist: add owner argument to initialization functions and pass devicesPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-07-04adlib: replace register_ioport*Jan Kiszka
2013-06-15Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl
2013-06-14audio/intel-hda: QOM casting sweepPeter Crosthwaite
2013-06-14audio/intel-hda: Fix Inheritance hierachyPeter Crosthwaite
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber
2013-06-06cs4231a: QOM'ify some moreAndreas Färber
2013-06-06gus: QOM'ify some moreAndreas Färber
2013-05-18remove some double-includesMichael Tokarev