summaryrefslogtreecommitdiff
path: root/hw/audio
AgeCommit message (Expand)AuthorFilesLines
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2-3/+3
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2-0/+2
2016-02-23all: Clean up includesPeter Maydell1-1/+0
2016-02-11ES1370: QOMifyCao jin1-3/+7
2016-02-03sb16: use IsaDma interface instead of global DMA_* functionsHervé Poussineau1-5/+18
2016-02-03gus: use IsaDma interface instead of global DMA_* functionsHervé Poussineau1-7/+13
2016-02-03cs4231a: use IsaDma interface instead of global DMA_* functionsHervé Poussineau1-8/+15
2016-02-02audio: Clean up includesPeter Maydell18-5/+18
2015-10-19Remove macros IO_READ_PROTO and IO_WRITE_PROTONutan Shinde4-35/+15
2015-09-11typofixes - v4Veres Lajos1-1/+1
2015-04-27gus: clean up MemoryRegionPortioPaolo Bonzini1-19/+1
2015-04-27sb16: remove useless mixer_write_indexwPaolo Bonzini1-7/+0
2015-04-04pcspk: Fix I/O port nameJan Kiszka1-1/+1
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster3-10/+6
2015-01-22sb16: fix interrupt acknowledgementPaolo Bonzini1-2/+2
2014-09-29ac97: register reset via qomGerd Hoffmann1-4/+4
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-18/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini3-18/+0
2014-08-15Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' in...Peter Maydell3-5/+6
2014-08-15audio: don't use 'Yoda conditions'Gonglei3-5/+6
2014-08-14hw/audio/intel-hda: Fix MSI capability addressJan Kiszka1-1/+3
2014-06-23audio: fmopl: drop INLINE macroLuiz Capitulino1-16/+15
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela8-20/+12
2014-06-13audio: Drop superfluous conditionals around g_free()Markus Armbruster1-3/+1
2014-05-20hw/audio/intel-hda: Avoid shift into sign bitPeter Maydell1-2/+2
2014-05-20audio/intel-hda: support FIFORDYStanislav Vorobiov1-1/+2
2014-05-15Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...Peter Maydell1-2/+1
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-2/+1
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela4-12/+6
2014-05-05PortioList: Store PortioList in device stateKirill Batuzov1-3/+3
2014-04-29hda-audio: fix non-mixer codecsGerd Hoffmann1-0/+3
2014-03-15audio: Add 'static' attributes to several variablesStefan Weil1-3/+3
2014-02-24hda-audio: qom cleanupsGerd Hoffmann1-28/+32
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini5-6/+6
2014-02-14wm8750: QOM'ifyAndreas Färber1-13/+20
2014-01-20hda-codec: disable streams on resetGerd Hoffmann1-0/+18
2014-01-09Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori3-2/+4
2013-12-24hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster1-0/+2
2013-12-23misc: Use macro ARRAY_SIZE where possibleStefan Weil1-2/+2
2013-12-23isa: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+2
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2-2/+2
2013-12-09intel-hda: fix position bufferGerd Hoffmann1-0/+1
2013-12-09adlib: fix patching of port I/O addressesPaolo Bonzini1-2/+2
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori3-5/+5
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum3-5/+5
2013-09-24audio: remove CONFIG_MIXEMU configure optionBandan Das1-30/+0
2013-09-24hda-codec: make mixemu selectable at runtimeBandan Das2-59/+122
2013-09-24hda-codec: refactor common definitions into a header fileBandan Das2-423/+450
2013-09-03Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori1-1/+1